I just installed VirtualBox 2.2.2 on my openSuSE 11.1 (amd64) system.
This Host has 2 Network interfaces:
eth0: 10.1.253.240 / 255.255.255.224
eth1: 192.168.8.1 / 255.255.255.0 (unplugged)
I imported an Ubuntu Server 8.04 as the Guest OS and configured it to use bridged networking
Code: Select all
VBoxManage modifyvm "ubuntu-server" --nic1 bridged --bridgeadapter1 eth1
but I can't communicate with the eth1 device of my host system. Neither PING nor SSH are working.
Code: Select all
auto eth2
iface eth2 inet static
address 192.168.8.2
netmask 255.255.255.0
Code: Select all
auto eth2
iface eth2 inet static
address 10.1.253.239
netmask 255.255.255.224
Do you have any ideas what I can do to solve this missbehaviour or at least any steps to verify where it comes from?
In the end, if this has something to do with the 1st and the 2nd device of my host system I'll just switch the configuration.
Any help appreciated
Please save your breath for anything like "Have you read the manual?" I've almost memorized it
Best Regards
empi