请问deepin的静态路由如何设置?
Tofloor
poster avatar
ailingyue
deepin
2018-03-22 22:52
Author
请问deepin的静态路由如何设置?
Reply Favorite View the author
All Replies
avatar
jingle
deepin
2018-03-23 01:52
#1
Reply View the author
avatar
timesnewmen
deepin
2018-03-26 13:40
#2
Deepin用的是Networkmanager管理的网络.
sudo vim /etc/NetworkManager/dispatcher.d/99-routes
#put your routes here
route add -net 10.0.0.0/8 gw 10.0.2.2
route add -net 172.16.0.0/12 gw 10.0.2.2
#save your file
chmod +x /etc/NetworkManager/dispatcher.d/99-routes

还有一种就是把networkmanager停了,那就没有图形管理了. 手动维护/etc/network/interfaces里面的内容.
Reply View the author
avatar
duanyao
deepin
2018-03-27 00:40
#3
可以装个 network-manager-gnome ,设置的细节更多一些。
https://packages.debian.org/zh-cn/wheezy/network-manager-gnome
Reply View the author
avatar
186******39
deepin
2018-03-29 23:24
#4
小白求教怎样设置永久网络路由  https://bbs.deepin.org/post/154286#
请善用搜索功能
Reply View the author