Hi Folks,
i want to make my squid runs as transparent but when i activate my firewall rulles it stop ou blocks all trafic. So i need help to find out what did i made wrong on this file:
so once again, i want to make my proxy runs as transparent and redirect all traffic to him.
cheers/
Nelson Chamba/
i want to make my squid runs as transparent but when i activate my firewall rulles it stop ou blocks all trafic. So i need help to find out what did i made wrong on this file:
Code:
00010 allow ip from any to any via lo0
00020 deny ip from any to 127.0.0.0/8
00030 deny ip from 127.0.0.0/8 to any
00040 deny tcp from any to any frag
00050 check-state
00060 allow tcp from any to any established
00070 allow ip from any to any out keep-state
00080 allow icmp from any to any
00110 allow tcp from any to any dst-port 21 in
00120 allow tcp from any to any dst-port 21 out
00130 allow tcp from any to any dst-port 22 in
00140 allow tcp from any to any dst-port 22 out
00150 allow tcp from any to any dst-port 25 in
00160 allow tcp from any to any dst-port 25 out
00170 allow udp from any to any dst-port 53 in
00175 allow tcp from any to any dst-port 53 in
00180 allow udp from any to any dst-port 53 out
00185 allow tcp from any to any dst-port 53 out
00200 allow tcp from any to any dst-port 80 in
00210 allow tcp from any to any dst-port 80 out
00500 deny log ip from any to any
00700 deny ip from any to any dst-port 3128 via re0
00800 fwd 127.0.0.1,3128 tcp from 192.168.20.0/24 to any dst-port 80 via re0
00810 fwd 127.0.0.1,3128 ip from any to any dst-port 21 src-ip 192.168.20.0/24
00820 allow ip from any to any dst-port 3128 dst-ip 192.168.20.1 src-ip 192.168.20.0/24
65535 deny ip from any to any
so once again, i want to make my proxy runs as transparent and redirect all traffic to him.
cheers/
Nelson Chamba/