标签:blog os sp div log bs ad as nbsp
netstat -nr
sudo route -n add x.x.x.x/24 x.x.x.x
可以简单这样子理解:
第1个参数 x.x.x.x/24是远程地址
第2个参数 x.x.x.x 是本地地址
绑定到指定设备
sudo route add -net 172.16.50 -interface ppp0
其中ppp0就是你的设备名字
sudo route -n delete x.x.x.x/24 x.x.x.x
Have fun with MacOSX!
标签:blog os sp div log bs ad as nbsp
原文地址:http://www.cnblogs.com/davidhhuan/p/4146319.html