Networking Forums

Networking Forums > Computer Networking > Linux Networking > netstat -rn ?

Reply
Thread Tools Display Modes

netstat -rn ?

 
 
Choonho Son
Guest
Posts: n/a

 
      04-22-2004, 10:47 AM
[root@cc9 default]# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt
Iface
10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0
eth0


my box's MSS is zero.

does this makes any problem?

--

-------------------------------------
What I believe is what I can do.

http://opal.kaist.ac.kr/
Choonho Son @ Programming Language Lab. KAIST


 
Reply With Quote
 
 
 
 
Ingo Strauch
Guest
Posts: n/a

 
      04-22-2004, 11:31 AM
On Thu, 22 Apr 2004 19:47:16 +0900, Choonho Son wrote:
> [root@cc9 default]# netstat -rn
> Kernel IP routing table
> Destination Gateway Genmask Flags MSS Window irtt
> Iface
> 10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0
> eth0
>
>
> my box's MSS is zero.
>
> does this makes any problem?


Din't think so, it's zero here as well...

Cheers,
Ingo

--
Ingo Strauch ---- Registered Linux User #227900 (http://counter.li.org/)
http://www.the-one-brack.org/

 
Reply With Quote
 
Bit Twister
Guest
Posts: n/a

 
      04-22-2004, 02:09 PM
On Thu, 22 Apr 2004 19:47:16 +0900, Choonho Son wrote:
> [root@cc9 default]# netstat -rn
>
> my box's MSS is zero. does this makes any problem?


No, here is what a normal looking netstat looks like

$ netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
 
Reply With Quote
 
P Gentry
Guest
Posts: n/a

 
      04-22-2004, 05:14 PM
"Choonho Son" <(E-Mail Removed)> wrote in message news:<c686i7$3mq$(E-Mail Removed)>...
> [root@cc9 default]# netstat -rn
> Kernel IP routing table
> Destination Gateway Genmask Flags MSS Window irtt
> Iface
> 10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0
> eth0
>
>
> my box's MSS is zero.
>
> does this makes any problem?


Normal as sunshine -- unless you're in Seattle ;-)

MSS (max segment size) for this static output is pretty meaningless as
it can/will likely vary along any non-local transmission path. Check
out some of the advanced networking and routing howto's to get a sense
of it's role. For the seriously curious, RFCs are the way to go if
Stevens' _TCP/IP_Illustrated_ is not available.
( http://www.kohala.com/start/ )

hth,
prg
email above disabled
 
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
Netstat Question amerar@iwc.net Linux Networking 3 11-29-2006 07:44 PM
netstat question ChristineLWilson@gmail.com Linux Networking 2 05-25-2006 10:22 AM
A Problem With Netstat =?Utf-8?B?QWJhcnJhY2g=?= Windows Networking 2 03-06-2005 07:33 PM
netstat 0.0.0.0:80 =?Utf-8?B?SnVzdHdoYXRpbmd0b2tub3c=?= Windows Networking 2 11-04-2004 05:13 PM
netstat... Tremend_OSO Linux Networking 1 09-15-2004 04:32 PM



1 2 3 4 5 6 7 8 9 10 11