1 |
jpp |
1.1 |
diff -Nur e-smith-packetfilter-2.6.0.old/root/etc/e-smith/templates/etc/rc.d/init.d/masq/40AllowPPP e-smith-packetfilter-2.6.0/root/etc/e-smith/templates/etc/rc.d/init.d/masq/40AllowPPP |
2 |
|
|
--- e-smith-packetfilter-2.6.0.old/root/etc/e-smith/templates/etc/rc.d/init.d/masq/40AllowPPP 2003-05-01 13:28:03.000000000 -0400 |
3 |
|
|
+++ e-smith-packetfilter-2.6.0/root/etc/e-smith/templates/etc/rc.d/init.d/masq/40AllowPPP 1969-12-31 19:00:00.000000000 -0500 |
4 |
|
|
@@ -1,9 +0,0 @@ |
5 |
|
|
- |
6 |
|
|
- # Create new chain to handle PPP interfaces from PPTP connections. |
7 |
|
|
- # Note: We cannot simply permit ppp+, as that would put a huge hole in the |
8 |
|
|
- # firewall for PPPoE users. |
9 |
|
|
- /sbin/iptables --new-chain PPPconn |
10 |
|
|
- /sbin/iptables --new-chain PPPconn_1 |
11 |
|
|
- /sbin/iptables --append INPUT -j PPPconn |
12 |
|
|
- /sbin/iptables --append OUTPUT -j PPPconn |
13 |
|
|
- /sbin/iptables --append PPPconn -j PPPconn_1 |