LinuxOnly wrote:
> OK, after reading "man ifconfig" I tried MTU settings 1400 and 1200,
> with no change in behavior.
> But I think you have a point.**I*tried*ftp*to*an*anonymous*ftp*server
> at work, and I get "dir" listings of small directories, but not of
> 'pub' which presumably has more entries.
>
If you watch your network connection, with an analyzer, such as ethereal,
you'll see more, smaller packets. MTU size is normally transparent to the
user.
> BTW, when the VPN is active, ifconfig shows a new interface nlv0 with
> MTU:1438.
When using a VPN, the data must fit in an encapsulation packet, which in
turn must fit within the MTU. So the difference reflects the encapsulation
header.
|