搭建运维本
Tofloor
poster avatar
hebinq
deepin
2018-01-31 19:47
Author
本帖最后由 hebinq 于 2018-1-31 11:47 编辑

1.有线加无线

显示路由,删除一条路由
  1. route
  2. sudo route del -net default netmask 0.0.0.0 dev enp0s31f6
Copy the Code
添加需要路由
  1. sudo route add -net 10.0.0.0 netmask 255.0.0.0 gw 10.105.28.1 dev enp0s31f6
  2. sudo route add -net 172.31.0.0 netmask 255.255.0.0 gw 10.105.28.1 dev enp0s31f6
Copy the Code



2.从商店中安装工具
VMware管理

WINDOWS远程桌面Remmina


TeamViewer

2.连接交换机console
  1. sudo apt-get install minicom
  2. ls -l /dev/tty*
  3. sudo minicom -s
Copy the Code

设置界面

参数设定

保存配置

连接测试




Reply Favorite View the author
All Replies
avatar
156******83
deepin
2022-12-03 20:25
#1

我用这个命令sudo route add -net 10.0.0.0 netmask 255.0.0.0 gw 10.105.28.1只能临时使用,重启不能连接了,就不能永久的命令吗?

Reply View the author