login failure:...

G

Guest

i am currently trying to connect 2 computers (one WINXP Home with SP2 and the
other WINXP Pro with SP1) through a D-link router. I am able to ping all
computers and router. i this message on both Home and Pro before i
configured my XP Pro computer, "\\computername is not accessible. You
might not have permission to use this network resource. contact the
administrator of the ser ver to find out if you have access permission.
Access is denied."

Now i have this message on my Pro computer when i access the XP Home
computer. When i access my Pro computer from the Home one i get he same
message execpt instead of saying access is denied, it says login failure: the
user has not been granted the request logon at this computer.

i have tried many things that i have read on the news groups and nothing has
changed until i turned off the Simple file sharing on the XP computer. this
is when the message changed.
please help me. any advice that is new would greatly appricated
 
C

Chuck

i am currently trying to connect 2 computers (one WINXP Home with SP2 and the
other WINXP Pro with SP1) through a D-link router. I am able to ping all
computers and router. i this message on both Home and Pro before i
configured my XP Pro computer, "\\computername is not accessible. You
might not have permission to use this network resource. contact the
administrator of the ser ver to find out if you have access permission.
Access is denied."

Now i have this message on my Pro computer when i access the XP Home
computer. When i access my Pro computer from the Home one i get he same
message execpt instead of saying access is denied, it says login failure: the
user has not been granted the request logon at this computer.

i have tried many things that i have read on the news groups and nothing has
changed until i turned off the Simple file sharing on the XP computer. this
is when the message changed.
please help me. any advice that is new would greatly appricated

For the "login failure: the user has not been granted the request logon at this
computer" problem:

If the computer that can't be accessed runs Windows XP Home:

1. Download and install the Windows 2003 Server Resource Kit Tools from
<http://go.microsoft.com/fwlink/?LinkId=4544>.

2. Click Start | All Programs | Windows Resource Kit Tools | Command Shell.

3. Type these lines at the command prompt. The second and third commands are
case-sensitive, so type them exactly as shown. Note the "+r" in the second one
and the "-r" in the third one:

net user guest /active:yes
ntrights +r SeNetworkLogonRight -u Guest
ntrights -r SeDenyNetworkLogonRight -u Guest

If the computer that can't be accessed runs Windows XP Professional:

1. Click Start - Run, type "secpol.msc" in the box, and click OK.
2. Click Local Policies.
3. Click User Rights Assignment.
4. Check "Access this computer from the network", and make sure that the
Everyone group is included.
5. Check "Deny access to this computer from the network", and make sure that the
Everyone group is NOT included.

For the file sharing setup in general:

On any XP Pro computer, check to see if Simple File Sharing (Control Panel -
Folder Options - View - Advanced settings) is enabled or disabled. With XP Pro,
you need to have SFS properly set on each computer. If you're going to have XP
Home and Pro together, you should probably enable SFS.

On XP Pro with SFS disabled, check the Local Security Policies (Control Panel -
Administrative Tools). Under Local Policies - Security Options, look at
"Network access: Sharing and security model", and ensure it's set to "Classic -
local users authenticate as themselves".

On XP Pro with SFS disabled, if you set the above Local Security Policy to
"Guest only", enable the Guest account, using Start - Run - "cmd" - type "net
user guest /active:yes" in the command window. If "Classic", setup and use a
common non-Guest account on all computers. Whichever account is used, give it
an identical, non-blank password on all computers.

On XP Home, and on XP Pro with Simple File Sharing enabled, make sure that the
Guest account is enabled, on each computer. Enable Guest, with Start - Run -
"cmd", then type "net user guest /active:yes" in the command window. Ensure
that the password for Guest is blank, with Start - Run - "control
userpasswords2"; select Guest, click Reset Password, click OK without entering a
new password.

Remember, with Simple File Sharing, you'll not be able to access "C:\Program
Files", "C:\Windows", or any of the profile related folders such as "My
Documents". All of those folders require individual user, or administrator
access, and Guest access gives you neither.

On XP Pro, if you're going to use Guest authentication, check your Local
Security Policy (Control Panel - Administrative Tools) - User Rights Assignment,
on the XP Pro computer, and look at "Deny access to this computer from the
network". Make sure Guest is not in the list. Look at "Access this computer
from the network", and make sure that Everyone is in this list.

<http://nitecruzr.blogspot.com/2005/04/windows-xp-file-sharing-anything-but.html>
 
G

Guest

this didn't work for me any other sugestions

Chuck said:
For the "login failure: the user has not been granted the request logon at this
computer" problem:

If the computer that can't be accessed runs Windows XP Home:

1. Download and install the Windows 2003 Server Resource Kit Tools from
<http://go.microsoft.com/fwlink/?LinkId=4544>.

2. Click Start | All Programs | Windows Resource Kit Tools | Command Shell.

3. Type these lines at the command prompt. The second and third commands are
case-sensitive, so type them exactly as shown. Note the "+r" in the second one
and the "-r" in the third one:

net user guest /active:yes
ntrights +r SeNetworkLogonRight -u Guest
ntrights -r SeDenyNetworkLogonRight -u Guest

If the computer that can't be accessed runs Windows XP Professional:

1. Click Start - Run, type "secpol.msc" in the box, and click OK.
2. Click Local Policies.
3. Click User Rights Assignment.
4. Check "Access this computer from the network", and make sure that the
Everyone group is included.
5. Check "Deny access to this computer from the network", and make sure that the
Everyone group is NOT included.

