# # Configuration for floppyfw # Outside network: OUTSIDE_IP= 10.37.72.163 #OUTSIDE_IP=DHCP #OUTSIDE_IP=EXTERNAL # # The external script can requires you to add your username and password, # as the PPPoE package does. This is where you can add that. USER_IDENT= USER_PASSWORD= # eth0 default device. # OUTSIDE_DEV=eth0 OUTSIDE_NETMASK=255.255.255.240 OUTSIDE_NETWORK=10.37.72.160 OUTSIDE_BROADCAST=10.37.72.175 # # eth1 is the default device for the internal network. # INSIDE_IP=176.16.1.100 INSIDE_DEV=eth1 INSIDE_NETMASK=255.255.255.0 INSIDE_NETWORK=176.16.1.0 INSIDE_BROADCAST=176.16.1.255 # # Misc # These are not necessary to set if you are using DHCP. # DEFAULT_GATEWAY=10.37.72.165 NAME_SERVER_IP1=192.168.1.10 NAME_SERVER_IP2=192.168.1.34 DOMAIN=techrepublic.com HOSTNAME=tr-admin # # (y)es or (n)o # OPEN_SHELL=y ONLY_8M=n # # Turning on syslogd and klogd. # This is a nice thing but will eat CPU which is why it is turned # off by default. # USE_SYSLOG=y SYSLOG_FLAGS="-m 360" # If you don't like the -- MARK -- messages: #SYSLOG_FLAGS="-m 0" |