Browse Source

更新 'init.md'

胡增文 6 months ago
parent
commit
30872c3543
1 changed files with 16 additions and 1 deletions
  1. 16 1
      init.md

+ 16 - 1
init.md

@@ -53,5 +53,20 @@ sudo docker run -d \
 
 ### 5. 启动网络透传
 ```
- sudo docker run -d -p 20-21:20-21 -p 21100-21110:21100-21110 -p 554:554 -p 10166:10166 -p 98:98 -p 200:200 --name=ha --restart=always nas.fast-fun.cn:5000/zk/ha:0.10
+ sudo docker run -d -p 6667:6667 -p 20-21:20-21 -p 21100-21110:21100-21110 -p 554:554 -p 10166:10166 -p 98:98 -p 200:200 --name=ha --restart=always nas.fast-fun.cn:5000/zk/ha:0.20
+```
+
+
+
+
+### 6.查找工控机
+
+```
+sudo apt  install nmap
+nmap -n -v -sT -p 22 192.168.3.0/24 | grep 'open'
+
+sudo vi /etc/apt/apt.conf
+
+Acquire::http::Proxy "http://192.168.3.251:6667/";
+
 ```