NETWORKING=yes HOSTNAME=localhost # http://www.avaritia.com/linux_network_firewall_failover_load_balance_throttle # firewall, failover, load balance, throttle: fifolobath FIFALOBATH=/etc/sysconfig/network-scripts/fifalobath FIFALOBATH_DYN=/var/log/dynamic_nic_info.log # dynamic interface info log EXTIFs="eth1 ppp0" # external (public) interfaces; primary first INTIFs="eth0 wlan0" # internal (private) interfaces RESOLV_SEARCH="search domain_with_dns_on_localhost.com" # for /etc/resolv.conf RESOLV_DNS="nameserver 127.0.0.1\n; nameserver 1.2.3.4" # \n delimited LOG_DROPPED=1 # log dropped packets ALLOW_PING=1 # comment out to disallow pings on EXTIFs ALLOW_SSH=1 # comment out to disallow ssh on EXTIFs ALLOW_DHCPD=1 # comment out ot disallow dhcpd request on INTIFs ROUTE_TIMEOUT=3 # failover timeout in seconds LOAD_BALANCE=1 # comment out for failover only, no load balancing THROTTLE=0.9 # maximum fraction of each external interface's UPRATE ALLOT_REALTIME=0.15 # dedicated fraction of bandwidth for skype, rtp, etc ALLOT_P2P=0.05 # dedicated fraction of bandwidth for p2p