A little iptables help

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



Quoting Rodrigo Barbosa <rodrigob@xxxxxxxxxxxxxxx>:

> Humm, that should be relatively simple:
>
> iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j ACCEPT

You probably want to use INPUT chain of filter table for this:

iptables -A INPUT -p tcp --destination-port 80 -j ACCEPT

If INPUT chain of filter table has default policy set to DROP, putting 
an ACCEPT
target into PREROUTING chain of nat table isn't going to let the packet go
through the firewall.

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux