Step to go to hold a Server with Email, Homepage, Owncloud, Kolab at Home

 Basic SOHO Situation soho-wish  
Proxmox / Basic Installation / Forum bond0  

ISP IPv6 Information (Fritz!Box 7390)

fritz1
fritz2
 

Config:

Hypervisor Container KVM

 vi /etc/network/interfaces


iface vmbr0 inet6 static
address 2001:xxxx:xxxx:xxx::1
netmask 64
  up ip -6 route add default via 2001:xxxxx:beef::1 dev vmbr0
  down ip -6 route del default via 2001:xxxxx:beef::1 dev vmbr0

 

where 2001:xxxxx:beef::1 is your ISP defined IPv6 Adresse

/etc/init.d/networking restart

   
got to
vi /etc/vz/vz.conf
IPV6="yes"
   
echo 'net.ipv6.conf.all.proxy_ndp=1' >> /etc/sysctl.conf
echo 'net.ipv6.conf.all.forwarding=1' >> /etc/sysctl.conf

Restart with:
sysctl -p
vzctl stop <container_id>
  vzctl set <container_id> --ipadd <IPv6-Adresse> --save
vzctl start <container_id>
 
     
     
 /etc/init.d/networking restart    

 


Quellen:
- Rober Penz
- xx
- xx
- xx