PC Review


Reply
Thread Tools Rate Thread

After startup, ComputerA cannot ping ComputerB.

 
 
Stefan Lasiewski
Guest
Posts: n/a
 
      20th Apr 2004
Hi everyone,

I have a simple network setup: Two Windows2K boxes, one Linksys
BEFSR41, one network.

My problem in a Nutshell: ComputerA cannot ping ComputerB. ComputerB
_can_ ping ComputerA.

The Linksys assigns IP addresses to the two Win2k boxes via DHCP, and
assigns numbers like 192.168.1.100, .101, etc. No big suprises so far.

Here is what happens when I start the two computers:

- I turn on ComputerA, it boots, is assigned the IP address of
192.168.1.101 and everything seems fine. I go to the command prompt,
and type "ping -t 192.168.1.100" to watch the bootup progress of
ComputerB.

I turn on ComputerB, it boots, and is assigned the IP address of
192.168.1.100.

I go back to watch the progress of the ping command on ComputerA, and
I see that ComputerA can temporarily ping ComputerB. It looks like
this:

C:\Documents and Settings\Stefan Lasiewski>ping -t 192.168.1.100

Pinging 192.168.1.100 with 32 bytes of data:

Request timed out.
Request timed out.
----- Ping repeats with this failure until I see the
----- "Please wait ... Windows is starting up" box.
Reply from 192.168.1.100: bytes=32 time<10ms TTL=128
Reply from 192.168.1.100: bytes=32 time<10ms TTL=128
----- Ping repeats witht his success for approximately 20 times,
----- and then ping is unable to see 192.168.1.100 .
Request timed out.
Request timed out.


Afterwards, ComputerB can ping the IP address of ComputerA, and can
see ComputerA's shares.

However, ComputerA cannot ping the IP address of computerB.

Both computers can access the Internet, see the Linksys at 192.168.1.1
, etc.

This setup has worked for about 6 months. Something changed recently,
and I cannot figure out what the heck happened.

I have even deleted the Connection Profile from Network Properties,
reinstalled drivers, etc.

If I boot ComputerB in safe mode, then ComputerA can ping ComputerB.

If I boot ComputerB into Linux (It is dual Boot), ComputerA can ping
ComputerB just fine. This only happens when both computers are booted
into Windows.

I appreciate any help. This is driving me crazy. Thank you in advance.

-= Stefan
 
Reply With Quote
 
 
 
 
Jim
Guest
Posts: n/a
 
      20th Apr 2004
Sounds like a classic case of a firewall on "B" (192.168.1.100). Since the
firewall isn't completely erected once the TCP/IP stack is initialized, you
can ping it briefly. But eventually the firewall is erected, then you're
locked out. "B" can always ping "A" though because "A" doesn't have this
same firewall. And since the problem only happens in Windows, again, sure
sign this is a Windows application acting as a firewall (you don't have the
equivalent being loaded in your other OS, so it works fine). I'd verify
that you don't have ICF enabled, or perhaps installed some other firewall
(Norton Internet Security, McAfee, Zone Alarm, etc.).

Jim


"Stefan Lasiewski" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi everyone,
>
> I have a simple network setup: Two Windows2K boxes, one Linksys
> BEFSR41, one network.
>
> My problem in a Nutshell: ComputerA cannot ping ComputerB. ComputerB
> _can_ ping ComputerA.
>
> The Linksys assigns IP addresses to the two Win2k boxes via DHCP, and
> assigns numbers like 192.168.1.100, .101, etc. No big suprises so far.
>
> Here is what happens when I start the two computers:
>
> - I turn on ComputerA, it boots, is assigned the IP address of
> 192.168.1.101 and everything seems fine. I go to the command prompt,
> and type "ping -t 192.168.1.100" to watch the bootup progress of
> ComputerB.
>
> I turn on ComputerB, it boots, and is assigned the IP address of
> 192.168.1.100.
>
> I go back to watch the progress of the ping command on ComputerA, and
> I see that ComputerA can temporarily ping ComputerB. It looks like
> this:
>
> C:\Documents and Settings\Stefan Lasiewski>ping -t 192.168.1.100
>
> Pinging 192.168.1.100 with 32 bytes of data:
>
> Request timed out.
> Request timed out.
> ----- Ping repeats with this failure until I see the
> ----- "Please wait ... Windows is starting up" box.
> Reply from 192.168.1.100: bytes=32 time<10ms TTL=128
> Reply from 192.168.1.100: bytes=32 time<10ms TTL=128
> ----- Ping repeats witht his success for approximately 20 times,
> ----- and then ping is unable to see 192.168.1.100 .
> Request timed out.
> Request timed out.
>
>
> Afterwards, ComputerB can ping the IP address of ComputerA, and can
> see ComputerA's shares.
>
> However, ComputerA cannot ping the IP address of computerB.
>
> Both computers can access the Internet, see the Linksys at 192.168.1.1
> , etc.
>
> This setup has worked for about 6 months. Something changed recently,
> and I cannot figure out what the heck happened.
>
> I have even deleted the Connection Profile from Network Properties,
> reinstalled drivers, etc.
>
> If I boot ComputerB in safe mode, then ComputerA can ping ComputerB.
>
> If I boot ComputerB into Linux (It is dual Boot), ComputerA can ping
> ComputerB just fine. This only happens when both computers are booted
> into Windows.
>
> I appreciate any help. This is driving me crazy. Thank you in advance.
>
> -= Stefan



 
Reply With Quote
 
