> iptables -P INPUT DROP
> iptables -A INPUT -i ! eth0 -j ACCEPT
> iptables -A INPUT -m state --state ESTABLISHED,RELATED -j
> ACCEPT
> iptables -A INPUT -j LOG --log-prefix "INPUT_DROP(FW): "
> --log-level 6
> iptables -A INPUT -p tcp -i eth0 -j REJECT --reject-with
> tcp-reset
> iptables -A INPUT -p udp -i eth0 -j REJECT --reject-with
> icmp-port-unreachable
Uhm, I'm no iptables expert, but shouldn't you have forwarding rules seeing
as you want to forward packets?
---
Edward Dekkers (Director)
Triple D Computer Services P/L
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list