Hi folks,
This is a little bit of virtualization and networing.
I have ubuntu os running user-mode linux which runs a ubuntu os as a guest. Something has happened to my network config as i can no longer access anything past the gateway
My setup uses a tap interface on the host. Here are the details:
eth0 (host)
ip address: 192.168.1.8
netmast: 255.255.255.0
Bcast: 192.168.1.255
Default route: 192.168.1.1
tap2 (host)
ip address 192.168.1.5
mask: 255.255.255.255
Bcast: 192.168.1.255
eth0 (guest vm)
ip address: 192.168.1.6
netmast: 255.255.255.0
gateway: 192.168.1.1
bcast: 192.168.1.255
network: 192.168.1.0
Have i configured the guest wrongly? should the gw be the tap interface ip?
I can ping the hosts interface and the gateway at 192.168.1.1 but i cannot get any further than that
Any help most appreciated!
/Jonesy