站长资源操作系统
FreeBSD下如何增加静态路由的方法
简介1.手工添加 #route add -net 192.168.2.0/24 192.168.1.22. 通过rc.conf永久配置# Add static routestatic_routes="net1 net2"route_net1="-net 192.168.0.0/24 192.168.
1.手工添加
# route add -net 192.168.2.0/24 192.168.1.2
2. 通过rc.conf永久配置
# Add static route
static_routes="net1 net2"
route_net1="-net 192.168.0.0/24 192.168.0.1"
route_net2="-net 192.168.1.0/24 192.168.1.1"
路由的属性标志和它们的含义的一个简表: