Cable Forum

Cable Forum (https://www.cableforum.uk/board/index.php)
-   Networking (https://www.cableforum.uk/board/forumdisplay.php?f=87)
-   -   (Another) networking problem (https://www.cableforum.uk/board/showthread.php?t=26478)

Aragorn 30-03-2005 16:27

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?

Ramrod 30-03-2005 17:00

Re: (Another) networking problem
 
Quote:

Originally Posted by Zeph
You are pinging the correct IP and NOT n.n I hope? :)

I may be thick but not that thick :p:

(KP/Nemmy/Scott--shaddup! :D )

dilli-theclaw 30-03-2005 17:04

Re: (Another) networking problem
 
Quote:

Originally Posted by Ramrod
I may be thick but not that thick :p:

(KP/Nemmy/Scott--shaddup! :D )

MMMmmm........ ;):D

Well you never mentioned ME:D

Ramrod 30-03-2005 17:08

Re: (Another) networking problem
 
Quote:

Originally Posted by Aragorn
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?

Doesnt like the syntax of that command............only wants words like localgroup, computer..........etc......but I can't get it to actually like the syntax anything I type in :mad: :rolleyes: :dunce:
__________________

I enabled 'respond to ping on internet port' in the router and tried pinging the laptop .............timed out :mad:
__________________

Quote:

Originally Posted by dilligaf1701
MMMmmm........ ;):D

Well you never mentioned ME:D

You ain't that cruel! :p:

dilli-theclaw 30-03-2005 17:08

Re: (Another) networking problem
 
Quote:

Originally Posted by Ramrod
You ain't that cruel! :p:

Only when I'm in a bad mood :)

Rough.D 30-03-2005 17:57

Re: (Another) networking problem
 
Quote:

Originally Posted by Ramrod
I may be thick but not that thick :p:

(KP/Nemmy/Scott--shaddup! :D )


Hhhmmmmmmmm as he backs in to an occupied corner and takes up position :D

Ramrod 30-03-2005 18:35

Re: (Another) networking problem
 
Quote:

Originally Posted by Rough.D
Hhhmmmmmmmm as he backs in to an occupied corner and takes up position :D

That was just done for humorous effect oops:

..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:

Electrolyte01 30-03-2005 18:38

Re: (Another) networking problem
 
Quote:

Originally Posted by Ramrod
(KP/Nemmy/Scott--shaddup! :D )

Darn it all! :D

KingPhoenix 30-03-2005 18:49

Re: (Another) networking problem
 
Quote:

Originally Posted by Ramrod
That was just done for humorous effect oops:

..now.........back to my little problem.........

Mandy did mention something about that :erm: :angel: But i thought you wanted to discuss your network issues ......

Quote:

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:
Ok, have you double/triple/quadruple checked that ALL firewalls are disabled (lets see if we can get these bad boys to ping) Are you running SP2? if so open up your control panel and goto the firewall settings and disable it... Are you running any other firewall software? if so disable it...

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...

Richard M 30-03-2005 18:52

Re: (Another) networking problem
 
Quote:

Originally Posted by KingPhoenix
Quote:

Originally Posted by Ramrod
That was just done for humorous effect oops:

..now.........back to my little problem.........

Mandy did mention something about that :erm: :angel: But i thought you wanted to discuss your network issues ......

Hehe... :rofl:

Aragorn 30-03-2005 18:58

Re: (Another) networking problem
 
Quote:

Originally Posted by Ramrod
...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:

Rammie,

Below is what I would expect from the net view command:
Code:

C:\Documents and Settings\Steve>net view \\athlon64
Shared resources at \\athlon64


Share name  Type  Used as  Comment

-------------------------------------------------------
Mydocs      Disk
photo      Print          hp photosmart P1000 series

Try this on each machine, once using it's own hostname, once using the other hostname, once using the other IPaddress and finally with no hostname, and post the results. This will establish whether the basic SMB networking is running on each computer.

Ramrod 30-03-2005 19:32

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:

KingPhoenix 30-03-2005 19:33

Re: (Another) networking problem
 
Well you can do it whilst your patients are relaxing ;) :)

Ramrod 30-03-2005 21:12

Re: (Another) networking problem
 
Quote:

Originally Posted by KingPhoenix
Well you can do it whilst your patients are relaxing ;) :)

Oy! Behave! :D

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:

Originally Posted by Aragorn
C:\Documents and Settings\Steve>net view \\athlon64

I'm unsure what to type in place of 'Steve' :dunce:

Electrolyte01 30-03-2005 21:13

Re: (Another) networking problem
 
Quote:

Originally Posted by Ramrod
I'm unsure what to type in place of 'Steve' :dunce:

Oh brother :rolleyes: :p:


All times are GMT +1. The time now is 08:58.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
All Posts and Content are © Cable Forum