<div dir="ltr">Hi Alex,<div><br></div><div>Yes have ER-X running 2.0.6 working well with ABB.. some snippet of interface and firewall stanzas below. I put the dhcpv6-pd on switch0 interface for my local LAN. I have a virtual interface on the WAN port as well to manage the Netcomm NFV modem from ABB that I put into bridge mode. Also have a Netgear 4G ethernet router on the second ethernet port that I use the load-balancing features with to failover to 4G automatically if NBN/ABB becomes unavailable (but haven't enabled IPv6 on the 4G yet), so far works fairly well. </div><div><br></div><div>On occasion when there's been issues with IPv6 I've found I've had to manually release/delete the DUID and renew dhcpv6-pd on the edgerouter with the commands below. </div><div><br></div><div>release dhcpv6-pd interface eth0<br></div><div>delete dhcpv6-pd duid<br></div><div>renew dhcpv6-pd interface eth0<br></div><div><br></div><div>other than that just show interfaces and you should see your /128 IA-NA IPv6 address on the eth0 interface and a /64 from the IA-PD on switch0 interface. </div><div><br></div><div>interfaces {<br>    ethernet eth0 {<br>        address dhcp<br>        description "WAN Aussie Broadband FTTN"<br>        dhcp-options {<br>            default-route update<br>            default-route-distance 10<br>            name-server no-update<br>        }<br>        dhcpv6-pd {<br>            pd 0 {<br>                interface switch0 {<br>                    host-address ::1<br>                    prefix-id :1<br>                    service slaac<br>                }<br>                prefix-length /56<br>            }<br>            rapid-commit disable<br>        }<br>        duplex auto<br>        firewall {<br>            in {<br>                ipv6-name WANv6_IN<br>                name WAN_IN<br>            }<br>            local {<br>                ipv6-name WANv6_LOCAL<br>                name WAN_LOCAL<br>            }<br>        }<br>        speed auto<br>        vif 3 {<br>            address <a href="http://10.1.1.2/24">10.1.1.2/24</a><br>            description "NetComm Management"<br>            firewall {<br>                in {<br>                    name WAN_IN<br>                }<br>                local {<br>                    name WAN_LOCAL<br>                }<br>            }<br>            mtu 1500<br>        }<br>    }<br>}<br><br><br>firewall {<br>    ipv6-name WANv6_IN {<br>        default-action drop<br>        description "WAN inbound traffic forwarded to LAN"<br>        enable-default-log<br>        rule 10 {<br>            action accept<br>            description "Allow established/related sessions"<br>            protocol all<br>            state {<br>                established enable<br>                related enable<br>            }<br>        }<br>        rule 20 {<br>            action drop<br>            description "Drop invalid state"<br>            protocol all<br>            state {<br>                invalid enable<br>            }<br>        }<br>        rule 30 {<br>            action accept<br>            description "allow ICMPv6"<br>            protocol icmpv6<br>        }<br>    }<br>    ipv6-name WANv6_LOCAL {<br>        default-action drop<br>        description "WAN inbound traffic to the router"<br>        enable-default-log<br>        rule 10 {<br>            action accept<br>            description "Allow established/related sessions"<br>            protocol all<br>            state {<br>                established enable<br>                related enable<br>            }<br>        }<br>        rule 20 {<br>            action drop<br>            description "Drop invalid state"<br>            protocol all<br>            state {<br>                invalid enable<br>            }<br>        }<br>        rule 30 {<br>            action accept<br>            description "Allow IPv6 icmp"<br>            protocol ipv6-icmp<br>        }<br>        rule 40 {<br>            action accept<br>            description "allow dhcpv6"<br>            destination {<br>                port 546<br>            }<br>            protocol udp<br>            source {<br>                port 547<br>            }<br>        }<br>    }<br>    ipv6-receive-redirects disable<br>    ipv6-src-route disable<br>    ip-src-route disable<br>    log-martians disable<br>}<br></div><div><br></div><div>Regards,</div><div>Chris</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Sep 8, 2019 at 2:14 PM Alex Wakefield <<a href="mailto:AlexWakefield@fastmail.com.au">AlexWakefield@fastmail.com.au</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
Does anyone have a working IPv6 setup for an EdgeRouter using the AussieBB beta? I'm using an EdgeRouter Lite running v2.0.6.<br>
<br>
My internal interface manages to get IPs out of the range handed out by Aussie but clients never get an address after that. I'm trying to use SLAAC to hand out IPs. Relevant config on my internet facing port below.<br>
<br>
ethernet eth0 {                 <br>
    address dhcp                <br>
    description AussieBB        <br>
    dhcpv6-pd {                 <br>
        pd 1 {                  <br>
            interface eth2.20 { <br>
                host-address ::1<br>
                no-dns          <br>
                prefix-id 0     <br>
                service slaac   <br>
            }                   <br>
            prefix-length 56    <br>
        }                       <br>
        rapid-commit enable     <br>
    }                           <br>
    duplex auto                 <br>
    firewall {                  <br>
        in {                    <br>
            ipv6-name AussieIn  <br>
            name AussieIn<br>
        }                       <br>
        local {                 <br>
            ipv6-name AussieLocal<br>
            name AussieLocal<br>
        }                       <br>
        out {                   <br>
            ipv6-name AussieOut<br>
            name AussieOut<br>
        }                       <br>
    }                           <br>
    ipv6 {                      <br>
        address {               <br>
            autoconf            <br>
        }                       <br>
    }                           <br>
    speed auto<br>
}<br>
<br>
Regards,<br>
Alex<br>
_______________________________________________<br>
AusNOG mailing list<br>
<a href="mailto:AusNOG@lists.ausnog.net" target="_blank">AusNOG@lists.ausnog.net</a><br>
<a href="http://lists.ausnog.net/mailman/listinfo/ausnog" rel="noreferrer" target="_blank">http://lists.ausnog.net/mailman/listinfo/ausnog</a><br>
</blockquote></div>