Displaying 1 result from an estimated 1 matches for "lan_dnat".
Did you mean:
  andnat
  
2005 Jun 22
0
Issue migrating from 1.4.6c to 2.4.0 with all zone in DNAT rule
...owing iptables rules in nat table :
Chain OUTPOUT
DNAT    tcp    --   0.0.0.0/0    192.0.0.1    tcp dpt:http to:10.0.0.1
Chain net_dnat
DNAT    tcp    --   0.0.0.0/0    192.0.0.1    tcp dpt:http to:10.0.0.1
Chain dmz_dnat
DNAT    tcp    --   0.0.0.0/0    192.0.0.1    tcp dpt:http to:10.0.0.1
Chain lan_dnat
DNAT    tcp    --   0.0.0.0/0    192.0.0.1    tcp dpt:http to:10.0.0.1
in 2.4.0 the same rule does generate only :
Chain OUTPOUT
DNAT    tcp    --   0.0.0.0/0    192.0.0.1    tcp dpt:http to:10.0.0.1
Chain net_dnat
DNAT    tcp    --   0.0.0.0/0    192.0.0.1    tcp dpt:http to:10.0.0.1
Chain dmz_d...