#
# Configuration for floppyfw
#
# Fill in the blanks.
#
#
# For configuring of modules to use : /modules.lst
#
# For configuring logging: /syslogd.cfg
#
# For configuring network interface cards (ONLY IF NEEDED): /syslinux.cfg
# 
# For configuring firewall rules and incoming traffic: /firewall.ini
#
#
# Outside network:

#
# eth1 default device.
#
OUTSIDE_DEV=eth0

#
# DHCP is the hook for the DHCP-client for the outside interface. 
# If used, you may have hangups of connections when the client has
# to get a new IP-address.

# This is now the default behaviour for the external interface.

OUTSIDE_IP=DHCP

# 
# EXTERNAL is a hook for booting a external startup script from a package.
# the external script has to be in /etc/ext-up.init
#
#OUTSIDE_IP=EXTERNAL

# 
# The external script might need you to add your username and password, as
# the PPPoE package does. This is where you can add that.
USER_IDENT=
USER_PASSWORD=

# 
# Setting fixed IP on the outside.

#OUTSIDE_IP=DHCP

#
# This has to be set if you are running with a fixed outside IP
#
OUTSIDE_NETMASK=
OUTSIDE_NETWORK=
OUTSIDE_BROADCAST=

# mac address for outside nic
# Some ISPs uses bootp style dhcp tables and some just remembers the last
# used MAC address.
# this allows you to swap nics
# OUTSIDE_MAC=

# 
# Your inside network, this has 10.42.42.* set as default, this is 
# addresses assigned for internal networks according to RFC 1918.
#
# eth0 is the default device for the internal network.
#
INSIDE_IP=192.168.1.1
INSIDE_DEV=eth1
INSIDE_NETMASK=255.255.255.0
INSIDE_NETWORK=192.168.1.0
INSIDE_BROADCAST=192.168.1.255


#
# Use a DHCP daemon on the inside network. (This will turn on the DNSMASQ)
#
DHCP_DAEMON=n
DHCP_RANGE_START=10.42.42.100
DHCP_RANGE_END=10.42.42.200

#
# Use a caching DNS server on the floppy. (This will automatically be true if
# the DHCP daemon is used.)
#
DNSMASQ=n

#
# Misc
# These are not nescessary to set if you are using DHCP.
#
DEFAULT_GATEWAY=
NAME_SERVER_IP1=
NAME_SERVER_IP2=
DOMAIN=
HOSTNAME=floppyfw

#
# (y)es or (n)o or (s)hell
#
OPEN_SHELL=y
ONLY_8M=n


# Choose the serial port for the console "n" for none.
#SERIAL_CONSOLE=ttyS0
SERIAL_CONSOLE=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=n
SYSLOG_FLAGS="-m 360"

# If you don't like the -- MARK -- messages:
#SYSLOG_FLAGS="-m 0"

# If you want to use a second device (floppy disk, or whatever),
# enter a device name like "/dev/fd1"
# Otherwise enter "n"
#SECOND_DEVICE="/dev/fd1"
SECOND_DEVICE=n
