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 | ... | 29
IPv6pipe
98 posts

Master Geek
+1 received by user: 49

Trusted
BigPipe

  #1749557 28-Mar-2017 16:20
Send private message

We'd prefer for IPv6 testing to be done via PPP, as PPP is our officially supported connection method. :)

 

It's my understanding that @michaelmurfy got v6 going on his ERL via PPPoE, although he'll likely be able to confirm.




mentalinc
3384 posts

Uber Geek
+1 received by user: 1023

Trusted

  #1749561 28-Mar-2017 16:24
Send private message

From previous page, not sure if he had it working on PPPoE and moved to IPoE and changes were made on your end that broke it?

 

I'm running the below, is @michaelmurfy on a newer beta version that may have some fixes?

 

mentalinc@ubnt:~$ show version
Version: v1.9.1
Build ID: 4939093
Build on: 12/14/16 07:05

 

 

 

michaelmurfy:

 

I personally use IPoE at the moment but have tested PPPoE with the same configuration totally fine.

 

mmurphy@charmander# show interfaces ethernet eth0 vif 10

 

address dhcp

 

description "BigPipe IPoE"

 

dhcpv6-pd {

 

no-dns

 

pd 0 {

 

interface eth1 {

 

host-address ::1

 

prefix-id :1

 

service slaac

 

}

 

interface eth1.20 {

 

host-address ::1

 

prefix-id :2

 

service slaac

 

}

 

prefix-length /60

 

}

 

rapid-commit enable

 

 

mtu 1508

 





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 


michaelmurfy
meow
13579 posts

Uber Geek
+1 received by user: 10910

Moderator
ID Verified
Trusted
Lifetime subscriber

  #1749580 28-Mar-2017 16:42
Send private message

mentalinc:

 

From previous page, not sure if he had it working on PPPoE and moved to IPoE and changes were made on your end that broke it?

 

I'm running the below, is @michaelmurfy on a newer beta version that may have some fixes?

 

mentalinc@ubnt:~$ show version
Version: v1.9.1
Build ID: 4939093
Build on: 12/14/16 07:05

 

Yes you're right - I am currently running this on IPoE. You could ask BigPipe to move you to IPoE however I'd wait as I have had this working on PPPoE successfully. I've got 2x BigPipe connections at different addresses both on Gigabit UFB and both using the exact same network gear (Edgerouter, even same switch, UniFi etc). I've asked @ipv6pipe to enable IPv6 on this connection and will get it running when I get home from work tonight.

 

Also as for the Edgerouter firmware I am running the same version as you.





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.




hio77
'That VDSL Cat'
13036 posts

Uber Geek
+1 received by user: 3896

ID Verified
Trusted
Lizard Networks
Subscriber

  #1749602 28-Mar-2017 17:08
Send private message

michaelmurfy:

 

I've asked @ipv6pipe to enable IPv6 on this connection and will get it running when I get home from work tonight.

 

 

Well now, is that a chance to still send you to mrp? ;)





#include <std_disclaimer>

 

Any comments made are personal opinion and do not reflect directly on the position my current or past employers may have. 


IPv6pipe
98 posts

Master Geek
+1 received by user: 49

Trusted
BigPipe

  #1749606 28-Mar-2017 17:16
Send private message

Anyone that has vestigial IPoE enabled on their line is free to continue using it, but our focus for this Beta is finding and working out any bugs that may come up with IPv6 via a PPP connection. :)


michaelmurfy
meow
13579 posts

Uber Geek
+1 received by user: 10910

Moderator
ID Verified
Trusted
Lifetime subscriber

  #1749690 28-Mar-2017 19:25
Send private message

Hey my apologies. I've found a bug in the Edgerouter with committing the configuration. @taubin and @mentalinc are you able to confirm you're getting this?

 

mmurphy@edgerouter:~$ release dhcpv6-pd interface pppoe0
Stopping daemon...
sed: can't read /etc/radvd.conf: No such file or directory
Unable to edit radvd system config file. Exit code 512

 

I got this on my own Edgerouter which stopped DHCPv6-PD from working. I'll fix it up when I get home and have more time to work on it. I thought it was initially with my own configuration but confirmed on another Edgerouter and can't quite remember how I fixed this.





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.


 
 
 

