PATH:
usr
/
share
/
doc
/
network-scripts
/
examples
/
Editing: ifcfg-bridge
# ifcfg sample for linux bridge device with IP address. # # Please read /usr/share/doc/initscripts-*/sysconfig.txt # for the documentation of these parameters. DEVICE=br0 TYPE=Bridge IPADDR=192.168.1.1 NETMASK=255.255.255.0 ONBOOT=yes BOOTPROTO=none DELAY=0
SAVE
CANCEL