Chuck said:
That's a problem with personal firewalls and dynamic addressing.
But it sounds like you still have a problem. Let's see what's up.
Take the following code (everything inside the "#####"). (Please update computer
names and ip addresses if necessary).
1. 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.
2. Save the Notepad file as "cdiag.cmd", as type "All Files", into the root
folder "C:\".
3. Run it by Start - Run - "c:\cdiag".
4. Wait patiently.
5. 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 both computers, please, with both computers powered up and online.
##### Start CDiag Assembled Code
@echo off
set FullTarget1=Podium 192.168.1.101
set FullTarget2=Server 192.168.1.102
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.1.1
Set Version=V1.32
@echo CDiagnosis %Version% >c:\cdiag.txt
@echo Start diagnosis for %computername% >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
@echo Adhoc Browser View >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
net view >>c:\cdiag.txt
@echo. >>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
##### End CDiag Assembled Code
Here are the two diagnostics you requested. First is Podium (front).
CDiagnosis V1.32
Start diagnosis for PODIUM
Adhoc Browser View
Server Name Remark
-------------------------------------------------------------------------------
\\PODIUM P3
\\SERVER Dell
The command completed successfully.
Full Targets Podium 192.168.1.101 Server 192.168.1.102 127.0.0.1
Target Podium
"PODIUM ping Podium"
Pinging Podium [192.168.1.101] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 192.168.1.101:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
"PODIUM net view Podium"
Shared resources at Podium
P3
Share name Type Used as Comment
-------------------------------------------------------------------------------
C Disk
D Disk
Documents Disk
Documents and Settings Disk
hpLaserJ Print hp LaserJet 1300 PCL 6 (Copy 1)
My Documents Disk
SharedDocs Disk
The command completed successfully.
Target 192.168.1.101
"PODIUM ping 192.168.1.101"
Pinging 192.168.1.101 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 192.168.1.101:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
"PODIUM net view 192.168.1.101"
Shared resources at 192.168.1.101
P3
Share name Type Used as Comment
-------------------------------------------------------------------------------
C Disk
D Disk
Documents Disk
Documents and Settings Disk
hpLaserJ Print hp LaserJet 1300 PCL 6 (Copy 1)
My Documents Disk
SharedDocs Disk
The command completed successfully.
Target Server
"PODIUM ping Server"
Pinging Server [192.168.1.102] with 32 bytes of data:
Reply from 192.168.1.102: bytes=32 time=2ms TTL=128
Reply from 192.168.1.102: bytes=32 time=2ms TTL=128
Reply from 192.168.1.102: bytes=32 time=2ms TTL=128
Reply from 192.168.1.102: bytes=32 time=1ms TTL=128
Ping statistics for 192.168.1.102:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 2ms, Average = 1ms
"PODIUM net view Server"
Shared resources at Server
Dell
Share name Type Used as Comment
-------------------------------------------------------------------------------
Application Data Disk
C Disk G:
COMPLINK.JS Disk
DatamaxE Print Datamax E-4203
Documents and Settings Disk
Ibis Disk B:
John Saggese Disk
JS Disk
Local Settings Disk
Microsoft Disk
My Documents Disk
Outlook Disk
Printer Print HP DeskJet 540
Printer4 Print KONICA MINOLTA magicolor2300W
Printer5 Print Intuit Internal Printer
SharedDocs Disk
The command completed successfully.
Target 192.168.1.102
"PODIUM ping 192.168.1.102"
Pinging 192.168.1.102 with 32 bytes of data:
Reply from 192.168.1.102: bytes=32 time=1ms TTL=128
Reply from 192.168.1.102: bytes=32 time=1ms TTL=128
Reply from 192.168.1.102: bytes=32 time=1ms TTL=128
Reply from 192.168.1.102: bytes=32 time=2ms TTL=128
Ping statistics for 192.168.1.102:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 2ms, Average = 1ms
"PODIUM net view 192.168.1.102"
Shared resources at 192.168.1.102
Dell
Share name Type Used as Comment
-------------------------------------------------------------------------------
Application Data Disk
C Disk
COMPLINK.JS Disk
DatamaxE Print Datamax E-4203
Documents and Settings Disk
Ibis Disk
John Saggese Disk
JS Disk
Local Settings Disk
Microsoft Disk
My Documents Disk
Outlook Disk
Printer Print HP DeskJet 540
Printer4 Print KONICA MINOLTA magicolor2300W
Printer5 Print Intuit Internal Printer
SharedDocs Disk
The command completed successfully.
Target 127.0.0.1
"PODIUM 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
"PODIUM net view 127.0.0.1"
Ping Targets
www.yahoo.com 66.94.230.32 192.168.1.1
Target
www.yahoo.com
"PODIUM 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=19ms TTL=49
Reply from 68.142.226.40: bytes=32 time=24ms TTL=49
Reply from 68.142.226.40: bytes=32 time=21ms TTL=49
Reply from 68.142.226.40: bytes=32 time=60ms TTL=49
Ping statistics for 68.142.226.40:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 19ms, Maximum = 60ms, Average = 31ms
Target 66.94.230.32
"PODIUM ping 66.94.230.32"
Pinging 66.94.230.32 with 32 bytes of data:
Reply from 66.94.230.32: bytes=32 time=97ms TTL=46
Reply from 66.94.230.32: bytes=32 time=81ms TTL=47
Reply from 66.94.230.32: bytes=32 time=85ms TTL=46
Reply from 66.94.230.32: bytes=32 time=84ms TTL=47
Ping statistics for 66.94.230.32:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 81ms, Maximum = 97ms, Average = 86ms
Target 192.168.1.1
"PODIUM ping 192.168.1.1"
Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Ping statistics for 192.168.1.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 1ms, Average = 1ms
End diagnosis for PODIUM
THIS NEXT ONE IS FOR THE SERVER (BACK).
CDiagnosis V1.32
Start diagnosis for SERVER
Adhoc Browser View
Server Name Remark
-------------------------------------------------------------------------------
\\PODIUM P3
\\SERVER Dell
The command completed successfully.
Full Targets Podium 192.168.1.101 Server 192.168.1.102 127.0.0.1
Target Podium
"SERVER ping Podium"
Pinging Podium [192.168.1.101] with 32 bytes of data:
Reply from 192.168.1.101: bytes=32 time=1ms TTL=128
Reply from 192.168.1.101: bytes=32 time=2ms TTL=128
Reply from 192.168.1.101: bytes=32 time=2ms TTL=128
Reply from 192.168.1.101: bytes=32 time=1ms TTL=128
Ping statistics for 192.168.1.101:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 2ms, Average = 1ms
"SERVER net view Podium"
Shared resources at Podium
P3
Share name Type Used as Comment
-------------------------------------------------------------------------------
C Disk Z:
D Disk
Documents Disk
Documents and Settings Disk
hpLaserJ Print hp LaserJet 1300 PCL 6 (Copy 1)
My Documents Disk
SharedDocs Disk
The command completed successfully.
Target 192.168.1.101
"SERVER ping 192.168.1.101"
Pinging 192.168.1.101 with 32 bytes of data:
Reply from 192.168.1.101: bytes=32 time=1ms TTL=128
Reply from 192.168.1.101: bytes=32 time=1ms TTL=128
Reply from 192.168.1.101: bytes=32 time=1ms TTL=128
Reply from 192.168.1.101: bytes=32 time=2ms TTL=128
Ping statistics for 192.168.1.101:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 2ms, Average = 1ms
"SERVER net view 192.168.1.101"
Shared resources at 192.168.1.101
P3
Share name Type Used as Comment
-------------------------------------------------------------------------------
C Disk
D Disk
Documents Disk
Documents and Settings Disk
hpLaserJ Print hp LaserJet 1300 PCL 6 (Copy 1)
My Documents Disk
SharedDocs Disk
The command completed successfully.
Target Server
"SERVER ping Server"
Pinging Server [192.168.1.102] with 32 bytes of data:
Reply from 192.168.1.102: bytes=32 time<1ms TTL=128
Reply from 192.168.1.102: bytes=32 time<1ms TTL=128
Reply from 192.168.1.102: bytes=32 time<1ms TTL=128
Reply from 192.168.1.102: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.1.102:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
"SERVER net view Server"
Shared resources at Server
Dell
Share name Type Used as Comment
-------------------------------------------------------------------------------
Application Data Disk
C Disk
COMPLINK.JS Disk
DatamaxE Print LPT3 Datamax E-4203
Documents and Settings Disk
Ibis Disk
John Saggese Disk
JS Disk
Local Settings Disk
Microsoft Disk
My Documents Disk
Outlook Disk
Printer Print LPT2 HP DeskJet 540
Printer4 Print KONICA MINOLTA magicolor2300W
Printer5 Print Intuit Internal Printer
SharedDocs Disk
The command completed successfully.
Target 192.168.1.102
"SERVER ping 192.168.1.102"
Pinging 192.168.1.102 with 32 bytes of data:
Reply from 192.168.1.102: bytes=32 time<1ms TTL=128
Reply from 192.168.1.102: bytes=32 time<1ms TTL=128
Reply from 192.168.1.102: bytes=32 time<1ms TTL=128
Reply from 192.168.1.102: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.1.102:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
"SERVER net view 192.168.1.102"
Shared resources at 192.168.1.102
Dell
Share name Type Used as Comment
-------------------------------------------------------------------------------
Application Data Disk
C Disk
COMPLINK.JS Disk
DatamaxE Print Datamax E-4203
Documents and Settings Disk
Ibis Disk
John Saggese Disk
JS Disk
Local Settings Disk
Microsoft Disk
My Documents Disk
Outlook Disk
Printer Print HP DeskJet 540
Printer4 Print KONICA MINOLTA magicolor2300W
Printer5 Print Intuit Internal Printer
SharedDocs Disk
The command completed successfully.
Target 127.0.0.1
"SERVER 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
"SERVER net view 127.0.0.1"
Shared resources at 127.0.0.1
Dell
Share name Type Used as Comment
-------------------------------------------------------------------------------
Application Data Disk
C Disk
COMPLINK.JS Disk
DatamaxE Print Datamax E-4203
Documents and Settings Disk
Ibis Disk
John Saggese Disk
JS Disk
Local Settings Disk
Microsoft Disk
My Documents Disk
Outlook Disk
Printer Print HP DeskJet 540
Printer4 Print KONICA MINOLTA magicolor2300W
Printer5 Print Intuit Internal Printer
SharedDocs Disk
The command completed successfully.
Ping Targets
www.yahoo.com 66.94.230.32 192.168.1.1
Target
www.yahoo.com
"SERVER ping
www.yahoo.com"
Pinging
www.yahoo.akadns.net [68.142.226.45] with 32 bytes of data:
Reply from 68.142.226.45: bytes=32 time=19ms TTL=49
Reply from 68.142.226.45: bytes=32 time=19ms TTL=49
Reply from 68.142.226.45: bytes=32 time=21ms TTL=49
Reply from 68.142.226.45: bytes=32 time=23ms TTL=49
Ping statistics for 68.142.226.45:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 19ms, Maximum = 23ms, Average = 20ms
Target 66.94.230.32
"SERVER ping 66.94.230.32"
Pinging 66.94.230.32 with 32 bytes of data:
Reply from 66.94.230.32: bytes=32 time=83ms TTL=46
Reply from 66.94.230.32: bytes=32 time=88ms TTL=47
Reply from 66.94.230.32: bytes=32 time=96ms TTL=46
Reply from 66.94.230.32: bytes=32 time=85ms TTL=46
Ping statistics for 66.94.230.32:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 83ms, Maximum = 96ms, Average = 88ms
Target 192.168.1.1
"SERVER ping 192.168.1.1"
Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time=3ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Ping statistics for 192.168.1.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 3ms, Average = 1ms
End diagnosis for SERVER
Thanks a lot, hope I did it right.