From de80ed87b8339f23624642786698057a62bdf779 Mon Sep 17 00:00:00 2001 From: fujuntang <fujuntang@smartai.com> Date: 星期二, 23 十一月 2021 11:25:48 +0800 Subject: [PATCH] Fix the communication failure issue when the registered applications exceeds the fixed amount. --- test_net_socket/firwall.sh | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/test_net_socket/firwall.sh b/test_net_socket/firwall.sh index c6cda95..2fce601 100644 --- a/test_net_socket/firwall.sh +++ b/test_net_socket/firwall.sh @@ -3,4 +3,8 @@ # 鏌ョ湅闃茬伀澧欑姸鎬� firewall-cmd --state # 鍏抽棴闃茬伀澧� -systemctl stop firewalld.service \ No newline at end of file +systemctl stop firewalld.service + + +ssh -p 100 basic@192.168.5.22:/data/disk2/test/build +ssh basic@192.168.20.10:/data3/workspace/wzq/build \ No newline at end of file -- Gitblit v1.8.0