fasheng
2015-10-21 21:59 deepin
可能受 NetworkManager 的影响,试下下面的方法:
创建文件 /etc/network/if-up.d/99route,并添加执行权限 chmod +x,重启即可
Copy the Code
创建文件 /etc/network/if-up.d/99route,并添加执行权限 chmod +x,重启即可
- #!/bin/bash
- route add -net 135.140.0.0 netmask 255.255.0.0 gw 172.16.10.1
Reply Like 0 View the author