I am trying to add the below given DNAT rule
Traffic Source: Any
Traffic Service :Everything (included Any)
Traffic Destination: [:P]ublic IP of Mail server in DMZ
NAT Mode : DNAT
Destination: Private IP of Mail Server
Destination Service: Any
If i do an ssh and do iptables -L it shows two entries
0 0 DNAT all -- * * 0.0.0.0/0 202.54.15.19 to:192.168.7.19
0 0 DNAT all -- * * 0.0.0.0/0 202.54.15.19 to:192.168.7.19
This thread was automatically locked due to age.