forwarding on internal device

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Marcus Moeller wrote:
> Good Evening,
>
> I am trying to set up an iptables forward rule in order to forward all
> packages that are routed throgh the internal device eth0:
>
> iptables -A FORWARD -i eth0 -o eth0 -m state --state NEW -j ACCEPT
>   
try:

	iptables -A FORWARD -i eth0 -o eth0 -m state --state NEW,ESTABLSIHED -j ACCEPT
NEW matches only the first packet of a connection



[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Users]     [CentOS Virtualization]     [Linux Media]     [Asterisk]     [Netdev]     [X.org]     [Xfree86]     [Linux USB]     [Project Hail Cloud Computing]

  Powered by Linux