|
#1
|
|||
|
|||
|
[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. [url]http://opal.kaist.ac.kr/[/url] Choonho Son @ Programming Language Lab. KAIST |
|
#2
|
|||
|
|||
|
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 ([url]http://counter.li.org/[/url]) [url]http://www.the-one-brack.org/[/url] |
|
#3
|
|||
|
|||
|
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 |
|
#4
|
|||
|
|||
|
"Choonho Son" <chson@pllab.kaist.ac.kr> wrote in message news:<c686i7$3mq$1@news.kreonet.re.kr>...
> [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. ( [url]http://www.kohala.com/start/[/url] ) hth, prg email above disabled |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|