文章目录
-
- [0: 使用ping 192.39.192.180查看是否能ping通](#0: 使用ping 192.39.192.180查看是否能ping通)
- 1:点击访达
- [2:在访达里面 shift+ commit + g 打开前往路径的窗口](#2:在访达里面 shift+ commit + g 打开前往路径的窗口)
- 3:在窗口中输入地址/private/etc/hosts
- [4:打开hosts文件 添加后端地址(如:192.39.192.180 localhost:8080](#4:打开hosts文件 添加后端地址(如:192.39.192.180 localhost:8080)
- 5:保存
后端ip为192.39.192.180
0: 使用ping 192.39.192.180查看是否能ping通
如果有端口的话,nc -vz -w 2 192.39.192.180 8080返回successed就是成功了。
1:点击访达
2:在访达里面 shift+ commit + g 打开前往路径的窗口
3:在窗口中输入地址/private/etc/hosts
4:打开hosts文件 添加后端地址(如:192.39.192.180 localhost:8080
)