Date: Thu, 17 Jul 2008 10:14:28 +0300 From: Alexander Motin <mav@FreeBSD.org> To: freebsd-net@freebsd.org Cc: Wasily Lin <linxiaosong@keynet.com.cn> Subject: Re: mpd5.1 MTU problem Message-ID: <487EF154.5070808@FreeBSD.org> In-Reply-To: <1216275783.00099216.1216262401@10.7.7.3> References: <1216275783.00099216.1216262401@10.7.7.3>
next in thread | previous in thread | raw e-mail | index | archive | help
Wasily Lin wrote: > set iface enable netflow-in > set iface enable netflow-out > set iface enable ipacct Strange combination. > set iface enable proxy-arp Are you sure you need it? > set iface mtu 1460 <-----------------------! That's not a problem, but usually 1492 used for PPPoE. Also in some situation 'set iface enable tcpmssfix' could help. > As you can see, tcp/ack from client can not go through but tcp/syn, > tcp/fin are fine. > > What's the reason? I've used the same client to connect to ISP's ADSL > and work fine so what I am sure is the server refused my tcp/ack. But why? As soon as all packets are very small I don't think it is an MTU problem. I would recommend you to use tcpdump on Ethernet interface to understand which side actually drops the packets and probably why. Also check that you are not using any firewall and try to disable some features on server side like ipacct. -- Alexander Motin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?487EF154.5070808>