Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Add ipv6 to vultr
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Add ipv6 to vultr

Hello
I have tried add ipv6 to vultr vps but some issue

This is my config

`Populate the /etc/sysconfig/network-scripts/ifcfg-eth0 file with the following text.
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=static
IPADDR=45.32.61.111
NETMASK=255.255.252.0
GATEWAY=45.32.60.1
DNS1=108.61.10.10

IPV6INIT=yes
IPV6ADDR="2001:19f0:7001:2210:4400:01ff:fecd:f7d8/64"
IPV6_AUTOCONF="yes"
DNS2=2001:19f0:300:1704::6
Populate the /etc/sysconfig/network-scripts/route-eth0 file with the following text.
169.254.0.0/16 dev eth0

Restart networking or reboot.
service network restart`

I have hard reboot my vps

But my vps got only main ip 2001:19f0:7001:2210:4400:01ff:fecd:f7d8

Can you help me thank

Comments

  • cybertechcybertech Member
    edited December 2018

    Isn't it automatic from the client console?

  • FrankZFrankZ Veteran
    edited December 2018

    Try adding
    IPV6ADDR_SECONDARIES="2001:19f0:7001:2210:4400:01ff:fecd:dead/64 [more ipv6/64 separated by spaces]"

    Thanked by 1smowtion
  • Hello
    @FrankZ Can I Add all ipv6 subnet via this or need one by one ?

  • NeoonNeoon Community Contributor, Veteran

    Thanked by 1eol
  • Don't try to trigger me.

  • I have tried add subnet to IPV6ADDR_SECONDARIES="2001:19f0:7001:2210::/64" but don't work , Can you check help me @FrankZ

  • reditredit Member, Host Rep

    You can not add IPv6 addresses as a block you will need to set the address that you wish to use so for example:

    IPV6ADDR_SECONDARIES="2001:19f0:7001:2210::a/64 001:19f0:7001:2210::b/64 001:19f0:7001:2210::c/64"

Sign In or Register to comment.