This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using Iptables DNAT with Astaro

How can i convert the below given IPtables DNAT to Astaro

iptables -t nat -N maildnat_internet

iptables -t nat -A PREROUTING -i   external interface -s ! 192.168.0.0/16 -d 202.54.20.3 -j maildnat_internet

iptables -t nat -A maildnat_internet -i external interface -d 202.54.20.3 -j DNAT --to-destination 192.168.20.3


This thread was automatically locked due to age.