Thanks for your answer Abbas, but I'm not using IPTABLE and I'm not planning
to change the kernel by now.
I´m doing the same thing with IPCHAIN
I´m looking for another way to do this using just squid
This is what I have now:
NUEVEMIL="ip/prefix"
for ips in ${NUEVEMIL}; do
ipchains -A input -i ${LANIF} -p tcp -s $ips --dport 9001 -j
ACCEPT
Could you explain to me why is not working with squid ?
Can Squid be used to manage 9001 port ?
----- Original Message -----
From: "Abbas Salehi" <abbas@xxxxxxxxx>
To: "Marcello Farias" <marcello@xxxxxxxxxxxxx>
Sent: Tuesday, July 05, 2005 10:27 PM
Subject: Re: 9001 port
Dear Sir
You can doing this with iptables,
iptables -A INPUT -p tcp --dport 9001 -j ACCEPT
Regards
Abbas Salehi
----- Original Message -----
From: "Marcello Farias" <marcello@xxxxxxxxxxxxx>
To: "Squid users" <squid-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, July 06, 2005 5:47 PM
Subject: 9001 port
Mail IMPASAHi there
Excuse my english,
I need help with my squid.conf configuration
I´m using squid Version 2.4.STABLE6
I want to know how to allow users to use 9001 port .
Everything is fine all is working with proxy_auth authenticating to an
active directory domain, except trought 9001
Can someone advise me about any other way to do this without use IPTABLE.
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 9001 # what´s up ?
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
Anyway, can I submit spanish post here ?
thanks a lot
Marcelo