Networking Forums

Networking Forums > Wireless Networking > Wireless Internet > Cisco Wireless -N Home Router WRT120N

Reply
Thread Tools Display Modes

Cisco Wireless -N Home Router WRT120N

 
 
Jeff Liebermann
Guest
Posts: n/a

 
      11-17-2011, 07:14 PM
On Thu, 17 Nov 2011 13:27:49 -0600,
(E-Mail Removed)d (Moe Trin) wrote:

>On Wed, 16 Nov 2011, in the Usenet newsgroup alt.internet.wireless, in article
><(E-Mail Removed)>, Jeff Liebermann wrote:
>
>]]] Jeff Liebermann <(E-Mail Removed)> wrote:
>
>>>>>> C:\>tracert 192.168.100.1
>>>>>> Tracing route to 192.168.100.1 over a maximum of 30 hops
>>>>>> 1 1 ms <1 ms <1 ms 192.168.1.1
>>>>>> 2 3 ms 2 ms 2 ms 192.168.100.1
>>>>>> Trace complete.

>
>>>>>Note that the gateway router is not on the route, that the response
>>>>>from the cable modem is quick, and that it does not include any
>>>>>additional delays I would expect if the packets were going the long
>>>>>way via the ISP. It's identical to what I got when I setup a static
>>>>>route to the modem. Something else is going on, but I don't know
>>>>>what.

>
>Jeff, just how far away do you expect the IPS's responder to be? You
>may recall something called a "radar mile" which is 12.359 usec/nm or
>6.673 usec/km out and back. Even if you include the cable propagation
>factor, the distance delay is lost in the noise. The main factor in
>the delay is in the operating system, traversing the network stack.
>The operating system or routing application is doing a lot of other
>things and can't respond ``instantly'' to an ICMP echo request. When
>the packet arrives, the CPU has to stop watching the computer pr0n-show
>it's watching, look at the source and destination addresses, look at
>the TTL in the IP header, make the "appropriate" routing decision and
>either forward the packet or create the appropriate reply packet, look
>at it's routing table, and finally shove the packet out the door. All
>this takes time. Or do you think that 192.168.1.1 is 1 msec = 1000
>usec = 1000/12.36 = 81 nautical miles / 150 km away from this source.
>(I'm ignoring the time it takes the originating computer to get the
>packet from the 'tracert' application out onto the wire, and the reply
>from the wire back up to the application.)
>
>>I would also expect to see the default gateway IP in the traceroute
>>path. It would be similar to what I saw with my DSL modem as in:

>
>> C:\>tracert 192.168.0.1
>> Tracing route to 192.168.0.1 over a maximum of 30 hops
>> 1 1 ms <1 ms <1 ms DD-WRT [192.168.1.1]
>> 2 15 ms 16 ms 16 ms dsl-63-249-85-gateway.static.cruzio.com
>> 3 16 ms 14 ms 15 ms 192.168.0.1
>> Trace complete.

>
>>That's not quite standard behavior, methinks. Some else is happening,
>>but I don't know what. Maybe sniffing will help.

>
>So the gateway is 1200 miles away (well, maybe 840 miles through wet
>string)? Most of that delay is the network stack. As to why hop 2
>appears between hop 1 and 3 here and not above, that's a function of
>the O/S and routing application. Did the gateway decrement the TTL
>above? The "Discussion" section of RFC1122 section 3.2.1.7 says it
>should happen (based on RFC1812 section 5.3.1), but is that happening?
>Maybe, maybe not. You might get a hint by looking at the arriving TTL
>on "this" box, but the only way to find out for sure is to put sniffers
>either side of the gateway. The fact that you're going from a RFC1918
>address to a routable one and back to RFC1918 may also delay things.
>
> Old guy


I would expect the latency for traceroute to anywhere to be a minimum
of the latency between the local DSL modem and the delays introduced
by the Byzantine path the packet follows through the ISP's hardware. I
have yet to see it even close to the theoretical propagation delay.
For DSL, it has to go through the RT (remote terminal) concentrator,
get converted and compressed into whatever fiber or copper protocol is
used to get to the DSLAM. At DSLAM, it goes to the network edge
Redback router, which eventually hits the ISP's gateway router. In my
case, I think it's from Ben Lomond to San Francisco via ATM and from
San Francisco to Pentaluma (sonic.net) via ATM. From SF to Santa Cruz
on probably ATM where it hits the Cruzio gateway router. I have an
Efficient 5260 DSL modem, which can do an ATM ping. Right now, I'm
showing 14 msec latency on a 3Mbit/sec DSL line. As I recall, the ATM
ping shows about 4 msec, most of which is ATM encoding/decoding. The
rest is IP overhead, which you so nicely described (thanks).

My guess(tm) is much of the observed latency is tied up in the gateway
router trying to do some manner of intelligent filtering and
prioritization (QoS or MPLS QoS). It also takes some time to assemble
ATM packets into IP packets and back again. I recall reading a
detailed breakdown on where the delays are hiding, but need to get
otto here immediately so I separate my customers from their money.
More later (if I survive).



