Networking Forums

Networking Forums > Computer Networking > Windows Networking > dhcp

Reply
 
 
G
Guest
Posts: n/a

 
      12-02-2005, 09:51 PM
Hello, we have 6 nodes at work on a LAN that's
routered to a cable router/modem to WAN. The
linksys router has 5 ports and one uplink and one
data port of which goes to the cable modem/router
provided by Brighthouse Road Runner which it
has 4 ports. In other words we have a router and
then we also have an ISP provided cable modem/router
with 4 ports. We run the 5th and 6th nodes by
running an uplink cable from the uplink on the
linksys router to port 1 on the cable modem/router.
We leave the 5th port on the linksys empty since
we are using the uplink.
Here's the problem. We can all see each other
including the problem node. We can all get online to
the internet with the exception of the one problem node.
Not a rotating node problem as we reboot etc. but rather
the same node always can see the rest of the Lan but "no"
online internet or email. So I checked the problem node's
settings. They are the same "except" that his tcp settings have
dhcp off, and it has the alternate address hard coded
as 192.168.1.225. The rest of us by the way upon
pinging all have ip addresses in the 101 thru 105 range.
So I set the problem node to dhcp and took off the
alternate hard code. Rebooted and then he cannot
see us (or get online) nor can we see him. Does
anybody have any clues as to what is going on?


 
Reply With Quote
 
 
 
 
Jim
Guest
Posts: n/a

 
      12-03-2005, 05:43 AM
I assume the "problem child" is now configured correctly? Since switching
it to DHCP, did you check that it's using the same IP scope, same gateway,
same DNS server(s), etc., w/ ipconfig.exe??

If it looks kosher, then I suggest flushing its routing tables w/ the
following command:

netsh interface ip delete arpcache

This will force it to reaquire routing information and "learn" the network
topology anew (sometimes network changes are not immediately reflected in
the local PC's routing tables, which can then lead to odd problems like
these).

Jim


"G" <NoMail@NoSpam> wrote in message news:(E-Mail Removed)...
> Hello, we have 6 nodes at work on a LAN that's
> routered to a cable router/modem to WAN. The
> linksys router has 5 ports and one uplink and one
> data port of which goes to the cable modem/router
> provided by Brighthouse Road Runner which it
> has 4 ports. In other words we have a router and
> then we also have an ISP provided cable modem/router
> with 4 ports. We run the 5th and 6th nodes by
> running an uplink cable from the uplink on the
> linksys router to port 1 on the cable modem/router.
> We leave the 5th port on the linksys empty since
> we are using the uplink.
> Here's the problem. We can all see each other
> including the problem node. We can all get online to
> the internet with the exception of the one problem node.
> Not a rotating node problem as we reboot etc. but rather
> the same node always can see the rest of the Lan but "no"
> online internet or email. So I checked the problem node's
> settings. They are the same "except" that his tcp settings have
> dhcp off, and it has the alternate address hard coded
> as 192.168.1.225. The rest of us by the way upon
> pinging all have ip addresses in the 101 thru 105 range.
> So I set the problem node to dhcp and took off the
> alternate hard code. Rebooted and then he cannot
> see us (or get online) nor can we see him. Does
> anybody have any clues as to what is going on?
>
>



 
Reply With Quote
 
G
Guest
Posts: n/a

 
      12-03-2005, 11:41 AM
>I assume the "problem child" is now configured correctly?
>Since switching it to DHCP, did you check that it's using the
>same IP scope, same gateway, same DNS server(s), etc.,
>w/ ipconfig.exe??

----
Thanks for the reply, you sound like you really know this stuff.
See our Lan was setup by a co-worker's friend before we had
our cable modem/router installed for internet. He did it free etc
and they haven't called him back since he lives in another town.
So between us (we know enough to be dangerous) we are
trying to learn how to get it going since it's just the one node.
We don't really know how to use ipconfig other than reporting
data back from it, and setting up the Lan with dhcp.
---
>If it looks kosher, then I suggest flushing its routing tables w/
>the following command:
>netsh interface ip delete arpcache
>This will force it to reaquire routing information and "learn" the
>network topology anew (sometimes network changes are not
>immediately reflected in the local PC's routing tables, which can
>then lead to odd problems like these). Jim

Thanks again, I will try this Monday at work. This is all new stuff
to me. Can you tell me a book you would recommend to learn
basis network maintence like this?


 
Reply With Quote
 
Jim
Guest
Posts: n/a

 
      12-03-2005, 02:27 PM
