network: the netmask is depreacated

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-06 08:53:59 +02:00
parent f9088ceb2d
commit 33349b9fad

View File

@ -155,8 +155,7 @@ iface eno1 inet manual
auto vmbr0 auto vmbr0
iface vmbr0 inet static iface vmbr0 inet static
address 192.168.10.2 address 192.168.10.2/24
netmask 255.255.255.0
gateway 192.168.10.1 gateway 192.168.10.1
bridge-ports eno1 bridge-ports eno1
bridge-stp off bridge-stp off
@ -195,8 +194,7 @@ iface lo inet loopback
auto eno1 auto eno1
iface eno1 inet static iface eno1 inet static
address 198.51.100.5 address 198.51.100.5/24
netmask 255.255.255.0
gateway 198.51.100.1 gateway 198.51.100.1
post-up echo 1 > /proc/sys/net/ipv4/ip_forward post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up echo 1 > /proc/sys/net/ipv4/conf/eno1/proxy_arp post-up echo 1 > /proc/sys/net/ipv4/conf/eno1/proxy_arp
@ -204,8 +202,7 @@ iface eno1 inet static
auto vmbr0 auto vmbr0
iface vmbr0 inet static iface vmbr0 inet static
address 203.0.113.17 address 203.0.113.17/29
netmask 255.255.255.248
bridge-ports none bridge-ports none
bridge-stp off bridge-stp off
bridge-fd 0 bridge-fd 0
@ -227,15 +224,13 @@ iface lo inet loopback
auto eno1 auto eno1
#real IP address #real IP address
iface eno1 inet static iface eno1 inet static
address 198.51.100.5 address 198.51.100.5/24
netmask 255.255.255.0
gateway 198.51.100.1 gateway 198.51.100.1
auto vmbr0 auto vmbr0
#private sub network #private sub network
iface vmbr0 inet static iface vmbr0 inet static
address 10.10.10.1 address 10.10.10.1/24
netmask 255.255.255.0
bridge-ports none bridge-ports none
bridge-stp off bridge-stp off
bridge-fd 0 bridge-fd 0
@ -357,16 +352,14 @@ iface eno3 inet manual
auto bond0 auto bond0
iface bond0 inet static iface bond0 inet static
bond-slaves eno1 eno2 bond-slaves eno1 eno2
address 192.168.1.2 address 192.168.1.2/24
netmask 255.255.255.0
bond-miimon 100 bond-miimon 100
bond-mode 802.3ad bond-mode 802.3ad
bond-xmit-hash-policy layer2+3 bond-xmit-hash-policy layer2+3
auto vmbr0 auto vmbr0
iface vmbr0 inet static iface vmbr0 inet static
address 10.10.10.2 address 10.10.10.2/24
netmask 255.255.255.0
gateway 10.10.10.1 gateway 10.10.10.1
bridge-ports eno3 bridge-ports eno3
bridge-stp off bridge-stp off
@ -397,8 +390,7 @@ iface bond0 inet manual
auto vmbr0 auto vmbr0
iface vmbr0 inet static iface vmbr0 inet static
address 10.10.10.2 address 10.10.10.2/24
netmask 255.255.255.0
gateway 10.10.10.1 gateway 10.10.10.1
bridge-ports bond0 bridge-ports bond0
bridge-stp off bridge-stp off
@ -473,8 +465,7 @@ iface eno1.5 inet manual
auto vmbr0v5 auto vmbr0v5
iface vmbr0v5 inet static iface vmbr0v5 inet static
address 10.10.10.2 address 10.10.10.2/24
netmask 255.255.255.0
gateway 10.10.10.1 gateway 10.10.10.1
bridge-ports eno1.5 bridge-ports eno1.5
bridge-stp off bridge-stp off
@ -498,8 +489,7 @@ iface eno1 inet manual
auto vmbr0.5 auto vmbr0.5
iface vmbr0.5 inet static iface vmbr0.5 inet static
address 10.10.10.2 address 10.10.10.2/24
netmask 255.255.255.0
gateway 10.10.10.1 gateway 10.10.10.1
auto vmbr0 auto vmbr0
@ -533,8 +523,7 @@ iface bond0.5 inet manual
auto vmbr0v5 auto vmbr0v5
iface vmbr0v5 inet static iface vmbr0v5 inet static
address 10.10.10.2 address 10.10.10.2/24
netmask 255.255.255.0
gateway 10.10.10.1 gateway 10.10.10.1
bridge-ports bond0.5 bridge-ports bond0.5
bridge-stp off bridge-stp off