IPV6 Disconnected?

  • Thread starter Thread starter dpn020xy
  • Start date Start date
  • Replies Replies 25
  • Views Views 7,219
@panks21

re your edgerouter script - I use the unifi usg3p behind the Airtel-provided Richerlink ONT on bridged mode. Also on a static IP.

When I try the equivalent script for the USG for PPPoE + IPV6, I am only able to get an IPV4 connection. am not sure what I am doing wrong. FWIW, I am also based in Dwarka, Delhi!

Thanks, Srinivas

edit interfaces ethernet eth0
set duplex auto
set pppoe 0 default-route auto
set pppoe 0 dhcpv6-pd pd 0
set pppoe 0 dhcpv6-pd pd 0 interface eth1
set pppoe 0 dhcpv6-pd pd 0 interface eth1 host-address ::1
set pppoe 0 dhcpv6-pd pd 0 interface eth1 service slaac
set pppoe 0 dhcpv6-pd pd 0 prefix-length 64
set pppoe 0 dhcpv6-pd rapid-commit enable
set pppoe 0 firewall in ipv6-name WANv6_IN
set pppoe 0 firewall in name WAN_IN
set pppoe 0 firewall local ipv6-name WANv6_LOCAL
set pppoe 0 firewall in name WAN_LOCAL
set pppoe 0 ipv6 address autoconf
set pppoe 0 ipv6 dup-addr-detect-transmits 1
set pppoe 0 ipv6 enable
set pppoe 0 mtu 1492
set pppoe 0 name-server auto
set pppoe 0 password xxxxxxxxxxxxxxx
set pppoe 0 user-id [email protected]
set speed auto
top
commit
save

edit interfaces ethernet eth1
set mtu 1500
set ipv6 address autoconf
set ipv6 dup-addr-detect-transmits 1
set ipv6 router-advert cur-hop-limit 64
set ipv6 router-advert default-preference high
set ipv6 router-advert link-mtu 0
set ipv6 router-advert managed-flag false
set ipv6 router-advert max-interval 600
set ipv6 router-advert other-config-flag false
set ipv6 router-advert prefix ::/64
set ipv6 router-advert prefix ::/64 autonomous-flag true
set ipv6 router-advert prefix ::/64 on-link-flag true
set ipv6 router-advert prefix ::/64 valid-lifetime 25920000
set ipv6 router-advert reachable-time 0
set ipv6 router-advert retrans-timer 0
set ipv6 router-advert send-advert true
top
commit
save

edit protocols
set static interface-route6 ::/0 next-hop-interface pppoe0
top
commit
save
 
@prsrinivas I hope you used unifi controller to provision.
I don't have USG with me as of now (gave it to a friend a year ago) but the config pushed by unifi controller should be good enough for IPv6. Infact my edgerouter config was mostly derived from USG config.

I am note sure but please check if you need to enable IPv6 on the controller level globally.
 
@panks21 I have used the Controller settings as well as the config.json methods - nada on both trials. I will try doing a fresh install of the Controller and check again. Thanks for you comments!

For a short while a couple of months ago, the config.json method gave me ipv6 on the USG but no further. In any case, since I was (and am) using a static IPV4 did not bother too much.
 
@prsrinivas If you have static IPv4, IPv6 may not work for you even if you dial PPPoE. I believe they disable the IPv6 profile for static IPv4 customers in the backend. I got it re-enabled for me by some jugaad (don't ask me how)
 
last 2 days the dilly-dally of airtel ipv6 has started again. now no matter what my airtel connection is always connecting (attempting to get ) ip6 but never gets it!
my experiments indicate that this is a router problem f670l not airtel problem

I turned off ipv6 in zte f670l and plugged in my D-Link router to lan4 which is bridged internally and enabled ip6 on dlink
now even if ipv6 is disabled in f670l my dlink is able to acquire it seamlessly as it is also front ending airtel wan
 


Last edited:
Back