VMware Communities
unixfreak
Contributor
Contributor

unable to access hosts on local private network

I'm using NAT for my virtual XP machine. From the XP machine I can access the Linux host, and I can access anything on the Internet. I can not, however, access any machine on our local network.

The local network is 10.1.1.0/24. The XP machine is 192.168.183.128/24 with gw 192.168.183.2. vmnet8 on my Linux host is 192.168.183.1/24.

I use tcpdump to listen on vmnet8. When I ping some host on the internet, I can see the traffic flowing through vmnet8. When I try to ping 10.1.1.10 (our router), nothing comes out of vmnet8. I (obviously) can ping it from the Linux host.

My XP routing table is as follows:

===========================================================================

Interface List

0x1 ........................... MS TCP Loopback interface

0x10003 ...00 0c 29 99 4f 4f ...... AMD PCNET Family PCI Ethernet Adapter - Packet Scheduler Miniport

===========================================================================

===========================================================================

Active Routes:

Network Destination Netmask Gateway Interface Metric

0.0.0.0 0.0.0.0 192.168.183.2 192.168.183.128 10

127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1

192.168.183.0 255.255.255.0 192.168.183.128 192.168.183.128 10

192.168.183.128 255.255.255.255 127.0.0.1 127.0.0.1 10

192.168.183.255 255.255.255.255 192.168.183.128 192.168.183.128 10

224.0.0.0 240.0.0.0 192.168.183.128 192.168.183.128 10

255.255.255.255 255.255.255.255 192.168.183.128 192.168.183.128 1

Default Gateway: 192.168.183.2

===========================================================================

Persistent Routes:

None

Anyone have any ideas?

Some more information if you need it:

root@unix:~# uname -a

Linux unix 2.6.21.5-smp #2 SMP Tue Jun 19 14:58:11 CDT 2007 i686 Intel(R) Pentium(R) M processor 1.80GHz GenuineIntel GNU/Linux

VMWare version 5.5.4 build-44386

John Davison

0 Kudos
3 Replies
KevinG
Immortal
Immortal

Post ifconfig -a from your Linux host

Post ipconfig /all from the Windows guest

Post the .vmx file from the virtual machine

0 Kudos
sshix
Contributor
Contributor

When you mean access a machine on local network ? You wanna see an appl server or just doing pinging to it.

Why dont you try to set up as bridge networking ur guest OS to ping ur local network

Let me know what happened \!!!

0 Kudos
alzer2007
Contributor
Contributor

have you antivirus software installed on you virtual machine ???????

0 Kudos