--
Jeff Liebermann (E-Mail Removed)
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558
 
Reply With Quote
 
 
 
 
Moe Trin
Guest
Posts: n/a

 
      11-18-2011, 07:02 PM
On Thu, 17 Nov 2011, in the Usenet newsgroup alt.internet.wireless, in article
<(E-Mail Removed)>, Jeff Liebermann wrote:

>I would expect the latency for traceroute to anywhere to be a minimum
>of the latency between the local DSL modem and the delays introduced
>by the Byzantine path the packet follows through the ISP's hardware.


I'd tend to agree, although I don't see really long delays.

>I have yet to see it even close to the theoretical propagation delay.


Heck, I haven't seen that on a cross-over cable between systems, let
alone a tunnel from client to local backbone.

>My guess(tm) is much of the observed latency is tied up in the gateway
>router trying to do some manner of intelligent filtering and
>prioritization (QoS or MPLS QoS). It also takes some time to assemble
>ATM packets into IP packets and back again.


http://www.ietf.org/rfc/rfc6349.txt

6349 Framework for TCP Throughput Testing. B. Constantine, G. Forget,
R. Geib, R. Schrage. August 2011. (Format: TXT=62494 bytes) (Status:
INFORMATIONAL)

Old guy
 
Reply With Quote
 
Jeff Liebermann
Guest
Posts: n/a

 
      11-19-2011, 09:11 PM
On Sat, 19 Nov 2011 11:51:04 +0000, alexd <(E-Mail Removed)>
wrote:

>My best guess is that the cable modem somehow intercepts traffic destined
>for 192.168.100.1 [gratuitous ARP? Something non-standard?].
>
>http://homepage.ntlworld.com/robin.d...diag/#custside
>
>hints at this:
>
># Some specific brands of cable modem (e.g. Motorola SURFboard, 3Com
># Tailfin) take special action to sniff passing traffic from the user's PC,
># and intercept packets addressed to 192.168.100.1, so they appear to do the
># right thing even when the rules of IP routing are broken, but even this
># magic fails unless those cable modems have successfully connected to the
># cable operator's network.


I agree. The short latency is sufficient proof that it's not going to
the ISP default gateway router and back.

Googling for "modem intercept 192.168.100.1" yields quite a few hits
that suggest the same thing. I haven't had time to sniff the traffic
yet, but I suspect it won't show anything useful. If the cable modem
is intercepting the outbound traffic, then no amount of sniffing
between the router and modem will show anything useful.

I tried testing with a Motorola 2210-02 DSL modem. No problems
getting to the modem web config through the router. However, the
earlier Speedstream 4100 (my favorite DSL modem) seems to have it half
way working. I can ping or traceroute to the config IP address
(192.168.0.1), but the web browser doesn't show the modem config
pages. I have other 4100 modems with other firmware mutations, which
might fix the problem:
<http://shadow.sentry.org/~trev/4200.html>
It might also be an artifact of my static IP address configurations.

More testing....(groan).

--
Jeff Liebermann (E-Mail Removed)
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558
 
Reply With Quote
 
Moe Trin
Guest
Posts: n/a

 
      11-19-2011, 11:22 PM
On Sat, 19 Nov 2011, in the Usenet newsgroup alt.internet.wireless, in article
<(E-Mail Removed)>, Jeff Liebermann wrote:

>I haven't had time to sniff the traffic yet, but I suspect it won't
>show anything useful. If the cable modem is intercepting the outbound
>traffic, then no amount of sniffing between the router and modem will
>show anything useful.


[selene ~]$ whatis p0f
p0f (1) - identify remote systems passively
[selene ~]$

That's really an O/S fingerprint tool - but one of the things it does
is to try to guess how far away the remote is by hop-count. Briefly,
it looks at the arriving TTL, and guesses from that. RFC0791 Section
3.2 and RFC1122 Section 3.2.1.7 point to the obsolete "Assigned Numbers"
RFC (the last being RFC1700) which RFC3232 says has been replaced with
an on-line data base. The one you want is
http://www.iana.org/assignments/ip-parameters which says

IP TIME TO LIVE PARAMETER

The current recommended default time to live (TTL) for the Internet
Protocol (IP) is 64 [RFC791, RFC1122].

In fact, many O/S wiggle on this, but with few exceptions, the starting
TTL is a binary number - 32, 64, 128 or 255 (yeah). The exceptions are
older UNIX versions. So, what's the arriving TTL of packets in
question (compared to packets from the modem, and elsewhere)? And
what's the TTL and source IP on the ICMP "Network Unreachable" when you
try to reach some /other/ non-routable address like 192.168.222.222?

>More testing....(groan).


Well, it's better than being picked up by the CHP for DWI 'cause you
found this neat winery up the road... ;-)

Old guy
 
Reply With Quote
 
