iptables rules with non-transparent squid proxy

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

for squid non-transparent ( ad auth ). how can i set for clientes access??? )

my lines


iptables --policy INPUT DROP
iptables --policy OUTPUT ACCEPT

iptables -A INPUT -i lo -j ACCEPT
iptables -A OUTPUT -o lo -j ACCEPT

iptables -A INPUT -s  <client_IP>/32 -p tcp --dport 22 -j ACCEPT
iptables -A INPUT -s  <client_IP>/32 -p tcp --dport 3128(squid default port) -j ACCEPT
iptables -A INPUT -j DROP

ssh works fine, but squid not ( all rules drops on my last rule "iptables -A INPUT -j DROP" )

Thanks in advance!

At.
PC
--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux