User Tools

Site Tools


proxmox_ipv6_ndppd

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
proxmox_ipv6_ndppd [2019/12/08 15:41] neoonproxmox_ipv6_ndppd [2021/11/25 22:42] (current) – external edit 127.0.0.1
Line 1: Line 1:
-If you have a Kimsufi Dedicated, you got a full /64 not just /128 which is a single IP, lets use it+The idea behind using ndppd isthat you do not need to proxy any single IPv6 anymore.
  
-The idea behind using ndppd is, that you do not need to forward any single IPv6 anymore.+ 
 +Lets say the /64 Subnet you got is this: 
 + 
 +    2001:DB8:ABCD:12::/64 
 + 
 +That's the Subnet of your Bridge: 
 + 
 +    2001:db8:abcd:12:1::/80 
 + 
 +That's the bridge: 
 + 
 +    auto vmbr0 
 +    iface vmbr0 inet6 static 
 +    address 2001:db8:abcd:12:1::
 +    netmask 80 
 +    bridge-ports none 
 +    bridge-stp off 
 +    bridge-fd 0 
 + 
 +That's your VM: 
 + 
 +    iface eth0 inet6 static 
 +    address 2001:db8:abcd:12:1::5/80 
 +    gateway 2001:db8:abcd:12:1::
 + 
 +That's what ndppd would look like: 
 + 
 +    route-ttl 30000 
 +    proxy eth0 { 
 +     router no 
 +     timeout 500 
 +     ttl 30000 
 +     rule 2001:DB8:ABCD:12::/64 { 
 +      static 
 +     } 
 +    }
  
  
proxmox_ipv6_ndppd.1575819694.txt.gz · Last modified: 2021/11/25 22:44 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki