Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


Filter this topic showing only the reply marked as answer View this topic in a long page with up to 500 replies per page Create new topic
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | ... | 29
michaelmurfy
meow
13240 posts

Uber Geek

Moderator
ID Verified
Trusted
Lifetime subscriber

  #1749793 28-Mar-2017 21:38
Send private message

@mentalinc @taubin doing that will result in a broken IPv6 configuration. Please run "delete interfaces ethernet eth0 ipv6" then commit and save. Your /etc/radvd.conf file won't be there but I'll do some investigation and post.

 

I did fix it with my own router and there is no IPv6 based configuration directly under the ethernet interfaces. Long story short it is a bug in "vyatta_gen_radvd.pl" in /opt/vyatta/sbin that is causing a bailout if an older IPv6 prefix is not set however this breaks DHCPv6-PD if you set this (hence why your IPv6 won't be working) - this bug has existed forever and is yet to be fully fixed...





Michael Murphy | https://murfy.nz
Referral Links: Quic Broadband (use R122101E7CV7Q for free setup)

Are you happy with what you get from Geekzone? Please consider supporting us by subscribing.
Opinions are my own and not the views of my employer.




  #1749803 28-Mar-2017 22:00
Send private message

Worked with a restart on the HG659 -- I've noticed no problems this evening.


jnimmo
1097 posts

Uber Geek


  #1749813 28-Mar-2017 22:04
Send private message

Will you turn on IPv6 for cache.google.com?

 

I see google.com goes through to Sydney on v6 vs BigPipe for v4




DarkShadow
1647 posts

Uber Geek


  #1749814 28-Mar-2017 22:10
Send private message

jnimmo:

 

Will you turn on IPv6 for cache.google.com?

 

I see google.com goes through to Sydney on v6 vs BigPipe for v4

 

 

Can you please go to http://redirector.c.youtube.com/report_mapping ?

 

See if it reports:

 

bigpipe-akl1 (2403:9800:c048::/48)

jnimmo
1097 posts

Uber Geek


  #1749821 28-Mar-2017 22:31
Send private message

DarkShadow:

jnimmo:


Will you turn on IPv6 for cache.google.com?


I see google.com goes through to Sydney on v6 vs BigPipe for v4



Can you please go to http://redirector.c.youtube.com/report_mapping ?


See if it reports:


bigpipe-akl1 (2403:9800:c048::/48)


Ah yes it does, I was only pinging Google before

aumouth
73 posts

Master Geek


  #1749827 28-Mar-2017 22:45
Send private message

jnimmo:

 

Seamless on the Fritz!box, clicked reconnect and came straight back up with IPv6

 

 

Same experience :)


michaelmurfy
meow
13240 posts

Uber Geek

Moderator
ID Verified
Trusted
Lifetime subscriber

  #1749847 29-Mar-2017 02:07
Send private message

Had enough of Edgerouters right now - no more Edgerouter related questions for the next day please. (also ping @mentalinc @taubin)

 

Finally got IPv6 over PPPoE working. First remove your old crap:
delete interface eth0 pppoe 0 dhcpv6-pd
delete interface eth0 pppoe 0 ipv6
delete interface eth1 ipv6

 

And then commit then save. Reboot the router because this bug is bloody annoying and I've found it'll more than likely not generate a /etc/radvd.conf file until you do so. Ensure you've removed all IPv6 related configuration - seriously!

 

Next, set up IPv6:
edit interfaces ethernet eth0 pppoe 0 dhcpv6-pd pd 0
set prefix-length /60
set interface eth1 host-address ::1
set interface eth1 prefix-id :0
set interface eth1 service slaac
top
set interfaces ethernet eth0 pppoe 0 ipv6 enable
commit

Then set a route:
set protocols static interface-route6 ::/0 next-hop-interface pppoe0
commit
save

 

Now reboot. Verify that /etc/radvd.conf is there and there are contents in the file. If it has generated then well done. You can verify your connection by running "show interfaces" which should show your new found IPv6.

----
(kept here for amusement since this is rather embarrassing for myself - this will teach me for staying up late doing this).

 

Note - there is still a chance this doesn't work. I managed to get it going once on my friends connection right up until a reboot. I've posted a bug report on the Ubiquiti forums Here for those interested. Am going to wait until I have physical access to the Edgerouter and do a full reconfiguration this weekend however I have verified that this configuration works but the Edgerouter is hella buggy with PPPoE and IPv6. There is evidence at https://img.murfy.nz/MFLAx showing that some devices still have IPv6 global addresses from the time I had it working along with me giving up for now on this router :)

 

Edit: Solved once I noted I had a mysterious dhcpv6-pd rapid-commit enable on the wrong interface. Now working on my PPPoE Edgerouter successfully. Renamed the thread on the Ubiquiti forums to "late night pebcak", time to sleep...





Michael Murphy | https://murfy.nz
Referral Links: Quic Broadband (use R122101E7CV7Q for free setup)

Are you happy with what you get from Geekzone? Please consider supporting us by subscribing.
Opinions are my own and not the views of my employer.


 
 
 