For the file sharing setup in general:

On any XP Pro computer, check to see if Simple File Sharing (Control Panel -
Folder Options - View - Advanced settings) is enabled or disabled. With XP Pro,
you need to have SFS properly set on each computer. If you're going to have XP
Home and Pro together, you should probably enable SFS.

On XP Pro with SFS disabled, check the Local Security Policies (Control Panel -
Administrative Tools). Under Local Policies - Security Options, look at
"Network access: Sharing and security model", and ensure it's set to "Classic -
local users authenticate as themselves".

On XP Pro with SFS disabled, if you set the above Local Security Policy to
"Guest only", enable the Guest account, using Start - Run - "cmd" - type "net
user guest /active:yes" in the command window. If "Classic", setup and use a
common non-Guest account on all computers. Whichever account is used, give it
an identical, non-blank password on all computers.

On XP Home, and on XP Pro with Simple File Sharing enabled, make sure that the
Guest account is enabled, on each computer. Enable Guest, with Start - Run -
"cmd", then type "net user guest /active:yes" in the command window. Ensure
that the password for Guest is blank, with Start - Run - "control
userpasswords2"; select Guest, click Reset Password, click OK without entering a
new password.

Remember, with Simple File Sharing, you'll not be able to access "C:\Program
Files", "C:\Windows", or any of the profile related folders such as "My
Documents". All of those folders require individual user, or administrator
access, and Guest access gives you neither.

On XP Pro, if you're going to use Guest authentication, check your Local
Security Policy (Control Panel - Administrative Tools) - User Rights Assignment,
on the XP Pro computer, and look at "Deny access to this computer from the
network". Make sure Guest is not in the list. Look at "Access this computer
from the network", and make sure that Everyone is in this list.

<http://nitecruzr.blogspot.com/2005/04/windows-xp-file-sharing-anything-but.html>
 
C

Chuck

On Fri, 6 May 2005 18:07:36 -0700, "SiMbIoTicS"

this didn't work for me any other sugestions

Did the error message change at all? Which computer is giving which error?

Provide ipconfig information for each computer, as a start.
1) Start - Run - "cmd".
2) Type "ipconfig /all >c:\ipconfig.txt" into the command window.
3) Open Notepad, make sure that Format - Word Wrap is NOT checked!.
4) Open file c:\ipconfig.txt from Notepad.
5) Copy and paste entire contents of the file into your next post.
6) Identify operating system (by name, version, and Service Pack level) with
each ipconfig listing.
 
G

Guest

both of the computers again have the same message "access is denied"

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrator>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : ruv-sim
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : VIA PCI 10/100Mb Fast Ethernet
Adapt
er
Physical Address. . . . . . . . . : 00-11-5B-31-55-B1
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.xxx
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 192.168.0.1
Lease Obtained. . . . . . . . . . : May 9, 2005 4:11:12 PM
Lease Expires . . . . . . . . . . : May 16, 2005 4:11:12 PM

above is the WinXP Pro Sp1


Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Owner>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : youandme
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : Yes

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : VIA Rhine II Fast Ethernet Adapter
Physical Address. . . . . . . . . : 00-0E-A6-A0-53-46
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.xxx
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 192.168.0.1
Lease Obtained. . . . . . . . . . : May 9, 2005 6:41:27 PM
Lease Expires . . . . . . . . . . : May 16, 2005 6:41:27 PM


above is the WinXP Home computer with SP2

***Note: the computer names have been changed for my protection
xxx means its a number between 100 and 199
 
C

Chuck

both of the computers again have the same message "access is denied"

Different error messages may contain "access is denied". Any of several causes
could apply (possibly even multiple causes):
1) Physical connectivity problems.
2) IP setup problems.
3) Name resolution problems.
4) Browser (not Internet Explorer) problems.
5) Actual authentication / authorisation problems.

Please provide the complete and exact error message(s).

When you provide the "ipconfig /all" data, all details are important. We'll be
running more intensive tests from the details, and complete ip addresses will be
essential to the diagnosis of your problems. The one piece of information that
might make you vulnerable to intrusion is not there - your WAN address. Without
the WAN address, no successful attack is possible. Please resubmit your
information, unmunged.
 
G

Guest

"\\computername is not accessible. You
might not have permission to use this network resource. contact the
administrator of the ser ver to find out if you have access permission.
Access is denied." on both computers
 
G

Guest

both of the computers again have the same message "\\computername is not
accessible. You might not have permission to use this network resource.
contact the administrator of the server to find out if you have access
permission.
Access is denied."


Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrator>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : ruvs-mastre
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : VIA PCI 10/100Mb Fast Ethernet
Adapt
er
Physical Address. . . . . . . . . : 00-11-5B-31-55-B1
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.101
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 192.168.0.1
Lease Obtained. . . . . . . . . . : May 9, 2005 4:11:12 PM
Lease Expires . . . . . . . . . . : May 16, 2005 4:11:12 PM

above is the WinXP Pro Sp1


Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Owner>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : dhf
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : Yes

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : VIA Rhine II Fast Ethernet Adapter
Physical Address. . . . . . . . . : 00-0E-A6-A0-53-46
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.101
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 192.168.0.1
Lease Obtained. . . . . . . . . . : May 9, 2005 6:41:27 PM
Lease Expires . . . . . . . . . . : May 16, 2005 6:41:27 PM


