On Jan 8, 2008 1:14 PM, Dave Coventry <dgcoventry@xxxxxxxxx> wrote: > Damn! Did it again. Sent the reply direct rather than to the list. Sorry. > > Indunil, > > #For squid traffic to Accept > > iptables -A INPUT -i eth1 -d 192.168.60.254 -p tcp -s 192.168.60.0/24 > > --dport 3128 -j ACCEPT > I get this error message. > --dport not found. command again, pls note this is one LINE. iptables -A INPUT -i eth1 -d 192.168.60.254 -p tcp -s 192.168.60.0/24 --dport 3128 -j ACCEPT I just tried on my RedHat EL4 box. It worked. > I'm thinking of recompiling my kernel, I can't think it will help, but > it's worth a try... The above command is VERY basic. So, I think no need to recompile. -- Thank you Indunil Jayasooriya