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.


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
michaelmurfy
meow
13265 posts

Uber Geek

Moderator
ID Verified
Trusted
Lifetime subscriber

  #3104714 16-Jul-2023 13:30
Send private message

@mentalinc I had a chance to fully take a look at an Edgerouter configuration today. So with PPPoE removing “prefix-only” is required to get it to work properly but otherwise it does work. The better solution however with the Edgerouter is to switch it to DHCP and the configuration that @ConradB posted is spot on for that. Just note your other firewall rules will have to be amended.

It seems that the Network techs from “Vocus” really did try to implement the way that 2degrees does V6 but different network, different stack etc it wasn’t perfect.

Looking at the configuration with basically any other router it should just work. I had “prefix-only” there in my recommended configuration to solve an EdgeOS bug where the CPU would just spike and sit at 100% but this is not required on Vocus.




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.




mentalinc
3241 posts

Uber Geek

Trusted

  #3104718 16-Jul-2023 13:45
Send private message

Thank @michaelmurfy The provisioning team should fix my static IPs this week hopefully. For some reason the migration set my static IPv6 to be the same as my IPv4 address.

 

CSR on the call read out my static IPv6 to me on the call, I said that's my IPv4 address, she did a double take, and saw IPv4 & IPv6 had the same address allocated for some reason.

 

 

 

I'll remove the prefix-only and then hopefully just need to wait to hear back from them that it's all fixed on their end.

 

Overall a bit of a fail, I'd have thought they'd have some test rules in place to validate that everything on their end is setup correctly post the user migration.

 

 

 

@ConradB and I have shared full (sanitized) configs and ours are identical expected VPN type config differences!





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 


llama233
15 posts

Geek


  #3104954 17-Jul-2023 10:12
Send private message

I'm also an EdgeRouter user and I got migrated last week - no issues with IPv4, it just came up and my static address came across without me even noticing. However IPv6 was not working post migration - thanks to you all in this thread it's all working now. I'm still using PPPoE (I removed prefix-only and the interface-route6 ::/0 section under protocols -> static routes, though I'm not sure I needed this bit) but I'll migrate it over to DHCP at some stage, for now I'm just happy to have it all working again - thanks for everyone who figured this out and documented it!




mentalinc
3241 posts

Uber Geek

Trusted

  #3105015 17-Jul-2023 12:24
Send private message

Seems more and more likely my issues are related to 2Degrees config on their end breaking/migrating wrong based on changes made to my account over the years I assume making me fall outside the standard ruleset for migration.





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 


CokemonZ
1051 posts

Uber Geek


  #3105021 17-Jul-2023 12:29
Send private message

So I am having the same issue as well:(

 

Still on PPoE, removed prefix only and the static route and ipv6 still not working.

 

Seems to be whats screwing with my google home devices as well :(

 

Not ideal really.


michaelmurfy
meow
13265 posts

Uber Geek

Moderator
ID Verified
Trusted
Lifetime subscriber

  #3105033 17-Jul-2023 12:45
Send private message

I'm pretty sure the static route will still be required on PPPoE. Just remove "Prefix Only" from your configuration.

 

@CokemonZ you seeing IPv6 in your web interface at all / if you SSH to your router or use the Console will it ping IPv6 addresses (eg, google.com)?





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.


CokemonZ
1051 posts

Uber Geek


  #3105036 17-Jul-2023 13:00
Send private message

@michaelmurfy:

 

I'm pretty sure the static route will still be required on PPPoE. Just remove "Prefix Only" from your configuration.

 

@CokemonZ you seeing IPv6 in your web interface at all / if you SSH to your router or use the Console will it ping IPv6 addresses (eg, google.com)?

 

 

No luck with Ping - screenshot here:

 


 
 
 

Trade NZ and US shares and funds with Sharesies (affiliate link).
michaelmurfy
meow
13265 posts

Uber Geek

Moderator
ID Verified
Trusted
Lifetime subscriber

  #3105043 17-Jul-2023 13:10
Send private message

@CokemonZ Yeah it was what I was seeing on the router I reconfigured yesterday.

 

Static route is needed as you're using PPPoE and also ensuring that you've removed "prefix-only" from the PPPoE interface. You need to also ensure that DHCP is disabled on the VLAN interface.

 

But really from my testing also it is just easier to remove the PPPoE interface, enable DHCP on the eth0.10 interface, remove the IPv6 static route (and also ensure your IPv4 static route has eth0.10 referenced) and ensuring all your firewall rules reference it. I don't physically have an Edgerouter but I may just update the Edgerouter guide on here too. @ConradB was spot on with his configuration here: https://www.geekzone.co.nz/forums.asp?forumid=81&topicid=306192&page_no=2#3100447 





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.


CokemonZ
1051 posts

Uber Geek


  #3105044 17-Jul-2023 13:15
Send private message

michaelmurfy:

@CokemonZ Yeah it was what I was seeing on the router I reconfigured yesterday.


Static route is needed as you're using PPPoE and also ensuring that you've removed "prefix-only" from the PPPoE interface. You need to also ensure that DHCP is disabled on the VLAN interface.


But really from my testing also it is just easier to remove the PPPoE interface, enable DHCP on the eth0.10 interface, remove the IPv6 static route (and also ensure your IPv4 static route has eth0.10 referenced) and ensuring all your firewall rules reference it. I don't physically have an Edgerouter but I may just update the Edgerouter guide on here too. @ConradB was spot on with his configuration here: https://www.geekzone.co.nz/forums.asp?forumid=81&topicid=306192&page_no=2#3100447 



OK, thanks.

Have a couple of busy days ahead, so might wait till thursday/Friday to give it a go.


snowfly
543 posts

Ultimate Geek


  #3105046 17-Jul-2023 13:24
Send private message

Can anyone explain real world (without too much technical lingo) pros vs cons of PPPoE vs DHCP for 2degrees?

 

I've been with 2degrees since Snap days as well, with a static IPv4, and not sure if I should stay on PPPoE, or switch to DHCP?

 

Thanks


michaelmurfy
meow
13265 posts

Uber Geek

Moderator
ID Verified
Trusted
Lifetime subscriber

  #3105048 17-Jul-2023 13:28
Send private message

Just note - if you're using the Edgerouter's GUI to do this the 3 places you need to set the interface:

 

1) under Port Fowarding:

 

 

2) Firewall Policies:

 

 

