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
The ipnat.conf file contains redirection rules that specify how incoming packets are readdressed when the proxy is serving traffic transparently. Content Gateway creates the redirection rules during installation. You can modify these rules.
Important 
Each line in the ipnat.conf file must have the following format:
rdr interface 0.0.0.0/0 port dest -> ipaddress port proxy tcp|udp
interface is the Ethernet interface that traffic will use to access the Content Gateway machine (for example, eth0 on Linux).
dest is the traffic destination port (for example, 80 for HTTP traffic).
ipaddress is the IP address of your Content Gateway server.
proxy is the Content Gateway proxy port (usually 8080 for HTTP traffic).

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