Char Jackson
Guest
Posts: n/a

 
      11-27-2011, 11:51 PM
On Sat, 19 Nov 2011 14:11:42 -0800, Jeff Liebermann <(E-Mail Removed)>
wrote:

>On Sat, 19 Nov 2011 11:51:04 +0000, alexd <(E-Mail Removed)>
>wrote:
>
>>My best guess is that the cable modem somehow intercepts traffic destined
>>for 192.168.100.1 [gratuitous ARP? Something non-standard?].
>>
>>http://homepage.ntlworld.com/robin.d...diag/#custside
>>
>>hints at this:
>>
>># Some specific brands of cable modem (e.g. Motorola SURFboard, 3Com
>># Tailfin) take special action to sniff passing traffic from the user's PC,
>># and intercept packets addressed to 192.168.100.1, so they appear to do the
>># right thing even when the rules of IP routing are broken, but even this
>># magic fails unless those cable modems have successfully connected to the
>># cable operator's network.

>
>I agree. The short latency is sufficient proof that it's not going to
>the ISP default gateway router and back.


Sufficient proof for you, not for me. In my own case, running a
continuous ping to my Comcast gateway shows some results coming back
in 3mS, which is not a whole lot different from your 2mS example. (The
average is 5mS.)

>Googling for "modem intercept 192.168.100.1" yields quite a few hits
>that suggest the same thing. I haven't had time to sniff the traffic
>yet, but I suspect it won't show anything useful. If the cable modem
>is intercepting the outbound traffic, then no amount of sniffing
>between the router and modem will show anything useful.


Obviously.

>I tried testing with a Motorola 2210-02 DSL modem. No problems
>getting to the modem web config through the router. However, the
>earlier Speedstream 4100 (my favorite DSL modem) seems to have it half
>way working. I can ping or traceroute to the config IP address
>(192.168.0.1), but the web browser doesn't show the modem config
>pages. I have other 4100 modems with other firmware mutations, which
>might fix the problem:
><http://shadow.sentry.org/~trev/4200.html>
>It might also be an artifact of my static IP address configurations.
>
>More testing....(groan).


At least we can put to rest the theories that NAT router make/model
have anything to do with it.

 
Reply With Quote
 
Char Jackson
Guest
Posts: n/a

 
      11-27-2011, 11:52 PM
On Sat, 19 Nov 2011 11:51:04 +0000, alexd <(E-Mail Removed)>
wrote:

>Char Jackson (for it is he) wrote:
>
>> On Wed, 16 Nov 2011 20:31:29 +0000, alexd <(E-Mail Removed)>
>> wrote:

>
>>>Then you don't understand. It's not going to get to the ISPs router and
>>>back to the customer in 2ms, is it?

>>
>> So far, I'm the only one with a plausible theory. Jeff's still working
>> on his, and I haven't heard yours. Care to share?

>
>2ms is implausibly quick for getting from a computer, to the ISPs router and
>back again.
>
>My best guess is that the cable modem somehow intercepts traffic destined
>for 192.168.100.1 [gratuitous ARP? Something non-standard?].
>
>http://homepage.ntlworld.com/robin.d...diag/#custside
>
>hints at this:
>
># Some specific brands of cable modem (e.g. Motorola SURFboard, 3Com
># Tailfin) take special action to sniff passing traffic from the user's PC,
># and intercept packets addressed to 192.168.100.1, so they appear to do the
># right thing even when the rules of IP routing are broken, but even this
># magic fails unless those cable modems have successfully connected to the
># cable operator's network.


I only read a few paragraphs of the article at the link you provided
and stopped reading after stumbling across multiple factual and
technical errors. Despite the shadow of doubt that places over
everything on the page, I concede that the sniffing described there
satisfies all of my expectations, conditions, and requirements and may
well be exactly what happens.

Good find, thanks for posting.

 
Reply With Quote
 
Jeff Jonas
Guest
Posts: n/a

 
      12-02-2011, 08:44 AM
>but meanwhile I decided D-Link for backup instead of Belkin

Things MAYBE might have improved
but D-Link used to claim Linux support on the box,
but M$ Explorer was required for some of the admin web interface
due to Explorer specific HTML and scripting.
I'm unsure if Safari users were similarly alienated.

The Belkin stuff I've encountered was definitely low-end:
few features, strange admin interface.
 
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
WRT120n - negative reviews ps56k Wireless Internet 5 08-20-2010 08:17 PM
Cisco 1721 Router - Any Use in Home Network? TheScullster Broadband 3 03-02-2007 05:49 PM
Adding a wireless router to an existing network with Cisco router Michael Erb Wireless Internet 12 04-05-2006 01:26 AM
Is there a Cisco Router Available for Home Wireless? Chap Wireless Internet 14 02-01-2005 11:59 AM
SBC home portal, DI-624 Wireless Router, laptop home and office connection question. ja Wireless Internet 0 08-31-2004 04:43 PM



1 2 3 4 5 6 7 8 9 10 11