Softaculous


Topic : Little How 2 IPv6 for Virtualizor


Posted By: vpssauerland on September 15, 2013, 10:42 am
The First part is basic setup your Main Server for IPv6.

Just google "centos tunnelbroker".

Now we musst add the ipv6 subnet to the Virtualizor Bridge.

For Example we have this ipv6 subnet from tunnelbroker: 2001:470:1f0b:xxxx::/64

login via ssh to your server as root and do:

ip addr add 2001:470:1f0b:xxxx::1/64 dev viifbr0

Now, the 2001:470:1f0b:xxxx::1 is the Gateway for the VPS Clients

U can wrote this in /etc/rc.local to do this on server starts.
Also disable ip6tables ! (service ip6tables stop)

Now Login to Virtualizor Panel an add IPv6 Pool.

Gateway: 2001:470:1f0b:xxxx::1
Netmask: /64
Nameserver1: 8.8.8.8
Nameserver2: 8.8.4.4
Generate IPv6: 2001:470:1f0b:xxxx:0002:0002
Number of IPv6: 50

Now you can add ipv6 addresses to your Servers.




Posted By: vpssauerland on September 15, 2013, 12:06 pm | Post: 1
If you don´t want to disable the ip6tables add this rules to
/etc/sysconfig/ip6tables

PHP Code

 Paul K (13:51) :
# Echo Request (protect against flood)
-A  INPUT -p icmpv6 --icmpv6-type 128 -m limit --limit 5/sec --limit-burst 10 -j ACCEPT
# Echo Reply
-A  INPUT  -p icmpv6 --icmpv6-type 129 -j ACCEPT 


Powered By AEF 1.0.8 © 2007-2008 Electron Inc.