Shop now on AliExpress (affiliate link).
Taubin
592 posts

Ultimate Geek
+1 received by user: 243

ID Verified
Subscriber

  #1749692 28-Mar-2017 19:28
Send private message

Same output for me @michaelmurfy :

 

 

 

Taubin@ubnt:~$ release dhcpv6-pd interface pppoe0
Stopping daemon...
sed: can't read /etc/radvd.conf: No such file or directory
Unable to edit radvd system config file. Exit code 512





ZL2TOY/ZL1DMP


michaelmurfy
meow
13579 posts

Uber Geek
+1 received by user: 10910

Moderator
ID Verified
Trusted
Lifetime subscriber

  #1749699 28-Mar-2017 19:39
Send private message

Taubin:

 

Same output for me @michaelmurfy :

 

Taubin@ubnt:~$ release dhcpv6-pd interface pppoe0
Stopping daemon...
sed: can't read /etc/radvd.conf: No such file or directory
Unable to edit radvd system config file. Exit code 512

 

 

Perfect. Found the problem. It is an Edgerouter bug. I'll let you know the solution later on (don't want to keep rebooting my friends router).





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.


Taubin
592 posts

Ultimate Geek
+1 received by user: 243

ID Verified
Subscriber

  #1749702 28-Mar-2017 19:41
Send private message

Awesome, thank you very much for the help! 





ZL2TOY/ZL1DMP


matisyahu
1639 posts

Uber Geek
+1 received by user: 355

Trusted

  #1749722 28-Mar-2017 20:11
Send private message

Any noticeable changes once switching across to ipv6? speed? latency?





"When the people are being beaten with a stick, they are not much happier if it is called 'the People's Stick'"


mentalinc
3384 posts

Uber Geek
+1 received by user: 1023

Trusted

  #1749746 28-Mar-2017 20:40
Send private message

 Below is work in progress, not got an IPv6 address yet..

 

 

 

Try the command

 

mentalinc@ubnt# set interfaces ethernet eth0  ipv6 router-advert prefix ::/60
[edit]
mentalinc@ubnt# commit
[ interfaces ethernet eth0 ipv6 router-advert ]
Re-generating radvd config file for interface eth0...
Starting radvd...
Starting radvd: radvd.

 

[edit]

 

seems to create the file and stop the issue...

 

 

 

mentalinc@ubnt:~$ release dhcpv6-pd interface pppoe0
Stopping daemon...

 

mentalinc@ubnt:~$





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 


 
 
 

Shop now at Mighty Ape (affiliate link).
IPv6pipe
98 posts

Master Geek
+1 received by user: 49

Trusted
BigPipe

  #1749765 28-Mar-2017 20:57
Send private message

matisyahu:

 

Any noticeable changes once switching across to ipv6? speed? latency?

 

 

There shouldn't be any significant difference in either between the two. It is possible that outside the Bigpipe network IPv4 traffic and IPv6 traffic will take different routes, potentially leading to a difference in latency and throughput. As this happens outside of our network though we have very little influence over it.


Taubin
592 posts

Ultimate Geek
+1 received by user: 243

ID Verified
Subscriber

  #1749769 28-Mar-2017 21:00
Send private message

mentalinc:

 

 Below is work in progress, not got an IPv6 address yet..

 

 

 

Try the command

 

mentalinc@ubnt# set interfaces ethernet eth0  ipv6 router-advert prefix ::/60

 

/snip

 

 

 

 

That seems to have worked

 

Taubin@ubnt:~$ release dhcpv6-pd interface pppoe0
DHCPv6 client is already released on interface pppoe0.





ZL2TOY/ZL1DMP


mentalinc
3384 posts

Uber Geek
+1 received by user: 1023

Trusted

  #1749774 28-Mar-2017 21:06
Send private message

@taubin do you have an ipv6 address now?

 

I'm still getting nothing..





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 


Taubin
592 posts

Ultimate Geek
+1 received by user: 243

ID Verified
Subscriber

  #1749776 28-Mar-2017 21:07
Send private message

@mentalinc Nope, still no ipv6 unfortunately





ZL2TOY/ZL1DMP


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








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.