PDA

View Full Version : Network trouble: 1 static IP, multiple dynamic IPs, HTTP server


tropical
10-22-09, 03:12 PM
I'm having trouble with my router. Most of my computers are laptops and use DHCP so that they can travel between wireless networks, and visitors can connect to my network without too much configuration.

But I have one desktop that's also used as a local HTTP server for web development, and has a static IP (192.168.1.101) assigned so that I can use HOSTS file entries to reach it using multiple hostnames for different projects.

I haven't needed to reach that desktop from another computer in a few weeks, and today it's not working.

I tried to do a bit of troubleshooting and came up with the following. When I tracert to the IP directly, I get a single hop:

tracert 192.168.1.101

Tracing route to example.com [192.168.1.101]
over a maximum of 30 hops:

1 18 ms 15 ms 15 ms example.com [192.168.1.101]

Trace complete.

But when I do the same with a port specified, it tries to route it through the WAN and isn't able to connect:


tracert 192.168.1.101:80

Tracing route to example:80 [207.69.131.9]
over a maximum of 30 hops:

1 13 ms 31 ms 15 ms 192.168.1.1
2 17 ms 21 ms 19 ms user-387hco1.cable.mindspring.com [208.120.179.1]
3 24 ms 31 ms 159 ms cpe-24-29-157-90.nyc.res.rr.com [24.29.157.90]
4 31 ms 46 ms 31 ms pos-5-2-nycmnyrdc-rtr2.nyc.rr.com [24.29.157.66]
5 40 ms 25 ms 25 ms tenge-0-0-0-nycsnyoo-rtr1.nyc.rr.com [24.29.119.102]
6 30 ms 15 ms 31 ms 66.109.6.76
7 30 ms 30 ms 31 ms ae-0-0.pr0.nyc20.tbone.rr.com [66.109.6.157]
8 31 ms 31 ms 46 ms te1-4.mpd01.jfk05.atlas.cogentco.com [154.54.13.185]
9 31 ms 31 ms 31 ms te9-3.mpd03.jfk02.atlas.cogentco.com [154.54.26.61]
10 31 ms 46 ms 46 ms te8-3.mpd01.dca01.atlas.cogentco.com [154.54.5.98]
11 31 ms 46 ms 46 ms te4-3.mpd01.iad01.atlas.cogentco.com [154.54.26.114]
...etc

How can I fix this?

My router is a Trendnet TEW-452BRP -- basic wireless home router with a half-baked control panel. The client computer is on WinXP, and the server runs OS X.