On Tuesday 27 April 2004 13:07, Manikandan wrote: > There is no issue with PREROUTING and POSTROUTING chains in nat > table now. But my OUTPUT DNAT is not working and it keeps giving me an > error " Invalid argument ". > iptables -t nat -A OUTPUT -d 10.35.47.120 -j DNAT -to 10.35.47.3 According to the manual page "--to-destination" is what you require instead of "-to". David