Advertisement
casaper

Untitled

Jan 11th, 2014
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. route add default gw mango-gw
  2. adds a default route (which will be used if no other route matches). All packets using this route will be gatewayed through
  3. "mango-gw". The device which will actually be used for that route depends on how we can reach "mango-gw" - the static route to
  4. "mango-gw" will have to be set up before.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement