diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-07-12 03:37:39 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-07-12 03:37:39 +0000 |
commit | 7935eda946d415dd160bfab7abb0533c195bbdc5 (patch) | |
tree | 12c2f6253cb28c6cbb60e30dfbc561776752414d /root/etc/init.d/S45firewall | |
parent | 7ce21e134ce639974ded9ca8ef82875781709089 (diff) |
pppoe hooks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@89 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'root/etc/init.d/S45firewall')
-rwxr-xr-x | root/etc/init.d/S45firewall | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/root/etc/init.d/S45firewall b/root/etc/init.d/S45firewall index 40ac81a49..4885c7c08 100755 --- a/root/etc/init.d/S45firewall +++ b/root/etc/init.d/S45firewall @@ -18,5 +18,6 @@ $IPT -t filter -A INPUT -i $WAN -j REJECT --reject-with icmp-port-unreachable $IPT -t filter -A FORWARD -m state --state INVALID -j DROP $IPT -t filter -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT $IPT -t filter -A FORWARD -i $WAN -m state --state NEW,INVALID -j DROP +$IPT -t filter -A FORWARD -o $WAN -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu $IPT -t nat -A POSTROUTING -o $WAN -j MASQUERADE |