|
因为我们学校用电信上网。
如果拨号上外网就不能同时访问内网的资源路 比如内网大量大ftp等等
要同时访问内外网需要添加几条默认路由。
在windows下格式是这样:
route -p add 10.0.0.0 mask 255.0.0.0 10.10.0.1
把访问10.0.0.0网段ip的的数据包转向网关10.10.0.1
在ML下我们试验了半天
提示的看不大懂,照这提示猜想着去试,
还是不行.
以下是部分提示:
Usage: route [-nNvee] [-FC] [<AF>] List kernel routing tables
route [-v] [-FC] {add|del|flush} ... Modify routing table for AF.
route {-h|--help} [<AF>] Detailed usage syntax for specified AF.
route {-V|--version} Display version/author and exit.
-v, --verbose be verbose
-n, --numeric don't resolve names
-e, --extend display other/more information
-F, --fib display Forwarding Information Base (default)
-C, --cache display routing cache instead of FIB
Usage: inet_route [-vF] del {-host|-net} Target[/prefix] [gw Gw] [metric M] [[dev] If]
inet_route [-vF] add {-host|-net} Target[/prefix] [gw Gw] [metric M]
[netmask N] [mss Mss] [window W] [irtt I]
[mod] [dyn] [reinstate] [[dev] If]
inet_route [-vF] add {-host|-net} Target[/prefix] [metric M] reject
inet_route [-FC] flush NOT supported
添加静态路由的格式到底是怎么样的?
或者哪边有资料文档可查,faq里没找到相关的.
我是菜鸟,麻烦个位大虾帮忙,解答一下!谢谢! |
|