Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
anycast_vps [2021/04/25 07:46]
cubebuilder
anycast_vps [2021/04/25 15:05]
cubebuilder
Line 27: Line 27:
  
 root # cat /etc/network/interfaces root # cat /etc/network/interfaces
 +<code>
         auto lo         auto lo
         iface lo inet loopback         iface lo inet loopback
Line 54: Line 54:
         address         198.251.86.22         address         198.251.86.22
         netmask         255.255.255.0         netmask         255.255.255.0
-        +        </code>
 * Standard naming practice is eth0, eth0:0, eth0:1, etc. I use eth0:v6/eth0:anycast simply to identify bindings easier. * Standard naming practice is eth0, eth0:0, eth0:1, etc. I use eth0:v6/eth0:anycast simply to identify bindings easier.