# Sample Configuration for Initscript Driven Bridge
# Put this into /etc/sysconfig/network-scripts/ifcfg-ltspbr0
#
# Warning: Deleting ifcfg-ltspbr0 alone to disable ltspbr0 will cause you
# problems, because it will come back the next time you upgrade the 
# ltsp-server package. 
#
# Comment out these two lines to disable ltspbr0.
ONBOOT=yes
IPADDR=172.31.100.254

DEVICE=ltspbr0
TYPE=Bridge
BOOTPROTO=static
STP=off
DELAY=0.1
USERCTL=no
IPV6INIT=no
PEERDNS=yes
NETMASK=255.255.255.0
ARP=yes
