X-Git-Url: http://lab.mitty.jp/git/?a=blobdiff_plain;ds=sidebyside;f=iptables%2Fufw%2Fnat.rules;fp=iptables%2Fufw%2Fnat.rules;h=23d1986b24c24540e3afc24ae8698cb5cb8c0fd0;hb=0d809d3ec85e0b298e51a8a6df19e54e5b0e1dbd;hp=ce375a18d4e435e6c0f798144bb7c9a50b265203;hpb=e829fd8dfc421a415a74d8719469a1a7c024e438;p=lab.git diff --git a/iptables/ufw/nat.rules b/iptables/ufw/nat.rules index ce375a1..23d1986 100644 --- a/iptables/ufw/nat.rules +++ b/iptables/ufw/nat.rules @@ -7,9 +7,6 @@ *nat -## IP MASQUERADE to WAN(eth1) --A POSTROUTING -o eth1 -j MASQUERADE - ## port REDIRECT to local services # 8443/tcp -> 443/tcp -A PREROUTING -p tcp --dport 8443 -j REDIRECT --to-port 443