diff --git a/ServeurOVH.md b/ServeurOVH.md index 4ff5b9bb..11313fb8 100644 --- a/ServeurOVH.md +++ b/ServeurOVH.md @@ -160,8 +160,7 @@ ajoute une configuration de ce type sous Debian (attention, le masque est bien u ~~~ auto eth0:0 iface eth0:0 inet static - address 192.0.43.2 - netmask 255.255.255.255 + address 192.0.43.2/32 ~~~ On peut déléguer l'infogérance des IPFO en se rendant sur la page « Gestion des contacts » (accessible via le menu du compte en haut à droite du manager OVH), et en ajoutant un contact technique à la ligne concernant l'IP failover. @@ -225,8 +224,7 @@ iface eth1 inet manual # LAN eth1.100 vRack VLAN 100 for DRBD auto eth1.100 iface eth1.100 inet static - address 192.168.0.10 - netmask 255.255.255.0 + address 192.168.0.10/24 # LAN br_lan vRack VLAN 200 for VMs LAN auto eth1.200 @@ -235,8 +233,7 @@ iface eth1.200 inet manual auto br_lan iface br_lan inet static bridge_ports eth1.200 - address 10.0.0.10 - netmask 255.255.255.0 + address 10.0.0.10/24 # WAN br_wan vRack no VLAN auto br_wan @@ -265,8 +262,7 @@ Voici la configuration conseillée : ~~~ iface eth0 inet6 static - address 2001:1234:5:6789::1 - netmask 64 + address 2001:1234:5:6789::1/64 # Deprecated netmask 56 # Deprecated up ip route add 2000::0/3 via 2001:1234:5:67ff:ff:ff:ff:ff ~~~