above is the WinXP Home computer with SP2

***Note: the computer names have been changed for my protection, the same
amount of letters and -'s are in the computer name
 
C

Chuck

both of the computers again have the same message "\\computername is not
accessible. You might not have permission to use this network resource.
contact the administrator of the server to find out if you have access
permission.
Access is denied."


Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrator>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : ruvs-mastre
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : VIA PCI 10/100Mb Fast Ethernet
Adapt
er
Physical Address. . . . . . . . . : 00-11-5B-31-55-B1
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.101
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 192.168.0.1
Lease Obtained. . . . . . . . . . : May 9, 2005 4:11:12 PM
Lease Expires . . . . . . . . . . : May 16, 2005 4:11:12 PM

above is the WinXP Pro Sp1


Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Owner>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : dhf
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : Yes

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : VIA Rhine II Fast Ethernet Adapter
Physical Address. . . . . . . . . : 00-0E-A6-A0-53-46
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.101
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 192.168.0.1
Lease Obtained. . . . . . . . . . : May 9, 2005 6:41:27 PM
Lease Expires . . . . . . . . . . : May 16, 2005 6:41:27 PM


above is the WinXP Home computer with SP2

***Note: the computer names have been changed for my protection, the same
amount of letters and -'s are in the computer name

Are both computers getting ip address 192.168.0.101, or are you munging there
too?

If the former, then you'll need a new NAT router. The DHCP server on the router
absolutely should not be issuing the same ip address to two different MAC
addresses. A duplicate ip address, if that's actually the case, will indeed
cause your problem.

If the latter, then you're wasting your time and mine. We can't diagnose your
problem unless you help. The "access denied" error message can have several
different causes, as I indicated above. Finding the cause involves accessing
each computer from the other, by name and by ip address, and examining the
results. Details are essential.

You can change your LAN subnet, and DHCP range, from "192.168.101.100 - 150", to
say "192.168.200.200-250", if you want, after we fix your problem. But you have
to start by providing the current details, unmunged, so we can see what both
computers are doing with each other.

It's your dime.
 
G

Guest

look i'm sorry if i appear to wasting your time but i am nut all their with
the trust of letting out my ip info. all of the information that i gave you
in the last message is what it accually says, execept for the computer names.
both computers have different ip adresses, 100 and 101 at the end. here is
the information with the real computer names.

both of the computers again have the same message
"\\computername is not
accessible. You might not have permission to use this network resource.
contact the administrator of the server to find out if you have access
permission.
Access is denied."


Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrator>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : Eric-master
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : VIA PCI 10/100Mb Fast Ethernet
Adapter
Physical Address. . . . . . . . . : 00-11-5B-31-55-B1
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.101
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 192.168.0.1
Lease Obtained. . . . . . . . . . : May 9, 2005 4:11:12 PM
Lease Expires . . . . . . . . . . : May 16, 2005 4:11:12 PM

above is the WinXP Pro SP1
below is the WinXP Home SP2

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Owner>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : STP
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : Yes

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : VIA Rhine II Fast Ethernet Adapter
Physical Address. . . . . . . . . : 00-0E-A6-A0-53-46
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.101
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 192.168.0.1
Lease Obtained. . . . . . . . . . : May 9, 2005 6:41:27 PM
Lease Expires . . . . . . . . . . : May 16, 2005 6:41:27 PM
 
C

Chuck

look i'm sorry if i appear to wasting your time but i am nut all their with
the trust of letting out my ip info. all of the information that i gave you
in the last message is what it accually says, execept for the computer names.
both computers have different ip adresses, 100 and 101 at the end. here is
the information with the real computer names.

both of the computers again have the same message
"\\computername is not
accessible. You might not have permission to use this network resource.
contact the administrator of the server to find out if you have access
permission.
Access is denied."

OK, a simple "Access is denied" with no other details like "computer name not
found" is most likely a permissioning problem.

For the record, I sympathise with your reluctance in giving out details. But
for us to figure out your problem, short of me being there in front of the
computers, this is the best way.

On the XP Pro computer, check to see if Simple File Sharing (Control Panel -
Folder Options - View - Advanced settings) is enabled or disabled. With XP Home
and Pro together, you need to have SFS enabled on the XP Pro computer.

On XP Home, and on XP Pro with Simple File Sharing enabled, make sure that the
Guest account is enabled, on each computer. Enable Guest, with Start - Run -
"cmd", then type "net user guest /active:yes" in the command window. Ensure
that the password for Guest is blank, with Start - Run - "control
userpasswords2"; select Guest, click Reset Password, click OK without entering a
new password.

Remember, with Simple File Sharing, you'll not be able to access "C:\Program
Files", "C:\Windows", or any of the profile related folders such as "My
Documents". All of those folders require individual user, or administrator
access, and Guest access gives you neither.

On XP Pro, if you're going to use Guest authentication, check your Local
Security Policy (Control Panel - Administrative Tools) - User Rights Assignment,
on the XP Pro computer, and look at "Deny access to this computer from the
network". Make sure Guest is not in the list. Look at "Access this computer
from the network", and make sure that Everyone is in this list.

Do any of the computers have a software firewall (ICF / WF, or third party)? If
so, you need to configure them for file sharing. Firewall configurations are a
very common cause of (network) browser, and file sharing, problems.

