squid
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
squid [2009/08/12 20:39] – created k2patel | squid [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 20: | Line 20: | ||
Define authentication method for user. | Define authentication method for user. | ||
<code bash> | <code bash> | ||
- | acl thevmc | + | acl ketan proxy_auth |
</ | </ | ||
Allow user to access proxy. | Allow user to access proxy. | ||
<code bash> | <code bash> | ||
- | http_access allow thevmc | + | http_access allow ketan |
+ | </ | ||
+ | ==== Define Outgoing IP based on Username ==== | ||
+ | In order to define IP based on authenticated user.\\ | ||
+ | Add following line. (considering you all of the [[squid# | ||
+ | <code bash> | ||
+ | tcp_outgoing_address 98.113.222.164 ketan | ||
</ | </ | ||
squid.1250109559.txt.gz · Last modified: 2020/08/10 02:29 (external edit)