Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista networking & sharing

Vista - Cannot Ping Vista Machine

Reply
 
Old 02-06-2008   #1 (permalink)
danielafortier


 
 

Cannot Ping Vista Machine

I have an XP laptop (Wireless) and a Vista desktop (Wired) connected through
a liksys wireless router. I can't get the xp machine to ping the vista
machine.

All firewalls are disabled and neither machine has any anti-virus or
software. They both have connections to the internet and can even share
files.

On the vista machine I have the network discovery turned on, the network is
set to private and I have all the sharing options turned on. I even
unchecked the "local area connection" to unprotect it from the firewall.
(Even though the firewall is off).

What would keep vista from responding to pings?

My System SpecsSystem Spec
Old 02-07-2008   #2 (permalink)
Mick Murphy


 
 

RE: Cannot Ping Vista Machine

http://technet.microsoft.com/en-us/l.../bb727037.aspx

Have a read of the above link re Vista File and Printer Sharing.

How to give Permissions are there, too.

If you are running Norton, Trend Micro, McAfee, etc’s Firewall, check its
settings to make sure it allows file and printer sharing..

1st thing to do is make sure that the Workgroup Name of ALL the computers is
the SAME.

In Vista Network and Sharing:

Network Discovery: ON (So it can see the other computers)

Network set to Private (Public is for hotspots, airports, etc)

File Sharing: ON

Public Folder Sharing: ON (Vista’s Public Folder is the same as XP’s Shared
Docs)

Password Protected: OFF (unless you want to set up identical usernames and
passwords on ALL computers in your Network) If you have it ON, you will be
asked for a username and password when you try to access a Vista computer
from an XP computer.

Also, run the XP’s Home Network File and Printer sharing Wizard.


"danielafortier" wrote:
Quote:

> I have an XP laptop (Wireless) and a Vista desktop (Wired) connected through
> a liksys wireless router. I can't get the xp machine to ping the vista
> machine.
>
> All firewalls are disabled and neither machine has any anti-virus or
> software. They both have connections to the internet and can even share
> files.
>
> On the vista machine I have the network discovery turned on, the network is
> set to private and I have all the sharing options turned on. I even
> unchecked the "local area connection" to unprotect it from the firewall.
> (Even though the firewall is off).
>
> What would keep vista from responding to pings?
My System SpecsSystem Spec
Old 02-07-2008   #3 (permalink)
danielafortier


 
 

RE: Cannot Ping Vista Machine

File and print sharing are working fine.

Not running Norton, McAfee or any firewall or anti virus software.

Workgroup names shouldn't affect icmp replies.

Network discovery is on.

Network is set to private.

File sharing is on.

Public folder sharing is on.

Password protection is off.

File and print sharing are working fine. Vista machine will not reply to
pings.

I'm trying to resolve the ping problem.

My System SpecsSystem Spec
Old 02-07-2008   #4 (permalink)
Kerry Brown


 
 

Re: Cannot Ping Vista Machine

"danielafortier" <danielafortier@xxxxxx> wrote in message
news:F787AD10-C633-4C8D-B3F7-BA6D6B3170D1@xxxxxx
Quote:

>I have an XP laptop (Wireless) and a Vista desktop (Wired) connected
>through
> a liksys wireless router. I can't get the xp machine to ping the vista
> machine.
>
> All firewalls are disabled and neither machine has any anti-virus or
> software. They both have connections to the internet and can even share
> files.
>
> On the vista machine I have the network discovery turned on, the network
> is
> set to private and I have all the sharing options turned on. I even
> unchecked the "local area connection" to unprotect it from the firewall.
> (Even though the firewall is off).
>
> What would keep vista from responding to pings?

Can the Vista computer ping the XP computer by name and by IP address? Have
you tried pinging the Vista computer both by name and by IP address? Were
the errors the same? Was there ever any 3rd party AV/security software
installed on the Vista computer? If yes then what was it?

--
Kerry Brown
Microsoft MVP - Shell/User
http://www.vistahelp.ca/phpBB2/



My System SpecsSystem Spec
Old 02-10-2008   #5 (permalink)
Henri


 
 

RE: Cannot Ping Vista Machine



"danielafortier" wrote:
Quote:

> I have an XP laptop (Wireless) and a Vista desktop (Wired) connected through
> a liksys wireless router. I can't get the xp machine to ping the vista
> machine.
>
> All firewalls are disabled and neither machine has any anti-virus or
> software. They both have connections to the internet and can even share
> files.
>
> On the vista machine I have the network discovery turned on, the network is
> set to private and I have all the sharing options turned on. I even
> unchecked the "local area connection" to unprotect it from the firewall.
> (Even though the firewall is off).
>
> What would keep vista from responding to pings?
My System SpecsSystem Spec
Old 07-06-2009   #6 (permalink)
sunilnagle


 
 

Re: Cannot Ping Vista Machine


danielafortier

I understand that your Windows XP (wireless) is not able to ping vista
which is wired to the router.

You will be able to ping from Windows Vista to Windows XP, because the
ping reply packet from windows xp would be a unicast.

You will not be able to initiate the ping from windows xp, as the xp
machine tries to broadcast for name resolution (if you are using netbios
system name), if you are using ip address (then xp would use arp
broadcast). Both these broadcast are blocked as xp is on wireless.

You need to create a static entry for netbios computer to ip address
and then a static arp entry for ip address to mac address

Go to the following path

C: -> Windows -> System32 -> Drivers -> Etc

From the top menu, select Tools, Folder Options, View tab

Uncheck the option which says (Hide extensions for known file types)

Now, you should see a file which says: lmhosts.sam

select the file, press F2 (Function 2 Key) on you keyboard, remove .sam


Know the file should look like: lmhosts

Open the file in the notepad and the following line at the end of the
file:

ip address of the vista machine system name #PRE

For example:

192.168.1.2 Sys3 #PRE

and close the notepad, and save

Now go to the command prompt and type:

nbtstat -R
nbtstat -c

you should see the system name to ip address mapping

--------------------

Now you need to create static arp entry, with the help of following
command at the command prompt:

arp -s <ip address> <mac adress of the vista machine>

for example:

arp -s 192.168.1.3 00-1c-41-61-c8-36

Now type the following commands to confirm if the static enrty has been
added:

arp -a


Now, you should be able to ping with the help of ip address and system
name and thereby try to print wireless.


--
sunilnagle
------------------------------------------------------------------------
sunilnagle's Profile: http://forums.techarena.in/members/111992.htm
View this thread: http://forums.techarena.in/windows-v...ork/909660.htm

http://forums.techarena.in

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Vista PC cannot ping XP machine Vista networking & sharing
Can't ping Vista machine from XP machine? Vista networking & sharing
Can ping to, but from from, Vista Home Premium machine Vista networking & sharing
others systems cannot PING Vista machine Vista networking & sharing
Cant ping a Vista machine Vista networking & sharing


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46