1 # ------------------------------------------------------------------------------ 2 # -= Arno's Iptables Firewall(AIF) - Transparent DNAT plugin =- 3 # ------------------------------------------------------------------------------ 4 5 # To actually enable this plugin make ENABLED=1: 6 # ------------------------------------------------------------------------------ 7 ENABLED=0 8 9 # Specify here the internal IP of this host (the IP that will be redirected TO) 10 # ------------------------------------------------------------------------------ 11 DNAT_MY_INTERNAL_IP="" 12 13 # Specify here the external IP (the IP that will be redirected FROM) 14 # ------------------------------------------------------------------------------ 15 DNAT_MY_EXTERNAL_IP="" 16 17 # Specify here the ports you want to enable transparent DNAT for (multiple ports comma separated) 18 # ------------------------------------------------------------------------------ 19 DNAT_TCP_PORTS="" 20 DNAT_UDP_PORTS="" 21