Access individual computer host specified via network interface card eth1:
route add -host 123.213.221.231 eth1
- Access ISP network identified by the network address and netmask using network interface card eth0:
route add -net 10.13.21.0 netmask 255.255.255.0 gw 192.168.10.254 eth0
阅读(2386) | 评论(0) | 转发(1) |