deepin linux自定义端口问题,急
Tofloor
poster avatar
jack6402
deepin
2018-11-16 05:30
Author
急,请教如何在deepin中,打开自定义端口????
比如想要自定义一个38383的端口,应该如何配置

Reply Favorite View the author
All Replies
avatar
cosct
deepin
2018-11-16 05:40
#1
应该是程序打开端口,咋会是你手动打开端口呢
Reply View the author
avatar
jack6402
deepin
2018-11-16 05:43
#2
测试要用,需要自定义一个端口,通过其他设备telnet装了deepin系统的笔记本的38383端口,看通讯是否正常
Reply View the author
avatar
wildlife
deepin
2018-11-16 05:54
#3
使用 netcat
Reply View the author
avatar
willone
deepin
2018-11-16 05:58
#4
本帖最后由 willone 于 2018-11-15 22:03 编辑

sudo iptables -F
sudo nc -kl 38383 | tee /tmp/msg.log
Reply View the author