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 --- 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 +++ 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 @@ -1,9 +0,0 @@ - - # Create new chain to handle PPP interfaces from PPTP connections. - # Note: We cannot simply permit ppp+, as that would put a huge hole in the - # firewall for PPPoE users. - /sbin/iptables --new-chain PPPconn - /sbin/iptables --new-chain PPPconn_1 - /sbin/iptables --append INPUT -j PPPconn - /sbin/iptables --append OUTPUT -j PPPconn - /sbin/iptables --append PPPconn -j PPPconn_1