lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 24 Mar 2011 16:21:58 +0100
From:	Eric Dumazet <eric.dumazet@...il.com>
To:	Alessandro Suardi <alessandro.suardi@...il.com>
Cc:	linux-kernel@...r.kernel.org, netdev <netdev@...r.kernel.org>
Subject: Re: regression: ip r change mss doesn't work in 2.6.38-git14

Le jeudi 24 mars 2011 à 16:08 +0100, Alessandro Suardi a écrit :
> After fixing the display issue thanks to Chris Wilson, I now have
> another problem
>  (which didn't exist in 2.6.38-git2); most websites outside of my DSL link don't
>  work properly (connection packet goes through, but the page load times out
>  within Firefox) unless I do
> 
> ip r change default via 192.168.1.1 dev eth1 advmss 1400
> 
> This however doesn't change advmss anymore:
> 
> [root@...f ~]# ip r
> default via 192.168.1.1 dev eth1
> 169.254.0.0/16 dev eth1  scope link  metric 1004
> 192.168.1.0/24 dev eth1  proto kernel  scope link  src 192.168.1.8
> [root@...f ~]# ip r change default via 192.168.1.1 dev eth1 advmss 1400
> [root@...f ~]# ip r
> default via 192.168.1.1 dev eth1
> 169.254.0.0/16 dev eth1  scope link  metric 1004
> 192.168.1.0/24 dev eth1  proto kernel  scope link  src 192.168.1.8

Indeed, we'll take a look, thanks for the report.

In the time being you can do :

ip ro change default via 192.168.1.1 dev eth1 advmss 1400 mtu 1500


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