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
[SOLVED]WinXp_host ArchLinux_guest....network NOT works
-
silvirtual
- Posts: 3
- Joined: 12. Nov 2008, 03:14
[SOLVED]WinXp_host ArchLinux_guest....network NOT works
Last edited by silvirtual on 14. Nov 2008, 18:03, edited 1 time in total.
-
Sasquatch
- Volunteer
- Posts: 17798
- Joined: 17. Mar 2008, 13:41
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows XP, Windows 7, Linux
- Location: /dev/random
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?
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?
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
-
silvirtual
- Posts: 3
- Joined: 12. Nov 2008, 03:14