www.LinuxHowtos.org
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-pmtuthis does the job for you.
rate this article:
current rating: average rating: 1.2 (31 votes) (1=very good 6=terrible)
Your rating:
back