Search found 4 matches

by nullbyte
03 Dec 2020, 09:15
Forum: Installation
Topic: [SOLVED] compiling problem on cento 7
Replies: 2
Views: 4849

Re: [SOLVED] compiling problem on cento 7

Hi everyone, Still now, centos7 IPoE had some compilation issue with non mainline-kernel. I know this is a very old topic, but for posterity I forked accel-ppp and applied some patches in a centos7 branch. Here: https://github.com/lion24/accel-ppp/tree/centos7. This is mainly due to netlink API chan...
by nullbyte
03 Dec 2020, 09:14
Forum: Installation
Topic: IPOE will not compile on Centos 7
Replies: 4
Views: 6994

Re: IPOE will not compile on Centos 7

Hi everyone, Still now, centos7 IPoE had some compilation issue with non mainline-kernel. I know this is a very old topic, but for posterity I forked accel-ppp and applied some patches in a centos7 branch. Here: https://github.com/lion24/accel-ppp/tree/centos7 . This is mainly due to netlink API cha...
by nullbyte
24 Nov 2020, 07:37
Forum: PPPoE
Topic: [SOLVED] IPv6 Router Advertisement delay.
Replies: 3
Views: 4109

Re: IPv6 Router Advertisement delay.

Hi @dimka88

Found the solution :)
Posting here the solution for documentation and maybe help other people :)

Code: Select all

[ipv6-nd]
verbose=1
AdvDefaultLifetime=300 # Advertise a default lifetime of 5m.
MaxRtrAdvInterval=30 # Sent router advertisement at most every 30s
by nullbyte
19 Nov 2020, 13:52
Forum: PPPoE
Topic: [SOLVED] IPv6 Router Advertisement delay.
Replies: 3
Views: 4109

[SOLVED] IPv6 Router Advertisement delay.

Hi There, I have a dual stack IPv4/IPv6 PPPoE setup, serving connectivity to DSL CPEs. IPv4 is fine. IPv6 is fine too, but if the CPE gets disconnected, or if I restart the accel-ppp instance, hence the ppp link is broken, the CPE will take time (3 to 10 minutes) before getting it's default route ba...