Unsolved
This post is more than 5 years old
19 Posts
0
69999
February 8th, 2008 17:00
limited connectivity , DHCP client already in use
Hello, I have a dell dimesion 2400, linksys ezxs55w wired router ( just bought), and hp compaq nc600o laptop. I am trying to hook up the two computers to the one router with no luck. I hooked up the dimension with a cat5 cable and the hp with a cat6 cable to the back of the router. I can only run one computer at a time on the internet. I get a limited connectivity message when I try to enable the lan connection in the network settings menu. I tried to power down everything and then bring everything back on one at a time, no luck. I tried to do an ipconfig/release and ipconfig/renew on both computers-- i get both computers to show same ip address and still , no luck. Both firewalls are off. Dimension has XP home and the HP has XP professional. When I go to the run prompt I also get this message " An error occurred while renewing interface Local Area Connection: The DHCPclient has obtained an IP address that is already in use on the network. The local interface will be disabled until the DHCP client can obtain a new address."-------------Any suggestions?
No Events found!


decoder101
63 Posts
0
February 8th, 2008 18:00
(that should be the case for both computers)
phil7894560
19 Posts
0
February 8th, 2008 21:00
phil7894560
19 Posts
0
February 8th, 2008 21:00
Thanks for your time.
Phil
decoder101
63 Posts
0
February 8th, 2008 21:00
what's the IP address that both your HP and DImension computers are getting?
you mentioned they are the same...
phil7894560
19 Posts
0
February 9th, 2008 01:00
jmwills
2 Intern
•
12K Posts
0
February 9th, 2008 02:00
You have two machines connected directly to a modem via a hub or switch, correct? You need a router.
phil7894560
19 Posts
0
February 9th, 2008 13:00
sentinel-master
345 Posts
0
February 9th, 2008 15:00
By the look of what you describe I therefore believe the DHCP scope of your router is limited to 1 IP addres.
Login into your router from one connected PC, web browse to default gateway and check the range of the scope of Offered IP addresses.......you'll probably find its currnetly only one.....increase it.
You may need to use NAT/PAT as the address you posted is not RFC1918
10.0.0.0 - 10.255.255.255 (10/8 prefix)
172.16.0.0 - 172.31.255.255 (172.16/12 prefix)
192.168.0.0 - 192.168.255.255 (192.168/16 prefix)
And therefore you probabaly only have limited IP addresses from your ISP.
Hence turn on NAT and use network (e.g) 10.0.0.2 -> 10.0.0.55 to give youself more home LAN address space with 10.0.0.1 as your router DFG.
jmwills
2 Intern
•
12K Posts
0
February 9th, 2008 15:00
phil7894560
19 Posts
0
February 9th, 2008 16:00
Phil
jmwills
2 Intern
•
12K Posts
0
February 9th, 2008 17:00
Open a web browser and got to:
http://192.168.1.1
Wehn prompted for a username, leave it blank and use "admin" for the password.
phil7894560
19 Posts
0
February 10th, 2008 20:00
The server at 192.168.1.1 is taking too long to respond.
* The site could be temporarily unavailable or too busy. Try again in a few
moments.
* If you are unable to load any pages, check your computer's network
connection.
* If your computer or network is protected by a firewall or proxy, make sure
that Firefox is permitted to access the Web.
This is the response i get when trying to access that page.
Phil
sentinel-master
345 Posts
0
March 2nd, 2008 13:00
Since you originally mentioned that the DHCP address you were offered was
68.78.76.158I think we need to first check the Default Gateway (i.e router IP address ) , as I suspect its not default.
Can you do Start -> Run -> cmd "you will need to type the three letters cmd & press enter"
This should bring up a shell window - then just type ipconfig/all and hit return. Please post output here so we can check info/status. If you are not sure how to cut & paste from that window-shell - pipe the info to a log file....i.e ipconfig/all > iplog.txt
And then you have a text file iplog which contains the info we need.
phil7894560
19 Posts
0
March 2nd, 2008 15:00
I tried to do this but after I typed in "ipconfig/all > iplog.txt" nothing happened.
Phil
jmwills
2 Intern
•
12K Posts
0
March 3rd, 2008 00:00
"ipconfig/all" is not a valid command
use this: ipconfig /all >> C:\ipconfig.txt (watch the spacing)
Go to the C Drive and paste the results of that file here.