Hi everybody,
I would like to add persistence route on my MacBook to route certain traffic through VPN. The command I am using at terminal is
sudo route -n add -net 172.16.1.0/24 10.8.0.1
The command is running fine and doing its job. The problem is that, when MacBook is rebooted, the route entry in the route table resets and route entry get lost, and requires everytime to run this command at terminal.
How can I make this route permanent/persistent (until I delete) on my MacBook?
Thanks!
I would like to add persistence route on my MacBook to route certain traffic through VPN. The command I am using at terminal is
sudo route -n add -net 172.16.1.0/24 10.8.0.1
The command is running fine and doing its job. The problem is that, when MacBook is rebooted, the route entry in the route table resets and route entry get lost, and requires everytime to run this command at terminal.
How can I make this route permanent/persistent (until I delete) on my MacBook?
Thanks!