RE: Iptables masq traffic limiting

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



>Postrouting is the correct one.  After everything is routed it is MASQ before
>leaving the interface.

That makes sense, but I am stuck at making the transition, should I simply
pull the port specifications from my third line in the FORWARD chain to the
first line in the POSTROUTING chain?

iptables -A POSTROUTING -t nat -o $WAN -p tcp -m multiport --dports 80,443 -j MASQUERADE
iptables -A FORWARD -i $WAN -o $LAN -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A FORWARD -i $LAN -o $WAN -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT

Does that look groovy?

Thanks!
jlc

_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos


[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