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
Previous revision
kvm [2021/04/24 15:28]
cubebuilder
kvm [2022/02/09 19:55]
canadianstormchaser
Line 76: Line 76:
 === New York === === New York ===
  
-  * Gateway: 2605:6400:1:fed5::1+  * Gateway: 2605:6400:10::1
   * Netmask: /48   * Netmask: /48
  
Line 84: Line 84:
          address YOUR_IPV6_ADDRESS_HERE          address YOUR_IPV6_ADDRESS_HERE
          netmask 48          netmask 48
-         gateway 2605:6400:1:fed5::1+         gateway 2605:6400:10::1 
 + 
 +=== Luxembourg === 
 + 
 +  * Gateway: 2605:6400:30::
 +  * Netmask: /48 
 + 
 +== Example configuration for Debian using ifupdown2 in Luxembourg == 
 + 
 +    iface eth0 inet6 static 
 +         address YOUR_IPV6_ADDRESS_HERE 
 +         netmask 48 
 +         gateway 2605:6400:30::
 + 
 +=== Miami=== 
 + 
 +  * Gateway: 2605:6400:40::
 +  * Netmask: /48 
 + 
 +== Example configuration for Debian using ifupdown2 in Miami == 
 + 
 +    iface eth0 inet6 static 
 +         address YOUR_IPV6_ADDRESS_HERE 
 +         netmask 48 
 +         gateway 2605:6400:40::1 
 ==== Windows ==== ==== Windows ====