Howdy, Stranger!

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


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.

IPv6 on online.net?

2»

Comments

  • can i get the steps to setup ipv6 on centos 7 please

  • @shivoham said:
    can i get the steps to setup ipv6 on centos 7 please

    Look through my post history.

  • MrClonMrClon Member
    edited April 2016

    @linuxthefish said:
    2014.07.08 19:14:45 Client Critical Fatal error during CfgMgr initialization.

    I have this error with debian8 + dibbler.
    Dibbler crash with 'Fatal error during CfgMgr initialization' on system startup, but work if manually run 'service dibbler-client restart' after system start.

    I fix it by add 'auto eth0' to the /etc/network/interfaces file.
    My conf-files:
    2001:fooo:barr:bazz — my ipv6 subnet prefix
    eth0 — name of my network interface

    /etc/network/interfaces

    source /etc/network/interfaces.d/* auto lo iface lo inet loopback auto eth0 allow-hotplug eth0 iface eth0 inet dhcp iface eth0 inet6 static address 2001:fooo:barr:bazz::1 iface eth0 inet6 static address 2001:fooo:barr:bazz::2

    You can add any IPv6 included in the your subnet.
    Dir /etc/network/interfaces.d/ is empty.

    /etc/dibbler/client.conf

    log-level 7 iface eth0 { pd option dns-server }

    /var/lib/dibbler/client-duid file just contain my duid in format xx:xx:xx:xx:xx:xx:xx:xx:xx:xx

    Thanked by 1linuxthefish
  • @MrClon said:

    @linuxthefish said:
    2014.07.08 19:14:45 Client Critical Fatal error during CfgMgr initialization.

    I have this error with debian8 + dibbler.
    Dibbler crash with 'Fatal error during CfgMgr initialization' on system startup, but work if manually run 'service dibbler-client restart' after system start.

    I fix it by add 'auto eth0' to the /etc/network/interfaces file.
    My conf-files:
    2001:fooo:barr:bazz — my ipv6 subnet prefix
    eth0 — name of my network interface

    /etc/network/interfaces

    source /etc/network/interfaces.d/* auto lo iface lo inet loopback auto eth0 allow-hotplug eth0 iface eth0 inet dhcp iface eth0 inet6 static address 2001:fooo:barr:bazz::1 iface eth0 inet6 static address 2001:fooo:barr:bazz::2

    You can add any IPv6 included in the your subnet.
    Dir /etc/network/interfaces.d/ is empty.

    /etc/dibbler/client.conf

    log-level 7 iface eth0 { pd option dns-server }

    /var/lib/dibbler/client-duid file just contain my duid in format xx:xx:xx:xx:xx:xx:xx:xx:xx:xx

    Such necro, much sad :(

  • doghouch said: Such necro, much sad :(

    I guess it could help someone in the future but I've requested for this thread to be closed.

    I've changed to tunneling IPv6 from a UK server through a failover IP at online.net, much more stable than their DHCP ipv6 rubbish.

  • IshaqIshaq Member

    Requested by OP.

This discussion has been closed.