If no help above, let's enumerate the symptoms. Take the following code
(everything inside the "#####"). (Please verify computer names and ip
addresses).

Open Notepad. Ensure that Format - Word Wrap is not checked. Highlight then
Copy the code (Ctrl-C), precisely as it is presented, and Paste (Ctrl-V) into
Notepad. Verify, and correct, names and addresses if necessary.
Save the Notepad file as "cdiag.cmd", as type "All Files", into the root folder
"C:\".
Run it by Start - Run - "c:\cdiag".
Wait patiently.
When Notepad opens up displaying c:\cdiag.txt, first check Format and ensure
that Word Wrap is NOT checked! Then, copy the entire contents (Ctrl-A Ctrl-C)
and paste (Ctrl-V) into your next post.

Do this from all computers, please, with all computers powered up and online.

#####

@echo off
set FullTarget1=Eric-master 192.168.0.101
set FullTarget2=STP 192.168.0.101
set FullTarget3=
set FullTarget4=
set FullTargets=%FullTarget1% %FullTarget2% %FullTarget3% %FullTarget4%
set FullTargets=%FullTargets% 127.0.0.1
set PingTargets=www.yahoo.com 66.94.230.32 192.168.0.1
Set Version=V1.31
@echo CDiagnosis %Version% >c:\cdiag.txt
@echo Start diagnosis for %computername% >>c:\cdiag.txt
@echo Full Targets %FullTargets% >>c:\cdiag.txt
for %%a in (%FullTargets%) do (
@echo. >>c:\cdiag.txt
@echo Target %%a >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
@echo "%computername% ping %%a" >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
ping %%a >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
@echo "%computername% net view %%a" >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
net view %%a >>c:\cdiag.txt
)
@echo. >>c:\cdiag.txt
@echo Ping Targets %PingTargets% >>c:\cdiag.txt
for %%a in (%PingTargets%) do (
@echo. >>c:\cdiag.txt
@echo Target %%a >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
@echo "%computername% ping %%a" >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
ping %%a >>c:\cdiag.txt
)
@echo. >>c:\cdiag.txt
@echo End diagnosis for %computername% >>c:\cdiag.txt
notepad c:\cdiag.txt
:EOF

#####
 
G

Guest

yes i do have Norton InternetSucurity on the Pro computer but it has been
configured for the network befor i posted my 1st question. The Home computer
has the Windows FireWall on it and is configured for file sharing. I ran the
program on both computers and this is what turned up. I made a mistake in my
last post, Eric-master's ipadress is really .100 not .101

XP PR
-------------------------------------------------------------------------------------------------
CDiagnosis V1.31
Start diagnosis for ERIC-MASTER
Full Targets Eric-master 192.168.0.100 STP 192.168.0.101 127.0.0.1

Target Eric-master

"ERIC-MASTER ping Eric-master"



Pinging Eric-master [192.168.0.100] with 32 bytes of data:



Request timed out.

Request timed out.

Request timed out.

Request timed out.



Ping statistics for 192.168.0.100:

Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),


"ERIC-MASTER net view Eric-master"

Shared resources at Eric-master



Share name Type Used as Comment

-------------------------------------------------------------------------------
gn Disk
My SharedFolder D-drive Disk
Printer Print HP DeskJet 500
SharedDocs Disk
The command completed successfully.


Target 192.168.0.100

"ERIC-MASTER ping 192.168.0.100"



Pinging 192.168.0.100 with 32 bytes of data:



Request timed out.

Request timed out.

Request timed out.

Request timed out.



Ping statistics for 192.168.0.100:

Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),


"ERIC-MASTER net view 192.168.0.100"

Shared resources at 192.168.0.100



Share name Type Used as Comment

-------------------------------------------------------------------------------
gn Disk
My SharedFolder D-drive Disk
Printer Print HP DeskJet 500
SharedDocs Disk
The command completed successfully.


Target STP

"ERIC-MASTER ping STP"



Pinging STP [192.168.0.101] with 32 bytes of data:



Reply from 192.168.0.101: bytes=32 time<1ms TTL=128

Reply from 192.168.0.101: bytes=32 time<1ms TTL=128

Reply from 192.168.0.101: bytes=32 time<1ms TTL=128

Reply from 192.168.0.101: bytes=32 time<1ms TTL=128



Ping statistics for 192.168.0.101:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms


"ERIC-MASTER net view STP"


Target 192.168.0.101

"ERIC-MASTER ping 192.168.0.101"



Pinging 192.168.0.101 with 32 bytes of data:



Reply from 192.168.0.101: bytes=32 time<1ms TTL=128

Reply from 192.168.0.101: bytes=32 time<1ms TTL=128

Reply from 192.168.0.101: bytes=32 time<1ms TTL=128

Reply from 192.168.0.101: bytes=32 time<1ms TTL=128



Ping statistics for 192.168.0.101:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms


"ERIC-MASTER net view 192.168.0.101"


Target 127.0.0.1

"ERIC-MASTER ping 127.0.0.1"



Pinging 127.0.0.1 with 32 bytes of data:



Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128



Ping statistics for 127.0.0.1:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms


"ERIC-MASTER net view 127.0.0.1"


Ping Targets www.yahoo.com 66.94.230.32 192.168.0.1

Target www.yahoo.com

"ERIC-MASTER ping www.yahoo.com"



