03-07-2010 05:17 PM - edited 03-06-2019 10:02 AM
Hi,
I'm working on a small LAN with WinXP workstations and a 2621 router as a gateway. Randomly workstations loose connectivity to the gateway. Cannot ping the router interface at fa0/0. If I repair the connection on the workstation it fixes the issue. Any ideas?
Thanks,
Bill
03-07-2010 05:30 PM
Hi,
Just clarify the below questions
1.Is your DHCP server is configured on the windows server or the router is acting as a DHCP server,
2.paste the output of the command #sh run int f0/0
Regards
Karuppu
03-07-2010 05:38 PM
Hi,
The windows server is the DHCP server. Router is not acting at DHCP.
interface FastEthernet0/0
description Local LAN
ip address 10.0.1.1 255.255.255.0
ip nat inside
no ip mroute-cache
speed 100
full-duplex
03-07-2010 06:09 PM
Hi,
First you need to configure ip helper-address command in f0/0 interface to forward all the DHCP request from the desktops to DHCP server.
(config)# int f0/0
(config-if)#ip helper-address
Parallelly check the leased time in your DHCP server for this DHCP pool
Regards
Karuppu
03-07-2010 06:29 PM
Thanks,
The dhcp server is on the same LAN as the workstations, doesn't everyone on the LAN look at the UDP broadcasts? I added the helper address anyway and the lease time is 8 days.
03-07-2010 09:07 PM
could we have a brief description of your LAN. i've some few questions regarding your issue:
1. are you using wireless LAN for PC/laptop connectivity?
2. is there a LAN switch between PCs and router? PC --> SWITCH --> ROUTER; if yes, what is the speed/duplex on LAN switch port?
3. what does your router syslogs shows (show log)? check the same if using LAN switch
4. kindly provide your PC tracert to LAN gateway
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide