Complete Transparent SQUID Linux Firewall Configuration

Linux OS Topics
Post Reply
User avatar
nwclasantha
Posts: 75
Joined: Wed Apr 24, 2013 12:57 am
Location: Malabe

Complete Transparent SQUID Linux Firewall Configuration

Post by nwclasantha » Sat Apr 27, 2013 9:52 am

proxy.jpg
Complete Transparent SQUID Linux Firewall Configuration
Complete SQUID & Firewall Configuration.pdf
Complete SQUID & Firewall Configuration Plus DHCP.pdf
Complete SQUID & Firewall Configuration. Plus Easy MAC Binding.pdf
User avatar
nwclasantha
Posts: 75
Joined: Wed Apr 24, 2013 12:57 am
Location: Malabe

Re: Complete Transparent SQUID Linux Firewall Configuration

Post by nwclasantha » Mon Apr 29, 2013 7:18 pm

NOTE:

You have to copy paste the entire acl-final.txt file in squid.conf. Best is to paste at end of file.


?? ????????? "acl-final.txt" ????? ????? ?????? ?????? "squid.conf" ????? ????? ????? ??????? ???? ?????? ????? ..! ?? ????? ?????? ???????? ????? ??? ???? ?? ???????? ????? ?? ???? ????? ?? .

???? ????? :

DHCP Server ??? ???? ??????? ?? ????????? ????? ??? ???? ????? ?? ?????? ????? ?????? ??? ??? ????? ..! ????? .???? ?????? ?????? / ???????? ?????? ??? ?????? ????? ??????? ?? ?????? ?? ????? ???? ..???? DHCP Server ????? ?? ???? ?? ??????? ??????? ?????? " acl-final.txt" ???? ?? ?????? ???? ??-???????? ?? ???? ??? ??? ??????? .!


1. edit your squid.conf. Add these acl..

acl mac1 arp 00:14:85:99:3B:8D
acl ip1 arp 192.168.0.1

2. Add this before "http_access deny all"

http_access allow mac1 ip1

using this way you bind mac with one IP address that user can’t change his machine address
to bypass squid filters.

NOTE: Squid can only determine the MAC address for clients that are on the same subnet.
If the client is on a different subnet, then Squid cannot find out its MAC address.

Sample:-

acl our_network src 192.168.0.0/24
http_access allow our_network
acl mac1 arp 00:14:85:99:3B:8D
acl ip1 arp 192.168.0.1
http_access allow mac1 ip1
http_access deny all
User avatar
nwclasantha
Posts: 75
Joined: Wed Apr 24, 2013 12:57 am
Location: Malabe

Re: Complete Transparent SQUID Linux Firewall Configuration

Post by nwclasantha » Thu May 02, 2013 2:45 am

nwclasantha wrote:
proxy.jpg
Complete Transparent SQUID Linux Firewall Configuration
Complete SQUID & Firewall Configuration.pdf
Complete SQUID & Firewall Configuration Plus DHCP.pdf
Complete SQUID & Firewall Configuration. Plus Easy MAC Binding.pdf
Post Reply

Return to “Linux”