Don't have any specific books in mind, but a good start is to visit:

http://www.practicallynetworked.com/

It's geared towards the home or small office user. I suggest reviewing some
of the Troubleshooting / Tutorials on the left hand side. There's enough
available at this site that you should be able to grasp some basic
networking concepts.

Jim


"G" <NoMail@NoSpam> wrote in message news:(E-Mail Removed)...
> >I assume the "problem child" is now configured correctly?
> >Since switching it to DHCP, did you check that it's using the
> >same IP scope, same gateway, same DNS server(s), etc.,
> >w/ ipconfig.exe??

> ----
> Thanks for the reply, you sound like you really know this stuff.
> See our Lan was setup by a co-worker's friend before we had
> our cable modem/router installed for internet. He did it free etc
> and they haven't called him back since he lives in another town.
> So between us (we know enough to be dangerous) we are
> trying to learn how to get it going since it's just the one node.
> We don't really know how to use ipconfig other than reporting
> data back from it, and setting up the Lan with dhcp.
> ---
> >If it looks kosher, then I suggest flushing its routing tables w/
> >the following command:
> >netsh interface ip delete arpcache
> >This will force it to reaquire routing information and "learn" the
> >network topology anew (sometimes network changes are not
> >immediately reflected in the local PC's routing tables, which can
> >then lead to odd problems like these). Jim

> Thanks again, I will try this Monday at work. This is all new stuff
> to me. Can you tell me a book you would recommend to learn
> basis network maintence like this?
>
>



 
Reply With Quote
 
Jim
Guest
Posts: n/a

 
      12-03-2005, 02:35 PM
Here's another VERY basic networking tutorial, just coincidentally received
the link today when visiting hardocp.com:

http://www.pcstats.com/artvnl.cfm?articleID=1427

Just quickly skimmed it, looks very, very basic, but you gotta crawl before
you can walk, so perhaps it's worth a quick read.

Jim


"G" <NoMail@NoSpam> wrote in message news:(E-Mail Removed)...
> >I assume the "problem child" is now configured correctly?
> >Since switching it to DHCP, did you check that it's using the
> >same IP scope, same gateway, same DNS server(s), etc.,
> >w/ ipconfig.exe??

> ----
> Thanks for the reply, you sound like you really know this stuff.
> See our Lan was setup by a co-worker's friend before we had
> our cable modem/router installed for internet. He did it free etc
> and they haven't called him back since he lives in another town.
> So between us (we know enough to be dangerous) we are
> trying to learn how to get it going since it's just the one node.
> We don't really know how to use ipconfig other than reporting
> data back from it, and setting up the Lan with dhcp.
> ---
> >If it looks kosher, then I suggest flushing its routing tables w/
> >the following command:
> >netsh interface ip delete arpcache
> >This will force it to reaquire routing information and "learn" the
> >network topology anew (sometimes network changes are not
> >immediately reflected in the local PC's routing tables, which can
> >then lead to odd problems like these). Jim

> Thanks again, I will try this Monday at work. This is all new stuff
> to me. Can you tell me a book you would recommend to learn
> basis network maintence like this?
>
>



 
Reply With Quote
 
G
Guest
Posts: n/a

 
      12-03-2005, 06:00 PM
Thank you very much!
Could I also use the following to do the same thing?
------------------------------
'ipconfig /release' then 'ipconfig /renew'
(for XP and 2000) or 'ipconfig /release_all'
then 'ipconfig /renew_all' (for 98/ME).
instructing all network adapters to drop their current
IP addresses and attempt to acquire new ones.
Type 'ipconfig /all' again and see if this
resolved the problem.
-----------------------------
instead of the
------------------------------
netsh interface ip delete arpcache


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Server 2008 DHCP Reservations not visible from 2003 DHCP mmc Ckuderna Windows Networking 2 04-02-2009 01:47 PM
dhcp global predefined option deletion (dhcp standard options) Fernando Windows Networking 0 09-03-2007 10:58 PM
How DHCP decide which scope to give thourgh dhcp relay agent? cs Windows Networking 3 01-04-2007 03:48 AM
Load Ballacing broke DHCP - The DHCP service is not servicing any clients because....... Creative Twitch Windows Networking 3 10-28-2004 01:25 PM
Redhat 9.0 dhcp client & windows 2003 dhcp server: dynamic dns update Mads Ravn Linux Networking 0 06-29-2004 05:27 PM



1 2 3 4 5 6 7 8 9 10 11