Perryg wrote:Does NAT allow access to the Internet?
Do you have access to the router?
I would look for filters set to keep the second machine from accessing Usually a MAC filter.
With NAT, my guest have access to the Internet, up and working at the outset, no configuring needed.
With Host-Only, my host web browser can access to my guest server (Apache & mysql) and of course, guest can't access Internet. Here too, it's up and working at the outset, no configuring needed.
But with the @#%* Bridge, my guest can't access Internet, can't ping router (can only ping host), my host can't access my guest's web server whereas it should, theorically.
More details : in the above Bridge mode (just one card)
- I configure nothing in my Host (Win7), should I ?
- I configure my guest by adding to /etc/network/interfaces
Code: Select all
iface eth2 inet static
address 192.168.1.44
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
and by typing sudo ifconfig eth0 192.168.1.44 (don't know what for, just got it from Sasquatch on this forum somewhere, sorry, I'm a linux noob).
BTW, on router, mac filtering has been disabled and DHCP is activated but only for x.x.x.90 to x.x.x.100 interval
Is it all I have to do to get Bridge work or am I missing something ?
BillG recommended "manually configuring the NIC in the vm" but I don't know what to do. With the System/Administration/Network Tools graphical tool of Ubuntu, I can't change anything, only read the NIC's parameters.