![]() |
(Another) networking problem
Lo all.............
ntl 3 meg connection via stb to netgear wgr614 router laptop (xp home) connected to router via wireless connection desktop (xp pro) connected to router via ethernet to usb adaptor (cabled) Last night we had a one hour powercut that occured while both machines were on. After booting up both machines today both internet connections are fine but neither machne can connect to the other. ('network path cannot be found') I have tried running network connection wizard on both of them to no avail The laptop can see the desktop but not visa versa. File and printer sharing is enabled on both machines. Router settings appear fine. I'm stumped as to what to try next............ :( :confused: one other thing.....when I open up internet connection properties, the 'network bridge adaptor' is missing......is this significant? |
Re: (Another) networking problem
Firewalls on either system?
Any errors in the event logs on either system? Can each system ping the other, both by IP & hostname? If so, what about 'net view <ip add>'? SP1 or 2? |
Re: (Another) networking problem
I get the same message if my firewalls are both active on the pc's
|
Re: (Another) networking problem
I have tried it with both firewalls disabled
Don't know how to ping them Both have SP2 |
Re: (Another) networking problem
Try going into Start > Find/Search and looking for the other computer from there.
I had the same problem a while back and this cured it. |
Re: (Another) networking problem
Quote:
ping 192.168.n.n or ping laptop similarly net view 192.168.n.n net view laptop |
Re: (Another) networking problem
Quote:
__________________ Quote:
|
Re: (Another) networking problem
Quote:
|
Re: (Another) networking problem
Quote:
btw.....anyone know what the '1934 connection' does in the network connections list? |
Re: (Another) networking problem
1394 connection? that's your firewire...
|
Re: (Another) networking problem
i assume you mean 1394, thats a Firewire network connection
|
Re: (Another) networking problem
Quote:
|
Re: (Another) networking problem
Ping missing on both systems?
ping.exe should be located in the c:\windows\system32 directory. Try typing c:\windows\system32\ping.exe 192.168.n.n If that works then you path string has got snafued somehow. If ping.exe is missing :O Found this MS document that might help - if you can get ping working! http://support.microsoft.com/?scid=kb;EN-US;Q308007 |
Re: (Another) networking problem
So now I am back to asking........where tf has the network bridge adaptor gone from the network connections list? :confused:
__________________ Quote:
|
Re: (Another) networking problem
You are pinging the correct IP and NOT n.n I hope? :)
|
Re: (Another) networking problem
IIRC the network bridge adapter is related to ICS and or bridging between the two networks - ie LAN and ieee1394. You shouldn't need the network bridge if you are just plugging in to a router.
__________________ Just had a thought - some routers refuse to pass on pings - a security feature. Has the powercut reset the router into a default configuration that is blocking internal traffic? net view \\<ip address> may be a more valid test. What does this report on each system? |
Re: (Another) networking problem
Quote:
(KP/Nemmy/Scott--shaddup! :D ) |
Re: (Another) networking problem
Quote:
Well you never mentioned ME:D |
Re: (Another) networking problem
Quote:
__________________ I enabled 'respond to ping on internet port' in the router and tried pinging the laptop .............timed out :mad: __________________ Quote:
|
Re: (Another) networking problem
Quote:
|
Re: (Another) networking problem
Quote:
Hhhmmmmmmmm as he backs in to an occupied corner and takes up position :D |
Re: (Another) networking problem
Quote:
..now.........back to my little problem.........both machines can see the router but they cannot connect to each other, in fact the desktop can't even see the laptop. When the lappy tries to connect to the desktop I get (amongst other words) 'network path cannot be established'............wtf? :confused: |
Re: (Another) networking problem
Quote:
|
Re: (Another) networking problem
Quote:
Quote:
Get the ip of the laptop (in a dos prompt type ipconfig) (make sure were using the current IP) also what is the subnet set to? Goto the desktop do the same (get ip and subnet) (do both machines have the same subnet? and are they both on the same subnet..... should be... but you never know ;)) From the desktop machine, open a dos prompt and type ping ip.of.laptop.here if this is still dead.... try it the other way round... there should be no reason that you cant ping an IP address on your network, other than a firewall. It is the only thing that will and can block icmp packets... |
Re: (Another) networking problem
Quote:
|
Re: (Another) networking problem
Quote:
Below is what I would expect from the net view command: Code:
C:\Documents and Settings\Steve>net view \\athlon64 |
Re: (Another) networking problem
Thanks guys...I'll try those suggestions later............2 more patients now and then got to get kiddies to bed :disturbd:
|
Re: (Another) networking problem
Well you can do it whilst your patients are relaxing ;) :)
|
Re: (Another) networking problem
Quote:
Right..........( on the laptop-xp home) I type 'command prompt' in the run box.........brings up the black box and I type 'ipconfig'.this produces a reply of :'ipconfig is not a recognised internal or external command' so I type \windows\system32\ipconfig...............which brings up 'cannot find the path' I have tried that command with .exe on the end, without the \ at the beginning and also with a \\ after the 32....same results :disturbd: __________________ Right..ping.exe works on the desktop but request times out The command doesn't work on the lappy :( __________________ Quote:
|
Re: (Another) networking problem
Quote:
|
Re: (Another) networking problem
desktop-local area connection-ethernet to usb adaptor-
ip address=192.168.0.2 subnet mask=255.255.255.0 default gateway=192.168.0.1 __________________ laptop....all the same as above apart from ip is 192.168.0.3 :shrug: __________________ Just figured out that the laptop needs the command \winnt\system32 .......pinging the desktop just gets 'timed out' :( __________________ ....and that was done with all firewalls off. |
Re: (Another) networking problem
ok..... are these manually set ip addresses? or does the router send them to the machines?
__________________ Rammy run this command from a dos prompt arp -a __________________ and paste the output here |
Re: (Another) networking problem
Quote:
net view \\systemname It looks like your path variable has got messed up, and could be the cause of the problems. At a command prompt type in path (you may need c:\windows\system32\path or c:\winnt\system32\path !) Normally this will report something like PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\Sys tem32\Wbem (no spaces in this string!) You can change this temporarily, ie add your 'system32' directory, at cmd prompt - PATH=C:\WINDOWS\system32;%path% or PATH=C:\WINNT\system32;%path% Now commands like ping, ipconfig and net view should work. The IP addresses look fine, so I would set the path correctly and try the net view commands again. The set the path correctly permanently you need to get into the 'system' control panel applet (right click on 'My Computer and select properties), select the advanced tab and click 'Environmental Variables'. In the bottom half of this screen are system variables, one is Path. Change it so that your system32 directory is first in the path. Then reboot both systems and see if that helps. Eitherway, get back to us in the morning - time for some sleep! HTH |
Re: (Another) networking problem
Quote:
Seriously, if your Windows system is saying that I think it may be time for a reinstall. (unless it runs Win95/98/ME, in which case that behaviour is normal) |
All times are GMT +1. The time now is 05:17. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
All Posts and Content are © Cable Forum