Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Dec 2002 22:18:32 -0800 (PST)
From:      Josh Brooks <user@mail.econolodgetulsa.com>
To:        freebsd-hackers@freebsd.org
Subject:   strange netstat output inside 4.x jails...
Message-ID:  <20021204215129.Q77087-100000@mail.econolodgetulsa.com>

next in thread | raw e-mail | index | archive | help

I run netstat -i fxp0 while _innside_ a jail:

Name  Mtu   Network       Address            Ipkts Ierrs    Opkts Oerrs
fxp0  1500  10.10.10.10/ host             7908671     -    39559     -

and then, I transfer a large file from the jail to some external host.


Name  Mtu   Network       Address            Ipkts Ierrs    Opkts Oerrs
fxp0  1500  65.248.2.133/ host             7910577     -    41292     -


The file I transferred out was 4.3 megabytes.  Opkts only increased by
1733 ... which means 2481 bytes per packet ... but ifconfig tells us:

# ifconfig -a
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500

that the MTU is 1500 bytes.

So, am I missing something, or is something pathological happening here ?

thanks.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021204215129.Q77087-100000>