search for: private_email1_ip

Displaying 1 result from an estimated 1 matches for "private_email1_ip".

2006 Jan 02
4
RE: Fwd: Several IP''s, one mail and http server
...t''s say that interface eth0 is the outside and eth1 is inside. Next we need firewall rules. Here are some code fragments that should minimally do the trick: ***************************************************************** . . . PUBLIC_EMAIL1_IP="1.2.3.2" # First mail server PRIVATE_EMAIL1_IP="192.168.0.2" PUBLIC_EMAIL2_IP="1.2.3.3" # 2nd mail server PRIVATE_EMAIL2_IP="192.168.0.3" PUBLIC_WEB1_IP="1.2.3.4" # First web server PRIVATE_WEB1_IP="192.168.0.4" PUBLIC_WEB2_IP="1.2.3.5" # 2nd web server PRIVATE_WEB2_IP="192.168...