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 | ... | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11
leaplae
218 posts

Master Geek

ID Verified

  #3200470 27-Feb-2024 11:36
Send private message

michaelmurfy:

 

I've configured everything on my edgerouter lite, but I'm not getting the IPv6 subnet.

 

See here: https://www.geekzone.co.nz/forums.asp?forumid=66&topicid=205740 - the Edgerouter Lite works fine too. Have you got an assigned subnet or Static IP in your Quic portal?

 

Also take note near the bottom as you may want to run this to prevent a route bug from appearing:

 

sudo sed -i 's/"new_ip_address"/"$new_ip_address"/g' /etc/dhcp3/dhclient-exit-hooks.d/vyatta-dhclient-p2p

 

 

 

 

Yes, I've got an assigned subnet in my Quick portal.

 

I directly connected to windows as I assume that it will just get the IPv6 like it would for IPv4? And if it's not working direct connect to Windows, that there must be an ISP issue?




mentalinc
3239 posts

Uber Geek

Trusted

  #3200488 27-Feb-2024 12:28
Send private message

Paste the IPv6 section of the 'show configuration commands' output.

 

There are a few things that are needed to get IpV6 workijng.

 

Can you see IPv6 on the edgerouter interfaces at all?





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 


leaplae
218 posts

Master Geek

ID Verified

  #3200506 27-Feb-2024 12:52
Send private message

mentalinc:

 

Paste the IPv6 section of the 'show configuration commands' output.

 

There are a few things that are needed to get IpV6 workijng.

 

Can you see IPv6 on the edgerouter interfaces at all?

 

 

 

 

show configuration commands | match dhcpv6-pd

 


set interfaces ethernet eth0 dhcpv6-pd pd 0 interface eth1 host-address '::1'
set interfaces ethernet eth0 dhcpv6-pd pd 0 interface eth1 prefix-id ':0'
set interfaces ethernet eth0 dhcpv6-pd pd 0 interface eth1 service slaac
set interfaces ethernet eth0 dhcpv6-pd pd 0 prefix-length /56
set interfaces ethernet eth0 dhcpv6-pd rapid-commit enable

 

 

 

Weird.. now it has got a IPv6 address showing under my LAN connection.




lucasnz
45 posts

Geek


  #3200527 27-Feb-2024 14:19
Send private message

lucasnz:

 

Thanks for the update @quic. This is interesting, but not the category I'm in (I am on Chorus LFC, but joined quic last year). I will likely lodge a fault as I can't offload the PPPoE on the device I'm using an it looks to be something downstream from me...

 

 

An update for me, I contacted quic through their support portal, and they changed something and then DHCP just worked. Yay.


ETLN01
21 posts

Geek


  #3201017 28-Feb-2024 19:37
Send private message

I haven't managed to get IPv6 working on my EdgeRouter-X since DHCP went live.

My configuration is as follows

set interfaces ethernet eth0 dhcpv6-pd pd 0 interface switch0 host-address '::1'
set interfaces ethernet eth0 dhcpv6-pd pd 0 interface switch0 prefix-id ':0'
set interfaces ethernet eth0 dhcpv6-pd pd 0 interface switch0 service slaac
set interfaces ethernet eth0 dhcpv6-pd pd 0 prefix-length /56
set interfaces ethernet eth0 dhcpv6-pd rapid-commit enable

Had no problems getting it to work on PPPoE on this router. I followed Michaels guides originally when setting up the router and have done so the same with IPoE.

If I configure the router to dhcpv6-stateless it will get an IPv6 address, but no traffic is routing.

 

I have tried a Spark HG659b router, it also will not connect with slaac but does the same with dhcpv6-stateless and won't route. I couldn't get IPv4 working on that router though which was a bit odd given I've configured lots of those routers for other ISPs on IPoE.

 

Anyone got any ideas? 


michaelmurfy
meow
13257 posts

Uber Geek

Moderator
ID Verified
Trusted
Lifetime subscriber

  #3201020 28-Feb-2024 19:41
Send private message

@ETLN01 You got a default route for IPv6?

 

set protocols static interface-route6 ::/0 next-hop-interface eth0 (or your WAN port).

 

Also ensure you've gone through the firewall settings on my post here too.





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.


ETLN01
21 posts

Geek


  #3201027 28-Feb-2024 19:54
Send private message

michaelmurfy:

 

