diff -Nur -x '*.orig' -x '*.rej' smeserver-openvpn-s2s-0.1/root/etc/e-smith/templates/etc/rc.d/init.d/masq/90local_chk49vpn_networks mezzanine_patched_smeserver-openvpn-s2s-0.1/root/etc/e-smith/templates/etc/rc.d/init.d/masq/90local_chk49vpn_networks --- smeserver-openvpn-s2s-0.1/root/etc/e-smith/templates/etc/rc.d/init.d/masq/90local_chk49vpn_networks 2010-10-17 01:27:49.000000000 +0200 +++ mezzanine_patched_smeserver-openvpn-s2s-0.1/root/etc/e-smith/templates/etc/rc.d/init.d/masq/90local_chk49vpn_networks 2010-10-17 01:27:26.000000000 +0200 @@ -4,7 +4,7 @@ foreach my $vpn ($ovpndb->get_all_by_prop(type=>('client')), $ovpndb->get_all_by_prop(type=>('server'))){ $OUT .= "/sbin/iptables -A \$NEW_local_chk --in-interface tun" . $vpn->key . - " -j DROP\n" if (($vpn->prop('AllowInbound') || 'yes') eq 'no'); + " -j denylog\n" if (($vpn->prop('AllowInbound') || 'yes') eq 'no'); }