View previous topic :: View next topic |
Author |
Message |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 55095 Location: 56N 3W
|
Posted: Wed Mar 26, 2025 10:26 pm Post subject: |
|
|
In my routers
/etc/sysctl.d/router.conf I have
Code: | # A very trendy value for a binary flag!
net.ipv6.conf.ppp0.accept_ra = 2 |
so that I get router advertisements from my ISP.
Normally, routers use a static setup but that's not possible the way my ISP works.
Everything is static but my ISP wants to use the dynamic set up tools to assign my static setup. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
leyvi Apprentice

Joined: 08 Sep 2023 Posts: 267
|
Posted: Thu Mar 27, 2025 10:40 am Post subject: |
|
|
Thanks NeddySeagoon and grknight! I really appreciate it.
NeddySeagoon wrote: | Normally, routers use a static setup but that's not possible the way my ISP works.
Everything is static but my ISP wants to use the dynamic set up tools to assign my static setup. | My ISP works in a similarly strange manner. I wonder why they are like this… |
|
Back to top |
|
 |
leyvi Apprentice

Joined: 08 Sep 2023 Posts: 267
|
Posted: Thu Mar 27, 2025 11:33 am Post subject: |
|
|
Code: | net.ipv6.conf.eno1.accept_ra=2 | This worked. Thanks so much guys! |
|
Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 55095 Location: 56N 3W
|
Posted: Thu Mar 27, 2025 1:05 pm Post subject: |
|
|
leyvi,
At the start, when I joined the ISPs IPv6 trial, it was all static.
That meant that I got all the rubbish on my /48 for me to drop.
Having moved to the dynamic set up, my ISP knows which prefixes from my /48 are in use, and drops the rest at its boundary.
That avoids routing things to me that will get thrown away, which is a good thing for everyones bandwidth. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
|