On 12/08/2019 15.36, Per Jessen wrote:
Per Jessen wrote:
fc00:1234:5678:9000 and fc00:: are two separate prefixes. If you would rather use the latter, just update radvd.conf to use fc00::
that is:
/etc/radvd.conf
prefix fc00:/64 {
Done.
The error message from the log sounds wrong - my proposed config had less than 20 lines, but the error is about line 29?
Lines 18..36 are the commented out original text the rpm install wrote. I made a typo: # 3 # ULA address according to RFC 4193. # # It was randomly created at installation of the package for The '3' is in the same key as the '#'. Corrected. Now it fails with Aug 12 18:13:39 Isengard systemd[1]: Started IPv6 Router Advertisement Daemon. Aug 12 18:13:39 Isengard radvd[10299]: version 2.17 started Aug 12 18:13:39 Isengard radvd[10299]: exiting, failed to read config file Aug 12 18:13:39 Isengard radvd[10299]: /etc/radvd.conf:11 error: syntax error, unexpected STRING, expecting IPV6ADDR It does not like: prefix fc00:/64 { Full section is: interface eth0 { AdvSendAdvert on; AdvManagedFlag on; AdvOtherConfigFlag on; clients { FE80::21E:BFF:FE08:4CCB ; }; prefix fc00:/64 { AdvOnLink on; AdvAutonomous on; AdvRouterAddr off; }; }; -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)