Hello,
I am running on Debian Squeeze distro. I am trying to use iptables to redirect port 843 which is a Adobe Flash Policy server to port 8001, but i keep on getting thr following:
jodie:~# iptables -t nat -I PREROUTING --source 0/0 --destination 0/0 -p tcp --dport 843 -j REDIRECT --to-ports 8001
iptables v1.4.12: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
Can someone help me with this please? Thanks