3) Under NAT:

 

 

Then ensure that your IPv6 configuration includes the firewall rules also - this is a configuration snippet taken off a working router:

 

 address dhcp                                                                                                   
 description "2degrees IPoE"                                                                                    
 dhcpv6-pd {                                                                                                    
     pd 0 {                                                                                                     
         interface switch0 {                                                                                    
             host-address ::1                                                                                                                                                                          
             prefix-id :0                                                                                       
             service slaac                                                                                      
         }                                                                                                                                                                                                     
         prefix-length /56                                                                                      
     }                                                                                                          
     rapid-commit enable                                                                                        
 }                                                                                                              
 firewall {                                                                                                     
     in {                                                                                                       
         ipv6-name WAN6_IN                                                                                      
         name WAN_IN
     }                                                                                                          
     local {                                                                                                    
         ipv6-name WAN6_LOCAL                                                                                   
         name WAN_LOCAL                                                                                         
     }                                                                                                          
 }                                                                                                              
 ipv6 {                                                                                                         
     dup-addr-detect-transmits 1                                                                                
 }                                                                                                              
[edit interfaces ethernet eth0 vif 10]





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.


michaelmurfy
meow
13265 posts

Uber Geek

Moderator
ID Verified
Trusted
Lifetime subscriber

  #3105050 17-Jul-2023 13:29
Send private message

If you also had baby jumbo packets enabled you'll need to set eth0 back to a MTU of 1500 (and eth0.10 also).





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.


MattR
224 posts

Master Geek


  #3108144 26-Jul-2023 09:02
Send private message

Looks like I was migrated last night. PPPoE hasn't dropped, but I see the new BNG on a PPPoE scan in my Mikrotik.


CokemonZ
1051 posts

Uber Geek


  #3108166 26-Jul-2023 09:50
Send private message

Ok, So my edgerouter poe gave up the ghost over the weekend. I've had a pretty good 6 - 8 years out of it so, so it went to the scrapyard in the sky.

 

I got a dream router insted.

 

 

 

Followed another guide, but still can't get ipv6 working on 2 deg. Here are my settings, anything obvious I've missed?

 

 

 

 

 

 

 

 

 

 

 

 

 

 


alavaliant
224 posts

Master Geek

Subscriber

  #3108171 26-Jul-2023 10:01
Send private message

snowfly:

Can anyone explain real world (without too much technical lingo) pros vs cons of PPPoE vs DHCP for 2degrees?

 

I've been with 2degrees since Snap days as well, with a static IPv4, and not sure if I should stay on PPPoE, or switch to DHCP?

 

Thanks

 

 

As far as I understand it from reading various threads here and summing up various details given.

 

 

PPPoE requires more processing so it's a higher cpu load on the router and for gigabit or hyperfibre connections might cause you to not reach the full speed of your connection if the router you are using doesn't have enough cpu to keep up. But it might reconnect faster if the connection has a problem and needs to reconnect.

 

 

DHCP requires less processing so it's less cpu load on the router and should allow some routers to send data at the full connection speed for gigabit/hyperfibre connections (where they might struggle when using PPPoE). But if the connection drops out due some sort of problem it might take a little while to automatically reconnect?

 

 

I've not done a across comparison test myself. So the above is just what I've seen reported by various people in other threads.

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | ... | 10
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.