Skip to main content
Internode
  • Internet
    • NBN™
      • NBN Fibre Plans
      • NBN Wireless Plans
      • Coverage
    • Other Internet Products
      • Home Wireless Broadband
      • 5G Home Broadband
    • Need assistance? Call sales and support on 13 66 33
  • Mobile
  • TV
  • Business
    • Internet
      • NBN™
      • Fibre
      • Option packs
      • Hardware
    • Phone
      • NodeLine
      • NodeMobile
      • NodePhone VoIP
    • Connecting Offices
      • Case studies
      • Data centres
      • Internode Business Connect
      • Managed equipment
    • Need assistance? Call sales and support on 13 66 33
  • Support

    • Online guides

    • Online tools

    • Network status

    • Accounts and billing

    • Order status

    • FAQ
    •  
      Technical support
      1300 788 233
      Mon to Fri: 7am-12am
      Sat - Sun: 7am-12am
      Central Time (Adelaide)
      Accounts and billing
      1300 889 188
      Mon to Fri: 7am-8pm
      Sat - Sun: 7am-7pm
      Central Time (Adelaide)
      Provisioning
      1300 300 509
      Mon to Fri: 8am-7:30pm
      Sat - Sun: Closed
      Central Time (Adelaide)
  • Moving?
  • Contact
Need assistance? Call sales and support on 13 66 33

  Login to My Internode

Log into:
Forgotten your password?
Support
  • Guides
    • General Settings
    • Internet Access
      • NBN
      • TurboFibre FTTB
      • Broadband ADSL
      • Home Wireless Broadband
      • 5G Home Broadband
      • Fibre Estates FTTP
      • OPENetworks FTTN
      • IPv6
        • AVM FRITZ!Box
        • Billion Routers
        • NetComm NP805N
        • NetComm NB604N
        • NetComm NF2
        • Linux/BSD
        • Cisco Routers
        • FAQ
      • NodeMobile Data
      • Improving WiFi Signal
      • Quota & Shaping information
    • Mobile
    • NodePhone
    • NBN Phone
    • Wireless Guides
    • Fetch TV
  • Tools
  • Network Status
  • Security
  • Accounts and Billing
  • FAQ
  • Contact Support
  • Historical Product Info
  • How to check for NBN outages
  • How to run a ping and traceroute using PingPlotter
Arrow Up IPv6


Home - Support - Guides - Internet Access - IPv6 - Linux/BSD

Online Guides

Configuring Linux/BSD for IPv6

How do I configure Linux/BSD with PPPoE and Prefix Delegation?

Enable IPv6 support in PPP. Under Linux this can be done by adding “ipv6 ,”(please note you need the comma) to your /etc/ppp/options file.

Configure DHCPv6 PD to obtain a prefix lease. Not all DHCPv6 client support Prefix Delegation. The WIDE DHCPv6 client is known to work. The user manual for Dibbler suggests that it may work, but this hasn't been tested. Example dhcp6c.conf:

interface ppp0 {
    send ia-pd 0;
    script "/etc/wide-dhcpv6/dhcp6c-script";
};

id-assoc pd {
    prefix-interface eth0 {
        sla-id 0;
        sla-len 8;
    };
};

Configure radvd (Linux) or rtadvd (BSD) to provide IPv6 stateless address autoconfiguration for your network(s). Consult the manpages for these tools for configuration details.

We recommend using at least radvd v1.1 under Linux since it allows a generic interface config to be used with the "::/64" prefix (similar to rtadvd under BSD).

Why does the IPv6 default route and IPv6 address on my PPP interface disappear?

Linux/BSD will ignore all further ICMPv6 RA messages when IPv6 forwarding is enabled. You will need to manually configure a default route to your PPP interface after it is brought up. You can also assign an address from your DHCPv6 PD lease to your PPP interface if you would like a link address (optional).

  • Internode
  • About Us
  • Privacy Statement
  • Make a Complaint
  • Legal Information
  • Authorised Representatives
  • © 2025 Internode Pty Ltd
We acknowledge the Traditional Custodians of Country throughout Australia and the lands on which we, and our communities live, work and connect. We pay our respects to their Elders, past, present, and emerging.