Re: can't access desktop from laptop
- From: Chuck <none@xxxxxxxxxxx>
- Date: 19 Jun 2005 16:06:04 -0500
On Sun, 19 Jun 2005 13:40:21 -0700, jfg117 <jfg117@xxxxxxxxxxxxxxxxxxxxxxxxx>
wrote:
>here is ipconfig for laptop...
>
> Windows IP Configuration Host Name . . . . . . . . . . . . :
>LAPTOP Primary Dns Suffix . . . . . . . : Node Type
>. . . . . . . . . . . . : Hybrid IP Routing Enabled. . . . . .
>. . : No WINS Proxy Enabled. . . . . . . . : No Ethernet
>adapter Wireless Network Connection: Media State . . . . . .
>. . . . . : Media disconnected Description . . . . . . . . . .
>. : Broadcom 54g MaxPerformance 802.11g Physical Address. . .
>. . . . . . : 00-90-96-8A-D8-C0 Ethernet adapter Local Area
>Connection: Connection-specific DNS Suffix . :
>Description . . . . . . . . . . . : VIA Rhine II Fast Ethernet Adapter
> Physical Address. . . . . . . . . : 00-03-25-10-8D-A2
>Dhcp Enabled. . . . . . . . . . . : Yes Autoconfiguration
>Enabled . . . . : Yes IP Address. . . . . . . . . . . . :
>192.168.1.103 Subnet Mask . . . . . . . . . . . :
>255.255.255.0 Default Gateway . . . . . . . . . : 192.168.1.1
> DHCP Server . . . . . . . . . . . : 192.168.1.1 DNS
>Servers . . . . . . . . . . . : 167.206.3.226
> 167.206.3.225
> 167.206.3.160 Lease Obtained. . . . . . . . . . :
>Sunday, June 19, 2005 11:35:51 AM Lease Expires . . . . . . .
>. . . : Monday, June 20, 2005 11:35:51 AM
Jake,
OK, here's what we know so far.
- Name / address resolution OK. Hybrid / Unknown should work fine.
- No gratuitous protocols - just NBT.
- Both computers on the 192.168.1/24 subnet, both connecting to DHCP server
(router) and getting settings.
- Both computers acknowledge GATEWAY as master browser, and GATEWAY sees both
computers ("2 servers in domain JFGNET").
<http://nitecruzr.blogspot.com/2005/05/browstat-utility-from-microsoft.html>
The most likely cause of this is a firewall problem - start with this link and
read the entire article, reading linked articles where appropriate.
<http://nitecruzr.blogspot.com/2005/05/your-personal-firewall-can-either-help.html>
Next, let's diagnose the problem in depth.
<http://nitecruzr.blogspot.com/2005/05/using-cdiag-without-assistance.html>
Take the following code (everything inside the "#####"). (Please verify computer
names and ip addresses).
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 all computers, please, with all computers powered up and online.
##### Start CDiag Code
@echo off
set FullTarget1=GATEWAY 192.168.1.101
set FullTarget2=LAPTOP 192.168.1.103
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 Code
--
Cheers,
Chuck
http://nitecruzr.blogspot.com/
Paranoia is not a problem - it's a normal response from experience.
My email is AT DOT
actual address pchuck sonic net.
.
- Follow-Ups:
- Re: can't access desktop from laptop
- From: jfg117
- Re: can't access desktop from laptop
- References:
- can't access desktop from laptop
- From: jfg117
- Re: can't access desktop from laptop
- From: Chuck
- Re: can't access desktop from laptop
- From: jfg117
- Re: can't access desktop from laptop
- From: Chuck
- Re: can't access desktop from laptop
- From: jfg117
- can't access desktop from laptop
- Prev by Date: Re: 1 out of 2 comps kills net connection wen connected!!!
- Next by Date: Re: Network Stopped Working
- Previous by thread: Re: can't access desktop from laptop
- Next by thread: Re: can't access desktop from laptop
- Index(es):
Relevant Pages
|