route

Manually manipulate the routing tables. Necessitates to be root. Add…

route

Manually manipulate the routing tables. Necessitates to be root.

sudo route add {{dest_ip_address}} {{gateway_address}}

sudo route add {{subnet_ip_address}}/24 {{gateway_address}}

sudo route -t add {{dest_ip_address}}/24 {{gateway_address}}

sudo route flush

sudo route delete {{dest_ip_address}}/24

Также может быть вам интересно:
AppleMacOS
← rename rubocop →