Bad argument 'SNAT'
iptables -t nat -A POSTROUTING -d ! ${LOCALNET} -j SNAT --to ${EXTERNIP}
when i use this command to configure SNAT. I also entered appropriate addresses in place of {localnet} and {externip} but when i run the command it says ....
BAD agrument 'SNAT'
Please help me to fix this.
Thanks
laddu
|