]> git.proxmox.com Git - mirror_ifupdown2.git/blobdiff - docs/examples/interfaces
.gitignore: pycharm remote execution update
[mirror_ifupdown2.git] / docs / examples / interfaces
index df05fc10ea621a2371c34bc6894318615c7c7bf2..b2f1b7a16da802bef917fc0f10b56b7a38f1570e 100644 (file)
@@ -21,16 +21,15 @@ iface swp30
     alias "test network"
     link-duplex full
     link-speed 1000
-    link-autoneg off
+    link-autoneg no
 
 # bond interface
 auto bond3
 iface bond3 inet static
-    address 100.0.0.4/16
     bond-slaves swp1 swp2
     bond-mode 802.3ad
     bond-miimon 100
-    bond-use-carrier 1
+    bond-use-carrier yes
     bond-lacp-rate 1
     bond-min-links 1
     bond-xmit_hash_policy layer3+4
@@ -38,16 +37,15 @@ iface bond3 inet static
 # bond interface
 auto bond4
 iface bond4 inet static
-    address 100.0.0.6/16
     bond-slaves swp3 swp4
     bond-mode 802.3ad
     bond-miimon 100
-    bond-use-carrier 1
+    bond-use-carrier yes
     bond-lacp-rate 1
     bond-min-links 1
     bond-xmit_hash_policy layer3+4
 
-# bond interface
+# bridge interface
 auto br0
 iface br0
     address 12.0.0.4/24
@@ -59,11 +57,9 @@ iface br0
 # vlan interface on bond
 auto bond3.2000
 iface bond3.2000 inet static
-    address 100.1.0.4/16
 
 auto bond4.2000
 iface bond4.2000 inet static
-    address 100.1.0.6/16
 
 auto br2000
 iface br2000 inet6 static