www.LinuxHowtos.org

edit this article

Using Linux as router (mini-FAQ)

Q: is there an easy way to set the max mtu on the router side instead of setting the mtu on each mashine?
A: add the following line into your /etc/ppp/ip-up script

/sbin/iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
this does the job for you.


rate this article:
current rating: average rating: 1.2 (31 votes) (1=very good 6=terrible)
Your rating:
Very good (1) Good (2) ok (3) average (4) bad (5) terrible (6)

back