Welcome Guest. Please Login or Register  


You are here: Index > General Stuff > General Discussions > Topic : Little How 2 IPv6 for Virtualizor



Threaded Mode | Print  

 Little How 2 IPv6 for Virtualizor, Show how you can use a Tunnelbroker IPv6 Subnet for you VPS Clients (1 Replies, Read 8406 times)
vpssauerland
Group: Member
Post Group: Newbie
Posts: 2
Status:
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.



IP: --   

Little How 2 IPv6 for Virtualizor
vpssauerland
Group: Member
Post Group: Newbie
Posts: 2
Status:
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 

IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is March 19, 2024, 3:47 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.022