iptables and NAT [SOLVED]

Tim ignored_mailbox at yahoo.com.au
Fri Jan 28 08:30:03 UTC 2011


On Fri, 2011-01-28 at 10:41 +0530, Jatin K wrote:
> I've got it working and it works like anything ...
>  
> This[1] is the output of command service iptables status
>  
>  
> ---------[1]----------------------------------------------------------
> 
> Table: nat
> Chain PREROUTING (policy ACCEPT)
> num  target     prot opt source               destination
> 1    DNAT       all  --  0.0.0.0/0            xx.xx.xx.xx   tcp dpt:80       to:192.168.131.131:80
> 2    DNAT       all  --  0.0.0.0/0            192.168.131.133  tcp dpt:80       to:192.168.131.131:80
> 
> Chain POSTROUTING (policy ACCEPT)
> num  target     prot opt source               destination
> 1    MASQUERADE  all  --  192.168.131.131/24        0.0.0.0/0
> 
> Chain OUTPUT (policy ACCEPT)
> num  target     prot opt source               destination
> 
> Table: filter
> Chain INPUT (policy ACCEPT)
> num  target     prot opt source               destination
> 
> Chain FORWARD (policy ACCEPT)
> num  target     prot opt source               destination
> 
> Chain OUTPUT (policy ACCEPT)
> num  target     prot opt source               destination

Is that the entire output?  Because, unless there's something else
that's not shown above, you have no firewall.  Everything's accepted.

-- 
[tim at localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.





More information about the users mailing list