My laptop (Ubuntu 18.04.3 LTS) frequently doesn't get ipv6 routing information until I restart radvd on the linux firewaall. Then everything works fine. Any ideas as to how I can get this to work consistantly without manual intervention?
My laptop (Ubuntu 18.04.3 LTS) frequently doesn't get ipv6 routing information until I restart radvd on the linux firewaall. Then everything works fine. Any ideas as to how I can get this to work consistantly without manual intervention?
Probably be better to understand how things are breaking, but your question was to restart the service without manual intervention; so that's what I'll work with.
Create a systemd service & timer to execute a script which restarts the radvd service. Copy all the below into a single file onto the Linux GW,
chmod 700
the file and execute it usingsudo
. Obviously change the "24h" to "12h" in the timer part or some other number of hours that suits:Again, would be better to understand how things are broken, but this will meet your requirements to stop having to manually kick the service to get it working.