bridge networking not working, linux does not see eth0
Posted: 27. Nov 2013, 05:57
I have three Unbuntu servers on my Ubuntu host machine. Each time that I've moved the guest machines to a new host I've had to play "plug and play" with the network interfaces numbers in etc/networking/interfaces in order to get static IP networking to come up.
I had to do the same this time and ended up at eth5 on two guest to get networking to work. but on one machine the guessing game is just not working... I've tried eth0 to eth9 with no good result. I can't seem to get networking to come up on this guest. My etc/networking/interface files look like this
# The primary network interface
auto eth5
iface eth5 inet static
address 192.168.2.3
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255
gateway 192.168.2.1
In Virutalbox networking have only one selection in bridge networking at that is eth0.
Can someone help out on this?
Thanks
Wayne
I had to do the same this time and ended up at eth5 on two guest to get networking to work. but on one machine the guessing game is just not working... I've tried eth0 to eth9 with no good result. I can't seem to get networking to come up on this guest. My etc/networking/interface files look like this
# The primary network interface
auto eth5
iface eth5 inet static
address 192.168.2.3
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255
gateway 192.168.2.1
In Virutalbox networking have only one selection in bridge networking at that is eth0.
Can someone help out on this?
Thanks
Wayne