Squid - Conf Orig
Squid - Conf Orig
delay_pools 1
delay_class 1 1
delay_access 1 allow all
delay_parameters 1 128000/128000
# 512 kbits == 64 kbytes per second
http_port 8080
hierarchy_stoplist cgi-bin ?
cache_mem 512 MB
#cache_dir ufs /var/cache/squid/ 256 16 256
cache_effective_user squid
cache_effective_group squid
dns_nameservers 202.78.97.41
dns_nameservers 210.4.2.61
dns_nameservers 210.4.2.20
#dns_nameservers 203.167.97.66
#dns_nameservers 203.167.97.200
coredump_dir /var/spool/squid
visible_hostname none
tcp_outgoing_address 10.1.1.111
-----------------------------------------------------------------------
Configuration
Edit the squid.conf file:
# vi /etc/squid/squid.conf
tcp_outgoing_address 1.2.3.4
Save and close the file. Reload the squid proxy server / config file changes by
typing the following command:
# squid -k reconfigure
OR
# service squid reload