route 的 man 中的 mango-gw 是什么?

route 的 man 中的 mango-gw 是什么?

指定的目的是什么芒果GW作为网关?以下是手册的简短摘录。

route add default gw mango-gw
              adds  a  default  route  (which  will be used if no other route matches).  All packets using this route will be gatewayed through "mango-gw". The device
              which will actually be used for that route depends on how we can reach "mango-gw" - the static route to "mango-gw" will have to be set up before.

答案1

它在“示例”部分。它是一个例子。它显示了如何添加默认网关。假设您有一台名为的计算机mango-gw,您想将其用作默认网关。您也可以问一下在下面几行的192.57.66.0示例中指定的目的是什么。route add -net

相关内容