diff options
Diffstat (limited to 'examples/networking/ifcfg-bridge')
-rw-r--r-- | examples/networking/ifcfg-bridge | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/networking/ifcfg-bridge b/examples/networking/ifcfg-bridge new file mode 100644 index 00000000..6086b310 --- /dev/null +++ b/examples/networking/ifcfg-bridge @@ -0,0 +1,12 @@ +# 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=static +DELAY=0 |