freebsd-dev/release/picobsd/help/route.hlp.en
1998-08-27 17:38:45 +00:00

14 lines
325 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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>