iptables and NAT

Jorge Fábregas jorge.fabregas at gmail.com
Tue Jan 25 11:37:06 UTC 2011


On 01/25/2011 06:15 AM, Jatin K wrote:
> iptables -t NAT -A PREROUTING -d xx.xx.xx.xx -J DNAT --to-destination 
> 192.168.131.131
> 
> but it ends with following error

Hi,

The names of the tables are case-sensitive.  It should be nat instead of
NAT.

HTH,
JOrge


More information about the users mailing list