On 07/22/08 08:03, Anatoly Muliarski wrote:
I have just now the next working configuration:
<snip>
arp_proxy is set on. Also you need to set up forwarding: echo 1 > /proc/sys/net/ipv4/ip_forward
*nod*
+ I recommend to clear firewall rules for testing purpose: iptables -F iptables -P INPUT ACCEPT iptables -P OUTPUT ACCEPT iptables -P FORWARD ACCEPT
Based on experience (shooting my self in the foot) I *strongly* recommend that you set the chain policies *BEFORE* flushing the table / chains. Just think what will happen if the chain policy is DENY and you are trying to do this via an SSH connection.
Grant. . . . -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html