[CentOS] setup iptables to allow forwarding through eth1

Tue Sep 1 14:32:28 UTC 2009
Peter Peltonen <peter.peltonen at gmail.com>

On Mon, Aug 31, 2009 at 12:03 AM, Hodja Nasredin<nasredin at sutra.cz> wrote:
> Hi,
>
> did you try:
>
> iptables -I FORWARD 1 -i eth1 -j ACCEPT
> iptables -I FORWARD 1 -o eth1 -j ACCEPT

This did the trick, thanks!

Peter