Virtualbox + net

Fórumok

Helló!

Elakadtam a net konfigurációjánál. Egyetlen egy guest gépem van (XP) amin kellene netnek lennie. Itt van a /etc/network/interfaces file tartalma:
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth1
iface eth1 inet static
address 192.168.1.11
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 85.159.48.10 193.178.119.126

#innen irogattam én:
auto br0
iface br0 inet static
address 192.168.1.12
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
dns-nameservers 85.159.48.10 193.178.119.126
bridge_ports eth1

A hálón nincsen dhcp. A kérdésem egyszerű, hogyan tovább mert a doksiból amit a honlaopon találtam nem igazodtam ki.

Köszönöm a segítséget.