Pinging www.yahoo.akadns.net [216.109.118.74] with 32 bytes of data:



Reply from 216.109.118.74: bytes=32 time=82ms TTL=50

Reply from 216.109.118.74: bytes=32 time=85ms TTL=51

Reply from 216.109.118.74: bytes=32 time=86ms TTL=51

Reply from 216.109.118.74: bytes=32 time=81ms TTL=50



Ping statistics for 216.109.118.74:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 81ms, Maximum = 86ms, Average = 83ms


Target 66.94.230.32

"ERIC-MASTER ping 66.94.230.32"



Pinging 66.94.230.32 with 32 bytes of data:



Reply from 66.94.230.32: bytes=32 time=151ms TTL=47

Reply from 66.94.230.32: bytes=32 time=147ms TTL=47

Reply from 66.94.230.32: bytes=32 time=154ms TTL=47

Reply from 66.94.230.32: bytes=32 time=148ms TTL=48



Ping statistics for 66.94.230.32:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 147ms, Maximum = 154ms, Average = 150ms


Target 192.168.0.1

"ERIC-MASTER ping 192.168.0.1"



Pinging 192.168.0.1 with 32 bytes of data:



Reply from 192.168.0.1: bytes=32 time<1ms TTL=127

Reply from 192.168.0.1: bytes=32 time<1ms TTL=127

Reply from 192.168.0.1: bytes=32 time<1ms TTL=127

Reply from 192.168.0.1: bytes=32 time<1ms TTL=127



Ping statistics for 192.168.0.1:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms


End diagnosis for ERIC-MASTER

XP HOME
-------------------------------------------------------------------------------------------------CDiagnosis V1.31
Start diagnosis for STP
Full Targets Eric-master 192.168.0.100 STP 192.168.0.101 127.0.0.1

Target Eric-master

"STP ping Eric-master"

Pinging Eric-master [192.168.0.100] with 32 bytes of data:Reply from
192.168.0.100: bytes=32 time<1ms TTL=128Reply from 192.168.0.100: bytes=32
time<1ms TTL=128Reply from 192.168.0.100: bytes=32 time<1ms TTL=128Reply from
192.168.0.100: bytes=32 time<1ms TTL=128Ping statistics for 192.168.0.100:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip
times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
"STP net view Eric-master"


Target 192.168.0.100

"STP ping 192.168.0.100"

Pinging 192.168.0.100 with 32 bytes of data:Reply from 192.168.0.100:
bytes=32 time<1ms TTL=128Reply from 192.168.0.100: bytes=32 time<1ms
TTL=128Reply from 192.168.0.100: bytes=32 time<1ms TTL=128Reply from
192.168.0.100: bytes=32 time<1ms TTL=128Ping statistics for 192.168.0.100:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip
times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
"STP net view 192.168.0.100"


Target STP

"STP ping STP"

Pinging STP [192.168.0.101] with 32 bytes of data:Reply from 192.168.0.101:
bytes=32 time<1ms TTL=128Reply from 192.168.0.101: bytes=32 time<1ms
TTL=128Reply from 192.168.0.101: bytes=32 time<1ms TTL=128Reply from
192.168.0.101: bytes=32 time<1ms TTL=128Ping statistics for 192.168.0.101:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip
times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
"STP net view STP"

Shared resources at STP



Share name Type Used as Comment

-------------------------------------------------------------------------------
Documents Disk
My Music Disk
network Disk
songs Disk
The command completed successfully.


Target 192.168.0.101

"STP ping 192.168.0.101"

Pinging 192.168.0.101 with 32 bytes of data:Reply from 192.168.0.101:
bytes=32 time<1ms TTL=128Reply from 192.168.0.101: bytes=32 time<1ms
TTL=128Reply from 192.168.0.101: bytes=32 time<1ms TTL=128Reply from
192.168.0.101: bytes=32 time<1ms TTL=128Ping statistics for 192.168.0.101:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip
times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
"STP net view 192.168.0.101"

Shared resources at 192.168.0.101



Share name Type Used as Comment

-------------------------------------------------------------------------------
Documents Disk
My Music Disk
network Disk
songs Disk
The command completed successfully.


Target 127.0.0.1

"STP ping 127.0.0.1"

Pinging 127.0.0.1 with 32 bytes of data:Reply from 127.0.0.1: bytes=32
time<1ms TTL=128Reply from 127.0.0.1: bytes=32 time<1ms TTL=128Reply from
127.0.0.1: bytes=32 time<1ms TTL=128Reply from 127.0.0.1: bytes=32 time<1ms
TTL=128Ping statistics for 127.0.0.1: Packets: Sent = 4, Received = 4,
Lost = 0 (0% loss),Approximate round trip times in milli-seconds: Minimum
= 0ms, Maximum = 0ms, Average = 0ms
"STP net view 127.0.0.1"

Shared resources at 127.0.0.1



Share name Type Used as Comment

-------------------------------------------------------------------------------
Documents Disk
My Music Disk
network Disk
songs Disk
The command completed successfully.


Ping Targets www.yahoo.com 66.94.230.32 192.168.0.1

Target www.yahoo.com

"STP ping www.yahoo.com"

