Hi Grp,
I need ur help .............
I am trying to configute TRANSPARENT PROXY in SUSE 9.2...I have configured it sucessfully(No problems)
In SuSeFirewall2 file , i have wrote this line:
FW_REDIRECT="192.168.8.0/24,0/0,tcp,80,3128"
(i.e the request of internal network( i.e 192.168.8.0 ) at port 80 is redirected to 3128 port(Proxy)..Its working fine...,
But if i want to specify the range only i.e not whole network(192.168.8.0) , but only in 192.168.8.12-192.168.8.14 and the other ip is 192.168.8.67..
then how can i do this ?
i.e If i want that only these i.p ranges use transparent proxy only not others then how to do this?
I have tried this already by making these changes...
FW_REDIRECT="192.168.8.12-192.168.8.14/24,0/0,tcp,80,3128"
FW_REDIRECT="192.168.8.67/24,0/0,tcp,80,3128"
but only first line is working ...i.e the only the request of these ip's 192.168.8.12-191.168.8.14 are redirected to port 3128 but the ip 192.168.8.67 i.p is still not redirected to port 3128
So How can i do this...
My second pb is this .....
How can i block the specific ports through squid ...i.e ftp,ssh , to internal network...
If anyone kbows tell abt the specific acl in SUSE9.2
Help me ...
THXX
Gaurav