hi all gurus

iam trying to deploy ip tables with Squid as a transparent cache
i was working with ipcahins well
i want to migrate from ipchains to iptables so
i have disable ipcahins and enable iptable

and made the following rule

iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j
REDIRECT --to-port 3128

but when i see that
iptables -nL
iam getting the following :

[root@pns etc]# iptables -nL
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

Chain syn-flood (0 references)
target     prot opt source               destination
[root@pns etc]#


iam not sure what is wrong

thanks for the help in advance



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to