Ich habe Lenny in einer Virtual Box (v2.1.4) installiert. Die Installation (Standardsystem ohne Xserver) lief übers Netzwerk völlig unproblematisch.
Als Host dient Ubuntu 9.04.
Jetzt hab ich folgendes Problem: Stelle ich in Lenny das Netzwerk auf statische IP, kann ich die Netzwerkkarte nicht aktivieren. die Meldung ist: "Don't seem to have all the variables for eth0/inet. Failed to bring up eth0".
Die /etc/network/interfaces sieht so aus:
Code: Alles auswählen
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
# iface eth0 inet dhcp
auto eth0
iface eth0 inet static
address 192.168.0.33
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
Hat jemand eine Idee was ich da machen kann?
Grüße
Pekka