1
vote
1answer
507 views

Mac OS X 10.5.8 Server - How to save static route

I can use the command: sudo route add 93.***.***.***/29 192.168.1.1 This adds the route that I want but its not persistant as in when I reboot the server the route needs to be re-added. There ...
1
vote
1answer
757 views

Persistent static routes fail on MacOS 10.6.5 startup!

I'm unable to get static routes to persist a reboot on Mac OS 10.6.5. I've tried all of the methods prescribed in Google search results, and previous posts on this site. I've tried manually creating a ...