Hi,
If I edit the etter.conf file on my Fedora PC I this error when I start up Ettercap.
Code:
iptables v1.4.1.1: can't initialize iptables table `nat': Permission denied (you must be root)
If I manually try and put in the line on the command prompt I get this:
Code:
[root@mylinux ~]# iptables -t nat -A PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport
iptables v1.4.1.1: invalid port/service `%port' specified
Try `iptables -h' or 'iptables --help' for more information.
[root@mylinux ~]#
What else can I use instead of "%port"? I thought iptables was universal in its command structure... doesn't seem to work or does "%" mean put a value there?
Can someone tell me where I#m going wrong please.
Cheers,
Blown CPU