search for: public_email2_ip

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

Did you mean: public_email1_ip
2006 Jan 02
4
RE: Fwd: Several IP''s, one mail and http server
...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.0.5" . . . # Email might butcher the...