Hi<br>I followed some online instruction and set iptables rules (as below)  from iptable -L -t nat.<br>DNAT       tcp  --  anywhere             anywhere           tcp dpt:119 to:<a href="http://192.168.1.4:119">192.168.1.4:119</a> <br>
DNAT       udp  --  anywhere             anywhere           udp dpt:446 to:<a href="http://192.168.1.7:446">192.168.1.7:446</a> <br>DNAT       tcp  --  anywhere             anywhere           tcp dpt:446 to:<a href="http://192.168.1.7:446">192.168.1.7:446</a> <br>
<br>DNAT       tcp  --  anywhere             anywhere           tcp dpt:446 to:<a href="http://192.168.1.4:446">192.168.1.4:446</a> <br><br>I want delete the last item. What's the command line to do this using iptables?<br>
<br>thanks<br><br><br>Y<br><br><br>