Rats! The damn Exchange e-mail editor mangled the text:

INTERNET_IP=10.0.0.1 # Internet IP address - actually our local machine
for testing OFFICE_IP=192.168.1.1 # Office IP address

INTERNET_CARD="eth1" # External interface
OFFICE_CARD="eth0" # Office interface
DOMAINADD="10.0.0" # Assumes Class C domain. Replace this with your own.
FTP_SERVER="192.168.1.250" # FTP Server IP address
SOURCEPORTS="32769:65535" DESTPORTS="33434:33523"
SSH_SERVER="192.168.1.23" MAIL_SERVER="192.168.1.250"
HTTP_SERVER="192.168.1.250 TS_SERVER="192.168.1.250"
DNS1="199.185.220.36" DNS2="199.185.220.52"

In reality that part of the script is:

INTERNET_IP=10.0.0.1    # Internet IP address - actually our local
machine for testing
OFFICE_IP=192.168.1.1   # Office IP address

INTERNET_CARD="eth1" # External interface
OFFICE_CARD="eth0" # Office interface
DOMAINADD="10.0.0" # Assumes Class C domain. Replace this with your own.
FTP_SERVER="192.168.1.250" # FTP Server IP address
SOURCEPORTS="32769:65535"
DESTPORTS="33434:33523"
SSH_SERVER="192.168.1.23"
MAIL_SERVER="192.168.1.250"
HTTP_SERVER="192.168.1.250
TS_SERVER="192.168.1.250"
DNS1="199.185.220.36"
DNS2="199.185.220.52"

Alex.

Reply via email to