diff options
author | H. P. <harald.p.@xmart.de> | 2018-11-01 13:30:58 +0100 |
---|---|---|
committer | H. P. <harald.p.@xmart.de> | 2018-11-01 13:30:58 +0100 |
commit | 0632591996893fe136a1f2fe44d9b9f404f41f3e (patch) | |
tree | 7340edbe7c212da3db45a83219147143a3268c8d /localfs/etc/sysconfig/network-scripts/ifcfg-br0-example1 | |
download | fedora-laptop-0632591996893fe136a1f2fe44d9b9f404f41f3e.tar.bz2 |
Initial commit
Diffstat (limited to 'localfs/etc/sysconfig/network-scripts/ifcfg-br0-example1')
-rw-r--r-- | localfs/etc/sysconfig/network-scripts/ifcfg-br0-example1 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/localfs/etc/sysconfig/network-scripts/ifcfg-br0-example1 b/localfs/etc/sysconfig/network-scripts/ifcfg-br0-example1 new file mode 100644 index 0000000..352fbb3 --- /dev/null +++ b/localfs/etc/sysconfig/network-scripts/ifcfg-br0-example1 @@ -0,0 +1,20 @@ +TYPE=Bridge +PROXY_METHOD=none +BROWSER_ONLY=no +BOOTPROTO=dhcp +DEFROUTE=yes +IPV4_FAILURE_FATAL=no +IPV6INIT=yes +IPV6_AUTOCONF=yes +IPV6_DEFROUTE=yes +IPV6_FAILURE_FATAL=no +IPV6_ADDR_GEN_MODE=stable-privacy +NAME=br0-example1 +UUID=56b3bc94-65f8-4688-8ba1-e6e0967137c5 +ONBOOT=no +AUTOCONNECT_PRIORITY=1 +DEVICE=br0 +NM_CONTROLLED=yes +STP=no +DOMAIN="domain1.local domain2.de" +ZONE=lokalhorst |