@ETLN01 You got a default route for IPv6?

 

set protocols static interface-route6 ::/0 next-hop-interface eth0 (or your WAN port).

 

Also ensure you've gone through the firewall settings on my post here too.

 

 

 

 

Have set the default route rule now, but still isn't working. I had tried that rule previously.

 

Firewall rules for IPv6 are set to eth0 interface for in and local, have also tried it previously with the firewall rules disabled.


 
 
 

Move to New Zealand's best fibre broadband service (affiliate link). Free setup code: R587125ERQ6VE. Note that to use Quic Broadband you must be comfortable with configuring your own router.
leaplae
218 posts

Master Geek

ID Verified

  #3201258 29-Feb-2024 08:40
Send private message

ETLN01:

 

michaelmurfy:

 

@ETLN01 You got a default route for IPv6?

 

set protocols static interface-route6 ::/0 next-hop-interface eth0 (or your WAN port).

 

Also ensure you've gone through the firewall settings on my post here too.

 

 

 

 

Have set the default route rule now, but still isn't working. I had tried that rule previously.

 

Firewall rules for IPv6 are set to eth0 interface for in and local, have also tried it previously with the firewall rules disabled.

 

 

Same issue here, with exactly the same commands.

 

I tried static routes, not working either.

 

Have tried with firewall rules allow everything, also.


mentalinc
3239 posts

Uber Geek

Trusted

  #3201267 29-Feb-2024 08:53
Send private message

DHCP ipv6 works on my Edgerouter 4, suggest you post fuller configs so we can compare to see the issue.





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 


leaplae
218 posts

Master Geek

ID Verified

  #3201276 29-Feb-2024 09:23
Send private message

mentalinc:

 

DHCP ipv6 works on my Edgerouter 4, suggest you post fuller configs so we can compare to see the issue.

 

 

 

 

Here is the full config: https://dpaste.org/htkyG

 

I've removed username/password and portforwards. Hopefully nothing else personal left in it!


michaelmurfy
meow
13257 posts

Uber Geek

Moderator
ID Verified
Trusted
Lifetime subscriber

  #3201277 29-Feb-2024 09:23
Send private message

Keep the Edgerouter posts here: https://www.geekzone.co.nz/forums.asp?forumid=66&topicid=205740 (I've unlocked it).

 

It should just work with the base IPoE configuration I have. /56 subnet, /64 assigned to LAN via SLAAC.

 

It has however been literal years since I last used an Edgerouter.





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.


leaplae
218 posts

Master Geek

ID Verified

  #3201298 29-Feb-2024 09:46
Send private message

michaelmurfy:

 

Keep the Edgerouter posts here: https://www.geekzone.co.nz/forums.asp?forumid=66&topicid=205740 (I've unlocked it).

 

It should just work with the base IPoE configuration I have. /56 subnet, /64 assigned to LAN via SLAAC.

 

It has however been literal years since I last used an Edgerouter.

 

 

Done! Thanks for the unlock.


Madbushman
15 posts

Geek


  #3202501 2-Mar-2024 17:15
Send private message

Has anyone had any luck with the spark HG659b modem on DHCP/IPoE. I can't get it to work, it won't connect on IPv4, it does connect on IPv6, it says on the home page connected to the internet and in my account portal via DHCP.

 

Played around with a few settings but nothing has worked I might just need to get a new router.

 

 

 

 

 


aj6828
137 posts

Master Geek

ID Verified
Trusted

  #3202509 2-Mar-2024 17:50
Send private message

Madbushman:

 

Has anyone had any luck with the spark HG659b modem on DHCP/IPoE. I can't get it to work, it won't connect on IPv4, it does connect on IPv6, it says on the home page connected to the internet and in my account portal via DHCP.

 

Played around with a few settings but nothing has worked I might just need to get a new router.

 

 

 

 

 

 

 

 

 

no luck for me as well with skinny firmware works fine with ppoe though





Exclusive for Geekzone Members!

 

Dynamic IP & Bring Your Own Device too (NO-CGNAT) by default on all Hyperfibre & Max Fibre plans & NO Contracts with Hyperline.co.nz powered by 2degrees

 

Hyperfibre plans available on Chrous areas only HYPERLINE.co.nz  

 

 

 

 


Madbushman
15 posts

Geek


  #3202513 2-Mar-2024 17:56
Send private message

Sweet yea got it working all good through ppoe.


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