PDA

Bekijk de volledige versie : Possible to use MSS Clamping?



Dapper
17-12-2010, 16:06
I have a post http://wl500g.info/showthread.php?t=25265 which unfortunately never received a reply. Having spent a little time researching this, I came across MSS Clamping, which would appear to offer a solution.

The command I found to enable this is:



$IPT -t mangle $FNC FORWARD -o $WANADSL -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu


This has been used on OpenWRT and I'd like to know if I can use a similar command on the WL500GO with Oleg WL500gpv2-1.9.2.7-d-r2174?

Unfortunately, I'm a little uncertain about the method I should use to apply this command and make it specific for the ppp0 interface?

Any help would be appreciated.