Bridged Networking with 2 interface on openSuSE11 (VB 2.2.2)
Posted: 29. Apr 2009, 14:31
Hi fellows,
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
within the ubuntu Server i configured my networking device like this (don't know why eth2 is coming up instead of eth0)
but I can't communicate with the eth1 device of my host system. Neither PING nor SSH are working.
However if I'm configuring my device to use the same network like the eth0 of my host - it works to connect to 10.1.253.240 from inside the VM.
I also tried to modify my VM to use eth0 instead of eth1 as the bridge without success.
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
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