08-11-2003, 08:03 PM | #1 (permalink) |
WARNING: FLAMMABLE
Location: Ask Acetylene
|
Weird router problem
I searched and am fairly sure my problem is unique.
I have earthlink DSL access in Seattle. The problem is that when I use a router or a router/switch (Hawking Technologies PN9225 or Asante FR3000) I can't do certain things. I have a dynamic IP (But that shouldn't be relevant...) 1. I can't access half.com or ebay.com, other sites flat out work fine. I also have trouble shopping online. In general interactive sites don't work well. When I click on certain links the browser reports that "the page contains no data" 2. I can't post in vbulletin forums nor any other as far as I know 3. I can't send email from my mac for some weird reason. PC works fine with the exact same accont. (SMTP) 4. I can't perform an FTP install of SUSE linux. It times out doing DHCP (3com 3c905, should work...) and when I specify the ip manually it can't connect to the ftp server. If I connect any one machine directly to the DSL modem these problems disappear. I have no clue... I have tried the Gamut of OS's on this one and they all react differently, but usually have some problems in common.
__________________
"It better be funny" |
08-11-2003, 08:28 PM | #2 (permalink) |
God-Hating Liberal
Location: Silicon Valley, CA
|
Sounds like an IP conflict or corrupted ARP cache. If there are several machines hooked up to the same switch, are you positive they all have unique IPs and their netmask is correct?
If you are using several machines, are you using rfc 1918 private IP range (10.10, 192.168, etc) for each machine? If the switch itself is acting as a DHCP server, I would check carefully that this is configured correctly. You may want to reset the switch to factory defaults before proceeding. But unless I am mistaken, you are saying that you see this behaviour with two *different* switches entirely, so I would look to the client configurations before I started mucking with the switch.
__________________
Nizzle |
08-11-2003, 08:33 PM | #3 (permalink) |
WARNING: FLAMMABLE
Location: Ask Acetylene
|
The problem exists in multiple routers
And all the DHCP settings are correct.
Like I said, it works for a the majority of other protocols and purposes. But not for a few critical ones. I also wouldn't blame client configurations as it exists in Linux, WinXP and OS X. The linux and OS X boxes have worked behind a variety of other switches and routers flawlessly.
__________________
"It better be funny" |
08-11-2003, 09:07 PM | #4 (permalink) |
God-Hating Liberal
Location: Silicon Valley, CA
|
I'm at a loss then. Although, I wouldn't trap myself into thinking the OS has any significance. The network layer doesn't care about the OS. If there is an IP conflict or incorrect netmask settings somewhere on the LAN, it's going to effect routing in unpredictable ways.
Try configuring all your clients manually and carefully select ip/netmask/route settings. I can't help troubleshoot your setup beyond these suggestions without a detailed description of the LAN and how it is configured.
__________________
Nizzle |
08-11-2003, 09:18 PM | #5 (permalink) |
WARNING: FLAMMABLE
Location: Ask Acetylene
|
In more detail,
Router plugs into DSL modem, and then into a hub. I don't touch the routers settings at all. It is giving the IPs through DHCP and all the computers pick them up fine and are able to browse and operate normally with above mentioned exceptions. It all conforms to all the regular standards, this is all pretty plain vanilla. Nothing fancy going on which is why I am at a loss. This occurs with two routers. (Models mentioned above) The DSL modem is broadmax, not that it is relevant. (since the problem exists in the router) This occurs in multiple OS's on multiple platforms. Specifying the IPs manually doesn't help either. They perform regular functions fine, but when I try and do the above four things they still don't work.
__________________
"It better be funny" |
08-11-2003, 09:54 PM | #8 (permalink) |
WARNING: FLAMMABLE
Location: Ask Acetylene
|
Code:
[Ariel-Weisbergs-Computer:/Users/arielweisberg] arielweisberg# arp -a ? (192.168.123.254) at 0:0:94:ce:30:c3 ? (192.168.123.255) at ff:ff:ff:ff:ff:ff [Ariel-Weisbergs-Computer:/Users/arielweisberg] arielweisberg# The physical situation is as described above with the router plugged into the 8 port hub which was connected to the two computers.
__________________
"It better be funny" Last edited by kel; 08-11-2003 at 09:56 PM.. |
08-11-2003, 10:37 PM | #10 (permalink) |
WARNING: FLAMMABLE
Location: Ask Acetylene
|
Okay, for this one I switched to a diff router, so the arp -a output changed slightly. This is the router I would like to get working with network. It is the Hawking Technologies PN9225 Single Port router (1 WAN port/ 1 LAN port) It is connected to the 8 port hub and DSL modem.
The output for all those commands is as follows Code:
[Ariel-Weisbergs-Computer:/Users/arielweisberg] arielweisberg# arp -a ? (192.168.10.10) at 0:40:1:42:1d:f9 ? (192.168.10.255) at ff:ff:ff:ff:ff:ff [Ariel-Weisbergs-Computer:/Users/arielweisberg] arielweisberg# netstat -rn | grep default default 192.168.10.10 UGSc 7 2 en0 [Ariel-Weisbergs-Computer:/Users/arielweisberg] arielweisberg# ifconfig -a lo0: flags=8049(UP,LOOPBACK,RUNNING,MULTICAST) mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 inet 127.0.0.1 netmask 0xff000000 gif0: flags=8010(POINTOPOINT,MULTICAST) mtu 1280 stf0: flags=0<> mtu 1280 en0: flags=8863(UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST) mtu 1500 inet6 fe80::203:93ff:fede:27b6%en0 prefixlen 64 scopeid 0x4 inet 192.168.10.48 netmask 0xffffff00 broadcast 192.168.10.255 ether 00:03:93:de:27:b6 media: autoselect (10baseT/UTP <half-duplex>) status: active supported media: none autoselect 10baseT/UTP <half-duplex> 10baseT/UTP <half-duplex,hw-loopback> 10baseT/UTP <full-duplex> 10baseT/UTP <full-duplex,hw-loopback> 100baseTX <half-duplex> 100baseTX <half-duplex,hw-loopback> 100baseTX <full-duplex> 100baseTX <full-duplex,hw-loopback> Don't stay up late waiting for me to reply after this post. I will pick it up again in the morning. Sleep now!
__________________
"It better be funny" Last edited by kel; 08-11-2003 at 10:41 PM.. |
08-11-2003, 10:51 PM | #11 (permalink) |
God-Hating Liberal
Location: Silicon Valley, CA
|
Hmm. That looks perfectly normal. Just to confirm a couple more things:
- Is your router plugged into the uplink port of the hub? Uplink port is usually set apart slightly from the others or labeled "Internet". - In the above setup, are there any other client machines on the LAN? If so, does unplugging all but one have any effect on the behaviour of the remaining client? I'm still at a loss, but given that you have the same symptoms with two different routers entirely, I still suspect the problem is something else. Your OSX client looks properly configured.
__________________
Nizzle |
08-11-2003, 11:01 PM | #12 (permalink) |
WARNING: FLAMMABLE
Location: Ask Acetylene
|
It is plugged into the uplink port, and the wire crossing button thingy is on the right setting (if it were wrong, it wouldn't connect at all)
Having a single machine doesn't change anything. And completely unrelated... w00t! Made it to crazy...
__________________
"It better be funny" |
08-12-2003, 12:15 AM | #13 (permalink) |
big damn hero
|
I don't have a specific answer, but I'll throw my hat in to try to help.
Do both of these routers have a built in firewall? You said most traffic flows in and out okay, but certain protocols don't make it. Shopping sites, e-mail, and ftp all require some sort of authentication, right? I know that secure websites, outlook express, and some ftp sites will all have problems with SSL. I'm not saying this is your problem, but it sounds like your traffic is being filtered and that traffic seems to be security oriented. If these routers have a firewall, I assume that there would be a way to turn it off. If I were you, I'd probably do that and then install a software firewall. I'm sure you could then monitor the traffic through the logs to find out what's being filtered or not and apply that to the two routers. I know I didn't solve the problem, but I hope I sent you in the right direction. Good Luck
__________________
No signature. None. Seriously. |
08-12-2003, 12:36 PM | #14 (permalink) |
WARNING: FLAMMABLE
Location: Ask Acetylene
|
Router manufactuers are evil...
VERY VERY EVIL...
It was the max MTU size... the router couldn't handle large packets... IT SHOULD BE ABLE TO... only a TOTAL A** hole would advertise a router to be fully functional and then only provide partial support for the TCP/IP protocol which is a total load of crap... I am amazed this hasn't let to lawsuit hell before... What amazes me is this occured in FOUR consumer level routers... I mean WTF everyone is producing this semi-functional crap... It's not like it's a big engineering or hardware cost to produce a fully functional controller... Just a little bit more memory and state involved...
__________________
"It better be funny" |
08-12-2003, 01:46 PM | #16 (permalink) |
WARNING: FLAMMABLE
Location: Ask Acetylene
|
That puts me in my place. I still remain disappointed that professional techs from both the router and ISP weren't able to spot an obvious issue like this. I don't deal with networks often unless I program them myself (and then for some silly reason they always work :-P) It shouldn't have taken me this long... the issue should be documented with the router or on the manufacturers site as I am downright positive this must come up often. How many thousands of customers use earthlink DSL and these name brand routers on plain jane XP installations... It happened on linksys, d-link, asante, and hawking routers! Not one of them has it documented and techs at Asante and Hawking don't know about it either.... I only found out by running randomly generated packets through the router overnight... I had to phrickin code it myself... sheesh...
__________________
"It better be funny" |
08-12-2003, 08:35 PM | #17 (permalink) |
God-Hating Liberal
Location: Silicon Valley, CA
|
I didn't catch that either. It's not a terribly common problem, but a known one. I agree, tech support for the router company should be able to troubleshoot this sort of issue. Tech support tends to be pretty bad in general, because people that really know their stuff move on quickly. Support is an entry-level (and much maligned) position for someone who has real technical knowledge.
But the company should know about this issue and its symptoms, and train their employees accordingly.
__________________
Nizzle |
08-12-2003, 11:52 PM | #18 (permalink) | |
Junkie
|
Re: Router manufactuers are evil...
Quote:
BTW, what LinkSys box did it occur on? I'd be surprised if their kit did "not support" max MTU size. Can you be more specific? Mr Mephisto |
|
08-13-2003, 09:09 AM | #19 (permalink) |
WARNING: FLAMMABLE
Location: Ask Acetylene
|
An MTU size of greater then 1470 on any of the computers meant that some packets (of this large size) wouldn't pass through the router. I check by pinging the router with randomly sized packets, and by trying to pass randomly generated packets through it. Only some web sites trigger the transfer of large packets.
The linksys router and D-link router were on loan for the day, don't have them anymore so I can't test them anymore. The problem existed on the linksys router, but I didn't pass packets through it, I fixed the problem on the Hawking router which is a very old discontinued model that I got cheap. On the hawking router if I pinged or sent a packet of size 1480 or larger then the packet would not arrive or in the case of ping it would say something about fragmentation. When I set the MTU to 1470 all apps work fine. The linksys router was what looks like a rather old single port model.
__________________
"It better be funny" |
Tags |
problem, router, weird |
|
|