Pinging www.yahoo.akadns.net [68.142.226.43] with 32 bytes of data:Reply
from 68.142.226.43: bytes=32 time=82ms TTL=50Reply from 68.142.226.43:
bytes=32 time=86ms TTL=51Reply from 68.142.226.43: bytes=32 time=86ms
TTL=50Reply from 68.142.226.43: bytes=32 time=85ms TTL=51Ping statistics for
68.142.226.43: Packets: Sent = 4, Received = 4, Lost = 0 (0%
loss),Approximate round trip times in milli-seconds: Minimum = 82ms,
Maximum = 86ms, Average = 84ms
Target 66.94.230.32

"STP ping 66.94.230.32"

Pinging 66.94.230.32 with 32 bytes of data:Reply from 66.94.230.32: bytes=32
time=152ms TTL=47Reply from 66.94.230.32: bytes=32 time=146ms TTL=47Reply
from 66.94.230.32: bytes=32 time=155ms TTL=48Reply from 66.94.230.32:
bytes=32 time=150ms TTL=48Ping statistics for 66.94.230.32: Packets: Sent
= 4, Received = 4, Lost = 0 (0% loss),Approximate round trip times in
milli-seconds: Minimum = 146ms, Maximum = 155ms, Average = 150ms
Target 192.168.0.1

"STP ping 192.168.0.1"

Pinging 192.168.0.1 with 32 bytes of data:Reply from 192.168.0.1: bytes=32
time<1ms TTL=127Reply from 192.168.0.1: bytes=32 time<1ms TTL=127Reply from
192.168.0.1: bytes=32 time<1ms TTL=127Reply from 192.168.0.1: bytes=32
time<1ms TTL=127Ping statistics for 192.168.0.1: Packets: Sent = 4,
Received = 4, Lost = 0 (0% loss),Approximate round trip times in
milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
End diagnosis for STP
 
C

Chuck

yes i do have Norton InternetSucurity on the Pro computer but it has been
configured for the network befor i posted my 1st question. The Home computer
has the Windows FireWall on it and is configured for file sharing. I ran the
program on both computers and this is what turned up. I made a mistake in my
last post, Eric-master's ipadress is really .100 not .101

OK, here's what we know so far.

ERIC-MASTER can't ping itself, by name or by ip address. It can't see shares
("net view") on STP. And it can't see its own shares on 127.0.0.1.

STP simply can't see shares on ERIC-MASTER.

I think you have multiple problems here. I also think you need to start with
ERIC-MASTER. You have 3 possibilities:
1) Corrupt LSP / Winsock.
2) Firewall.
3) Protocol problem.

http://support.microsoft.com/?id=318584
http://support.microsoft.com/?id=811259

If XP RTM or Service Pack 1:
1. Backup and delete the following registry keys:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Winsock
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Winsock2
2. Reboot.
3. Open the network connections folder, right click your network connection, and
click Properties.
4. Click Install | Protocol | Add.
5. Click "Have Disk...", type "\windows\inf" in the box, and click OK.
6. Click "Internet Protocol (TCP/IP)", then click OK.
7. Reboot.

If XP SP2:
1. Start - Run - "cmd".
2. Type "netsh winsock reset catalog" into the command window.

Give LSP-Fix <http://www.cexx.org/lspfix.htm>, WinsockFix
<http://www.tacktech.com/display.cfm?ttid=257>, or WinsockXPFix
<http://www.spychecker.com/program/winsockxpfix.html> a shot.

If no help yet, reset TCP/IP.
http://support.microsoft.com/?id=299357

Start - Run - "cmd". Type "netsh int ip reset c:\netsh.txt" into the command
window.

If no help yet, then you will need to un install NIS, completely, from
ERIC-MASTER. Be sure to get procedures from Symantec, and follow them to the
letter - Symantec products are known for being complex to un install.

Then re run CDiag on ERIC-MASTER, and we'll see if any improvement.
 
G

Guest

my Norton firewall was some of the problem. i added 127.0.0.1 to its
exceptions and rules and i can now Eric-master can ping its self by name and
ip adress.
here is what is coming up now

XP Pro

CDiagnosis V1.31
Start diagnosis for ERIC-MASTER
Full Targets Eric-master 192.168.0.100 STP 192.168.0.101 127.0.0.1

Target Eric-master

"ERIC-MASTER ping Eric-master"



Pinging Eric-master [192.168.0.100] with 32 bytes of data:



Reply from 192.168.0.100: bytes=32 time<1ms TTL=128

Reply from 192.168.0.100: bytes=32 time<1ms TTL=128

Reply from 192.168.0.100: bytes=32 time<1ms TTL=128

Reply from 192.168.0.100: bytes=32 time<1ms TTL=128



Ping statistics for 192.168.0.100:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms


"ERIC-MASTER net view Eric-master"

Shared resources at Eric-master



Share name Type Used as Comment

-------------------------------------------------------------------------------
gn Disk
My SharedFolder D-drive Disk
Printer Print HP DeskJet 500
SharedDocs Disk
The command completed successfully.


Target 192.168.0.100

"ERIC-MASTER ping 192.168.0.100"



Pinging 192.168.0.100 with 32 bytes of data:



Reply from 192.168.0.100: bytes=32 time<1ms TTL=128

Reply from 192.168.0.100: bytes=32 time<1ms TTL=128

Reply from 192.168.0.100: bytes=32 time<1ms TTL=128

Reply from 192.168.0.100: bytes=32 time<1ms TTL=128



Ping statistics for 192.168.0.100:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms


"ERIC-MASTER net view 192.168.0.100"

Shared resources at 192.168.0.100



Share name Type Used as Comment

-------------------------------------------------------------------------------
gn Disk
My SharedFolder D-drive Disk
Printer Print HP DeskJet 500
SharedDocs Disk
The command completed successfully.


Target STP

"ERIC-MASTER ping STP"



Pinging STP [192.168.0.101] with 32 bytes of data:



Reply from 192.168.0.101: bytes=32 time<1ms TTL=128

Reply from 192.168.0.101: bytes=32 time<1ms TTL=128

Reply from 192.168.0.101: bytes=32 time<1ms TTL=128

Reply from 192.168.0.101: bytes=32 time<1ms TTL=128



Ping statistics for 192.168.0.101:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms


"ERIC-MASTER net view STP"


Target 192.168.0.101

"ERIC-MASTER ping 192.168.0.101"



Pinging 192.168.0.101 with 32 bytes of data:



Reply from 192.168.0.101: bytes=32 time<1ms TTL=128

Reply from 192.168.0.101: bytes=32 time<1ms TTL=128

Reply from 192.168.0.101: bytes=32 time<1ms TTL=128

Reply from 192.168.0.101: bytes=32 time<1ms TTL=128



Ping statistics for 192.168.0.101:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms


"ERIC-MASTER net view 192.168.0.101"


Target 127.0.0.1

"ERIC-MASTER ping 127.0.0.1"



Pinging 127.0.0.1 with 32 bytes of data:



Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128



Ping statistics for 127.0.0.1:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms


"ERIC-MASTER net view 127.0.0.1"

Shared resources at 127.0.0.1



Share name Type Used as Comment

-------------------------------------------------------------------------------
gn Disk
My SharedFolder D-drive Disk
Printer Print HP DeskJet 500
SharedDocs Disk
The command completed successfully.


Ping Targets www.yahoo.com 66.94.230.32 192.168.0.1

Target www.yahoo.com

"ERIC-MASTER ping www.yahoo.com"



Pinging www.yahoo.akadns.net [68.142.226.40] with 32 bytes of data:



Reply from 68.142.226.40: bytes=32 time=87ms TTL=50

Reply from 68.142.226.40: bytes=32 time=84ms TTL=51

Reply from 68.142.226.40: bytes=32 time=84ms TTL=50

Reply from 68.142.226.40: bytes=32 time=88ms TTL=51



Ping statistics for 68.142.226.40:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 84ms, Maximum = 88ms, Average = 85ms


Target 66.94.230.32

"ERIC-MASTER ping 66.94.230.32"



Pinging 66.94.230.32 with 32 bytes of data:



Reply from 66.94.230.32: bytes=32 time=151ms TTL=47

Reply from 66.94.230.32: bytes=32 time=146ms TTL=47

Reply from 66.94.230.32: bytes=32 time=145ms TTL=48

Reply from 66.94.230.32: bytes=32 time=153ms TTL=48



Ping statistics for 66.94.230.32:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 145ms, Maximum = 153ms, Average = 148ms


Target 192.168.0.1

"ERIC-MASTER ping 192.168.0.1"



Pinging 192.168.0.1 with 32 bytes of data:



Reply from 192.168.0.1: bytes=32 time<1ms TTL=127

Reply from 192.168.0.1: bytes=32 time<1ms TTL=127

Reply from 192.168.0.1: bytes=32 time<1ms TTL=127

Reply from 192.168.0.1: bytes=32 time<1ms TTL=127



Ping statistics for 192.168.0.1:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms


End diagnosis for ERIC-MASTER

-------------------------------------------------------------------------------------------------
XP HOME

CDiagnosis V1.31
Start diagnosis for STP
Full Targets Eric-master 192.168.0.100 STP 192.168.0.101 127.0.0.1

Target Eric-master

"STP ping Eric-master"

Pinging Eric-master [192.168.0.100] with 32 bytes of data:Reply from
192.168.0.100: bytes=32 time<1ms TTL=128Reply from 192.168.0.100: bytes=32
time<1ms TTL=128Reply from 192.168.0.100: bytes=32 time<1ms TTL=128Reply from
192.168.0.100: bytes=32 time<1ms TTL=128Ping statistics for 192.168.0.100:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip
times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
"STP net view Eric-master"


Target 192.168.0.100

"STP ping 192.168.0.100"

Pinging 192.168.0.100 with 32 bytes of data:Reply from 192.168.0.100:
bytes=32 time<1ms TTL=128Reply from 192.168.0.100: bytes=32 time<1ms
TTL=128Reply from 192.168.0.100: bytes=32 time<1ms TTL=128Reply from
192.168.0.100: bytes=32 time<1ms TTL=128Ping statistics for 192.168.0.100:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip
times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
"STP net view 192.168.0.100"


Target STP

"STP ping STP"

Pinging STP [192.168.0.101] with 32 bytes of data:Reply from 192.168.0.101:
bytes=32 time<1ms TTL=128Reply from 192.168.0.101: bytes=32 time<1ms
TTL=128Reply from 192.168.0.101: bytes=32 time<1ms TTL=128Reply from
192.168.0.101: bytes=32 time<1ms TTL=128Ping statistics for 192.168.0.101:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip
times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
"STP net view STP"

Shared resources at STP



Share name Type Used as Comment

