Page 1 of 1

[SOLVED]WinXp_host ArchLinux_guest....network NOT works

Posted: 12. Nov 2008, 11:30
by silvirtual
I set VB-Host interface:

IP:192.168.0.10
MASK:255.255.255.0
GW:192.168.0.252
DNS:208.67.222.222

I set ArchLinux guest interface:

IP:192.168.0.11
MASK:255.255.255.0
GW:192.168.0.252
DNS:208.67.222.222
I set in VB Intel pro1000 interface, because Pcnet III dosen't ping gateway.


I set Real interface WinXP:

IP:192.168.0.50
MASK:255.255.255.0
GW:192.168.0.252
DNS:208.67.222.222

I set Bridge in WinXp:

IP:192.168.0.55
MASK:255.255.255.0
GW:192.168.0.252
DNS:208.67.222.222


After I do bridge between VB_Host interface and Real WinXP interface.
WinXp network works well, but guest dosen't work or....It pings 192.168.0.252 (gw), but dosen't ping external ip (like 208.67.222.22), it says NETWORK IS UNREACHABLE.
I read in "netsh bridge show adapter" that the interface are ENABLE.
If I put out VB_host_interface from bridge, it dosen't ping guest and guest dosen't ping it. But If i change a class of IP....( like 192.168.1.10/11 ) they work well, but don't work with WinXP_real_interface.


Is there solution ?



Bye

Posted: 12. Nov 2008, 23:17
by Sasquatch
For the config on the Host, only the bridge needs an IP, the other interfaces don't need one (and should loose there config once part of the bridge).

For the Guest, you need to troubleshoot your network. Are the IP settings correct? Is there a default gateway defined? Is there a route? What is in the /etc/resolv.conf file?

Posted: 14. Nov 2008, 18:03
by silvirtual
I solved it....The problem was in Linux Guest ( in config .net )


Thank you