Cloud spending continues to surge globally, but most organisations haven’t made the changes necessary to maximise the value and cost-efficiency benefits of their cloud investments. Download the whitepaper From Overspend to Advantage now.
Taubin
557 posts

Ultimate Geek

ID Verified
Subscriber

  #1749854 29-Mar-2017 06:18
Send private message

Thank you very much for all the help @michaelmurfy it's seriously appreciated! If I make it to a meetup, I'll buy you a drink or three! I'm just dropping my wife off at work, I'll give it a shot when I get home. Thank you again!





ZL2TOY/ZL1DMP


SirHumphreyAppleby
2844 posts

Uber Geek


  #1749855 29-Mar-2017 06:45
Send private message

I'm going to try out IPoE on pfSense today.

 

I still have no clear answer on why PPPoE isn't working, but I haven't been able to put much time in to testing. The workarounds people have posted, and the fact that I got an IP one time, suggest there may be an issue with the order or timing of commands. Given Bigpipe was seeing no requests from my connection, such an issue would more likely be internal to pfSense, rather than being due to the exchange between client and server, although forum posts suggest slightly different requests are being sent from FreeBSD than Linux.

 

While I didn't bookmark the page (that was silly), one person did suggest an issue with VLANs and the em driver. I'd be surprised if that was the case given em is probably the most reliable of all NIC drivers, but it's worth asking to see if there is any commonality between our configurations. @OmniouS and @lucky015 (or anyone else using pfSense), are using a VLAN configuration, or the em driver?

 

 


Taubin
557 posts

Ultimate Geek

ID Verified
Subscriber

  #1749870 29-Mar-2017 07:39
Send private message

Would you look at that shiny new IPV6 badge, Thank you so much @michaelmurfy you are amazing! 

 

 

 

 

 

Edit, it dropped after a few minutes. A few reboots later, it's still gone. I'll give up on it for now. 





ZL2TOY/ZL1DMP


mentalinc
3225 posts

Uber Geek

Trusted

  #1749889 29-Mar-2017 08:22
Send private message

I was raging, could see the IPv6 addresses in ERL, nothing on my PC would work

 

did ipconfig /release

 

ipconfig /renew

 

Nothing!

 

reboot PC and bingo we have IPV6 and the IPv6 badge to go with it!

 

Thanks so much  @michaelmurfy!

 

Seems we were missing a default route and enabling the interfaces (so obvious once we see the answer!)

 

Also make sure you put the firewall rules back in (https://murfy.nz/files/er_v6.txt)





CPU: AMD 5900x | RAM: GSKILL Trident Z Neo RGB F4-3600C16D-32GTZNC-32-GB | MB:  Asus X570-E | GFX: EVGA FTW3 Ultra RTX 3080Ti| Monitor: LG 27GL850-B 2560x1440

 

Quic: https://account.quic.nz/refer/473833 R473833EQKIBX 


mentalinc
3225 posts

Uber Geek

Trusted

  #1749892 29-Mar-2017 08:27
Send private message

Hmm putting the firewall rules in broke the setup.

 

looks like entering configure again breaks something!

 

So it works but very flaky!





CPU: AMD 5900x | RAM: GSKILL Trident Z Neo RGB F4-3600C16D-32GTZNC-32-GB | MB:  Asus X570-E | GFX: EVGA FTW3 Ultra RTX 3080Ti| Monitor: LG 27GL850-B 2560x1440

 

Quic: https://account.quic.nz/refer/473833 R473833EQKIBX 


pshemko
29 posts

Geek


  #1749901 29-Mar-2017 08:46
Send private message

mentalinc:

 

Hmm putting the firewall rules in broke the setup.

 

looks like entering configure again breaks something!

 

So it works but very flaky!

 

 

 

 

On a different router, but the general rules for IPv6 (my outbound is open):

 

- allow inbound udp port 546 (DHCPv6) on wan interface

 

- allow inbound icmpv6 on wan interface

 

- allow inbound udp port 547 (DHCPv6) on lan interface (if you run DHCPv6 server on the router)

 

- allow through icmpv6

 

 

 

 


DarkShadow
1647 posts

Uber Geek


  #1749923 29-Mar-2017 09:18
Send private message

jnimmo:
DarkShadow:

 

jnimmo:

 

 

 

Will you turn on IPv6 for cache.google.com?

 

 

 

I see google.com goes through to Sydney on v6 vs BigPipe for v4

 

 

 

 

 

 

Can you please go to http://redirector.c.youtube.com/report_mapping ?

 

 

 

See if it reports:

 

 

 

bigpipe-akl1 (2403:9800:c048::/48)

 



Ah yes it does, I was only pinging Google before

 

That's good. I was pinging Google before as well and noticed a 10x increase in ping times. I did some further reading and found some explanation here.


BlackHand
131 posts

Master Geek


#1750014 29-Mar-2017 11:28
Send private message

Got the EdgeRouter working with IPoE and PPPoE, sadly if I reboot the router that is the end and radvd.conf doesn't get populated yell

 

Fingers crossed I don't have to reboot for awhile...


1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | ... | 29
Filter this topic showing only the reply marked as answer View this topic in a long page with up to 500 replies per page Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.