-------------------------------------------------------------------------------
Documents Disk
My Music Disk
network Disk
songs Disk
The command completed successfully.


Target 192.168.0.101

"STP ping 192.168.0.101"

Pinging 192.168.0.101 with 32 bytes of data:Reply from 192.168.0.101:
bytes=32 time<1ms TTL=128Reply from 192.168.0.101: bytes=32 time<1ms
TTL=128Reply from 192.168.0.101: bytes=32 time<1ms TTL=128Reply from
192.168.0.101: bytes=32 time<1ms TTL=128Ping statistics for 192.168.0.101:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip
times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
"STP net view 192.168.0.101"

Shared resources at 192.168.0.101



Share name Type Used as Comment

-------------------------------------------------------------------------------
Documents Disk
My Music Disk
network Disk
songs Disk
The command completed successfully.


Target 127.0.0.1

"STP ping 127.0.0.1"

Pinging 127.0.0.1 with 32 bytes of data:Reply from 127.0.0.1: bytes=32
time<1ms TTL=128Reply from 127.0.0.1: bytes=32 time<1ms TTL=128Reply from
127.0.0.1: bytes=32 time<1ms TTL=128Reply from 127.0.0.1: bytes=32 time<1ms
TTL=128Ping statistics for 127.0.0.1: Packets: Sent = 4, Received = 4,
Lost = 0 (0% loss),Approximate round trip times in milli-seconds: Minimum
= 0ms, Maximum = 0ms, Average = 0ms
"STP net view 127.0.0.1"

Shared resources at 127.0.0.1



Share name Type Used as Comment

-------------------------------------------------------------------------------
Documents Disk
My Music Disk
network Disk
songs Disk
The command completed successfully.


Ping Targets www.yahoo.com 66.94.230.32 192.168.0.1

Target www.yahoo.com

"STP ping www.yahoo.com"

Pinging www.yahoo.akadns.net [68.142.226.56] with 32 bytes of data:Reply
from 68.142.226.56: bytes=32 time=82ms TTL=50Reply from 68.142.226.56:
bytes=32 time=83ms TTL=51Reply from 68.142.226.56: bytes=32 time=83ms
TTL=50Reply from 68.142.226.56: bytes=32 time=87ms TTL=51Ping statistics for
68.142.226.56: Packets: Sent = 4, Received = 4, Lost = 0 (0%
loss),Approximate round trip times in milli-seconds: Minimum = 82ms,
Maximum = 87ms, Average = 83ms
Target 66.94.230.32

"STP ping 66.94.230.32"

Pinging 66.94.230.32 with 32 bytes of data:Reply from 66.94.230.32: bytes=32
time=145ms TTL=47Reply from 66.94.230.32: bytes=32 time=148ms TTL=47Reply
from 66.94.230.32: bytes=32 time=147ms TTL=48Reply from 66.94.230.32:
bytes=32 time=147ms TTL=47Ping statistics for 66.94.230.32: Packets: Sent
= 4, Received = 4, Lost = 0 (0% loss),Approximate round trip times in
milli-seconds: Minimum = 145ms, Maximum = 148ms, Average = 146ms
Target 192.168.0.1

"STP ping 192.168.0.1"

Pinging 192.168.0.1 with 32 bytes of data:Reply from 192.168.0.1: bytes=32
time<1ms TTL=127Reply from 192.168.0.1: bytes=32 time<1ms TTL=127Reply from
192.168.0.1: bytes=32 time<1ms TTL=127Reply from 192.168.0.1: bytes=32
time<1ms TTL=127Ping statistics for 192.168.0.1: Packets: Sent = 4,
Received = 4, Lost = 0 (0% loss),Approximate round trip times in
milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
End diagnosis for STP
 
C

Chuck

my Norton firewall was some of the problem. i added 127.0.0.1 to its
exceptions and rules and i can now Eric-master can ping its self by name and
ip adress.
here is what is coming up now

OK, we're getting there. Now you have one common problem - neither host can
"net view" the other.

Now look at registry key [HKLM\System\CurrentControlSet\Control\Lsa], value
restrictanonymous, on each computer.
<http://www.microsoft.com/windows200...2000/techinfo/reskit/en-us/regentry/46688.asp>
<http://www.jsifaq.com/subf/tip2600/rh2625.htm>
http://support.microsoft.com/?id=246261
http://support.microsoft.com/?id=296403

For browsing to work (for each computer to be listed by a browser), each
computer must have a restrictanonymous value of "0".

The above articles refer to Windows 2000. Remember Win2K is NT V5.0, and WinXP
is NT V5.1.

Have you used the Registry Editor before? If not, it's a scary tool, but it's
pretty simple once you get used to it. Here are a couple articles that might
help:
<http://www.microsoft.com/windowsxp/...home/using/productdoc/en/tools_regeditors.asp>
<http://www.annoyances.org/exec/show/registry>

Just remember to backup the key (create a registry patch) for
[HKLM\System\CurrentControlSet\Control\Lsa] before making any changes, if
appropriate.
 
Joined
Jul 26, 2010
Messages
30
Reaction score
0
Chuck said:
5. Check "Deny access to this computer from the network", and make sure that the Everyone group is NOT included.
I don't care that it's 5 years later, you're still a genious! But what on Earth put it there?! How come out of X computers (with the same XP SP3 and general softwares), only 1 had it in the deny list?
 
Last edited:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top