Skip to content

MacOS CLI Linux, add a more specific network route

MacOS CLI Linux, add a more specific network route.

Bellow is just an example.

Replace with your IP and specific interface.

route get 1.1.1.1

sudo route add -host 1.1.1.1 -interface eth0

Happy learning

by Antonio Feijao UK