Stefan Lasiewski
Guest
Posts: n/a
 
      21st Apr 2004
Indeed, that was the problem.

I have a VPN on this machine, and the VPN has a firewall component
which runs even when the VPN is not running (I haven't used the VPN in
weeks).

Now, I need to figure out how to configure the VPN's firewall to be
secure but still allow my wife to access on my printer. No
documentation. Woot!

Thanks for your help,

-= Stefan

"Jim" <(E-Mail Removed)> wrote in message news:<5T9hc.25069$Yf6.23076@fed1read07>...
> Sounds like a classic case of a firewall on "B" (192.168.1.100). Since the
> firewall isn't completely erected once the TCP/IP stack is initialized, you
> can ping it briefly. But eventually the firewall is erected, then you're
> locked out. "B" can always ping "A" though because "A" doesn't have this
> same firewall. And since the problem only happens in Windows, again, sure
> sign this is a Windows application acting as a firewall (you don't have the
> equivalent being loaded in your other OS, so it works fine). I'd verify
> that you don't have ICF enabled, or perhaps installed some other firewall
> (Norton Internet Security, McAfee, Zone Alarm, etc.).
>
> Jim
>
>
> "Stefan Lasiewski" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi everyone,
> >
> > I have a simple network setup: Two Windows2K boxes, one Linksys
> > BEFSR41, one network.
> >
> > My problem in a Nutshell: ComputerA cannot ping ComputerB. ComputerB
> > _can_ ping ComputerA.
> >
> > The Linksys assigns IP addresses to the two Win2k boxes via DHCP, and
> > assigns numbers like 192.168.1.100, .101, etc. No big suprises so far.
> >
> > Here is what happens when I start the two computers:
> >
> > - I turn on ComputerA, it boots, is assigned the IP address of
> > 192.168.1.101 and everything seems fine. I go to the command prompt,
> > and type "ping -t 192.168.1.100" to watch the bootup progress of
> > ComputerB.
> >
> > I turn on ComputerB, it boots, and is assigned the IP address of
> > 192.168.1.100.
> >
> > I go back to watch the progress of the ping command on ComputerA, and
> > I see that ComputerA can temporarily ping ComputerB. It looks like
> > this:
> >
> > C:\Documents and Settings\Stefan Lasiewski>ping -t 192.168.1.100
> >
> > Pinging 192.168.1.100 with 32 bytes of data:
> >
> > Request timed out.
> > Request timed out.
> > ----- Ping repeats with this failure until I see the
> > ----- "Please wait ... Windows is starting up" box.
> > Reply from 192.168.1.100: bytes=32 time<10ms TTL=128
> > Reply from 192.168.1.100: bytes=32 time<10ms TTL=128
> > ----- Ping repeats witht his success for approximately 20 times,
> > ----- and then ping is unable to see 192.168.1.100 .
> > Request timed out.
> > Request timed out.
> >
> >
> > Afterwards, ComputerB can ping the IP address of ComputerA, and can
> > see ComputerA's shares.
> >
> > However, ComputerA cannot ping the IP address of computerB.
> >
> > Both computers can access the Internet, see the Linksys at 192.168.1.1
> > , etc.
> >
> > This setup has worked for about 6 months. Something changed recently,
> > and I cannot figure out what the heck happened.
> >
> > I have even deleted the Connection Profile from Network Properties,
> > reinstalled drivers, etc.
> >
> > If I boot ComputerB in safe mode, then ComputerA can ping ComputerB.
> >
> > If I boot ComputerB into Linux (It is dual Boot), ComputerA can ping
> > ComputerB just fine. This only happens when both computers are booted
> > into Windows.
> >
> > I appreciate any help. This is driving me crazy. Thank you in advance.
> >
> > -= Stefan

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
msconfig/startup PING" Doug Knox MS-MVP re: Ronald E. Foltz Windows XP General 1 16th Aug 2006 02:50 AM
ping 127.0.0.1 works. ping 192.168.0.1 (actual IP number) doesn't work. wrreisen@yahoo.com Windows XP Networking 6 29th Aug 2005 02:17 PM
Deriving a new Ping class from System.Net.NetworkInformation.Ping Eric Wenger Microsoft C# .NET 2 20th Jul 2005 05:37 AM
how to put ping command in startup for getting up and continuos running perpose jayan Microsoft Windows 2000 1 10th Jan 2004 01:17 PM
Ping - Art (startup tool) Bart Bailey Anti-Virus 0 29th Jun 2003 01:32 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:27 AM.