Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2008 16:51:38 +0300
From:      Nikos Vassiliadis <nvass@teledomenet.gr>
To:        freebsd-net@freebsd.org
Cc:        "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>, Stefan Lambrev <stefan.lambrev@moneybookers.com>
Subject:   Re: Adjust Maximum Segment Size?
Message-ID:  <200805271651.38888.nvass@teledomenet.gr>
In-Reply-To: <483BD650.9080002@moneybookers.com>
References:  <483BD151.3070900@moneybookers.com> <20080527092125.K65662@maildrop.int.zabbadoz.net> <483BD650.9080002@moneybookers.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 27 May 2008 12:37:20 Stefan Lambrev wrote:
> I'm experimenting with gre tunnels - the problem comes from async
> routes. From gre0 I receive traffic, but replies are sent over Ethernet
> card. So I can't make mtu on if0 the same as the mtu on gre0.

You could change the mtu size for certain destinations using
route(8) and the -mtu modifier. Lower the mtu for the known
destination or perhaps for the default route to keep your
system from using the interface's mtu.

Of course, this will influence mtu and not only mss...

HTH, Nikos



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