1
General Discussion / Re: OpenVPN instances and pushed default routes
« on: June 03, 2024, 12:28:19 pm »
Current work around to stay online until a solution is available:
I added the following entry in /etc/crontab
* * * * * root ( sleep 5 ; /sbin/route del -net 0.0.0.0/2 10.52.0.1 )
and now regardless of what crap gets pushed I can keep the net online.
I added the following entry in /etc/crontab
* * * * * root ( sleep 5 ; /sbin/route del -net 0.0.0.0/2 10.52.0.1 )
and now regardless of what crap gets pushed I can keep the net online.