First, try "service iptables start"

This will actually start the iptables firewall.

Then, try "chkconfig iptables on"

This will instruct the system to start iptables on bootup.

On Mon, 3 Dec 2001, hari_bhr wrote:

>  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
> 



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

Reply via email to