Go to the table of contents Go to the previous page Go to the next page Go to the index View or print as PDF
Configuration Files > socks.config
The socks.config file specifies:
*
Origin servers that Content Gateway accesses directly, without going through a SOCKS server.
Note 
Important 
Traffic that does not match a manually configured rule is handled via a default rule. A default rule is constructed for each SOCKS server with the default option enabled in the Socks Servers table. Default rules are created automatically and displayed on the SOCKS Server page. Default rules are not written in the socks.config file. The destination IP address is 'All'.
dest_ip=ipaddress socksparent="alias1" [round_robin=value]
ipaddress is the origin server IP address or range of IP addresses separated by - or /.
alias1 is the alias name of the SOCKS server named in the SOCKS Servers list.
value is either strict if you want Content Gateway to try the SOCKS servers one by one, or false if you do not want round-robin selection to occur.
To specify origin servers that you want Content Gateway to access directly, without going through the SOCKS server(s), enter a rule in socks.config in the following format:
no_socks ipaddress
where ipaddress is a comma-separated list of the IP addresses or IP address ranges associated with the origin servers that you want Content Gateway to access directly. Do not specify the all networks broadcast address: 255.255.255.255.
Note 
Each rule in socks.config can consist of a maximum of 400 characters. The order of the rules in the socks.config file is not significant.

Go to the table of contents Go to the previous page Go to the next page Go to the index View or print as PDF
Configuration Files > socks.config