mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 01:38:57 +00:00
325 B
325 B
route manually manipulate the routing tables
Usage:
route [ -nqv ] command [[ modifiers ] args ]
Where 'command' is most commonly 'add' or 'delete', modifiers can be
'-net' or '-host', and args are destination and gateway.
E.g., to add default route to the gateway:
route add default <gateway name or IP>
Usage:
route [ -nqv ] command [[ modifiers ] args ]
Where 'command' is most commonly 'add' or 'delete', modifiers can be
'-net' or '-host', and args are destination and gateway.
E.g., to add default route to the gateway:
route add default <gateway name or IP>