Results 1 to 4 of 4
hi all,
can ne1 help me out in this situation....................
i have a squid proxy server configured, and it allows the surfing on net thru ip
address, but i want ...
- 09-09-2007 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 4
Squid proxy server nd Mac address.
hi all,
can ne1 help me out in this situation....................
i have a squid proxy server configured, and it allows the surfing on net thru ip
address, but i want surfing thru mac address+ip address and ne 1 who
changes his/her ip address should not be able surf thru the server.
plz also list the file which has to be edited for the above purpose.
thanks in advance
..........
- 09-09-2007 #2
SquidFaq/SquidAcl - SquidWiki
see if that helps.
- 09-09-2007 #3Just Joined!
- Join Date
- Sep 2007
- Posts
- 4
thanks for the reply......i went thru the site.......
but where do i run the "./configure --enable arp-acl..."command
i went into the /etc/squid file but im confused where to run th cmnd
and which file particularly to edit......plz specify the file which i hav to edit .
thanks....[:P][:P]
- 09-09-2007 #4
the ./configure ... part is if you are building from source. I am not sure about adding the module if you didn't build from source. You could try and add the lines to your config file and see if it works or not
f everything compiles, then you can add some ARP ACL lines to your squid.conf:
acl M1 arp 01:02:03:04:05:06
acl M2 arp 11:12:13:14:15:16
http_access allow M1
http_access allow M2
http_access deny all


Reply With Quote