[Seek Help] UOS 防火墙
Tofloor
poster avatar
156******06
deepin
2025-11-19 09:00
Author

本机目前在搭建PandaWiKi服务,但是目前遇到的问题是安装完毕后无法进行访问。在终端已经修改iptables和ufw。请各位大佬帮忙看看是什么问题?

image.png

image.png

image.png

image.png

Reply Favorite View the author
All Replies
156******06
deepin
2025-11-19 09:07
#1

在Centos7、Ubuntu20.04下面安装无任何异常。哪怕CentOS7对Docker版本的要求问题也解决了。但是UOS20版本的确实没有找到原因。按理来说iptables是centos下的,yum体系才会用。毕竟UOS用的是apt。所以我安装了ufw,但是依旧无法解决访问问题。

Reply View the author
156******06
deepin
2025-11-19 09:09
#2

也排除了浏览器问题。目前使用Google Chrome也是无法访问。
image.png

Reply View the author
156******06
deepin
2025-11-19 09:11
#3

自带的安全管理工具防火墙是关闭状态 且允许联网

image.png

image.png

Reply View the author
锵锵枪ᯤ
deepin
2025-11-19 09:49
#4

ufw没问题,看一下你的iptables -L

或者是不是还有其他防火墙软件。

Reply View the author
要成
deepin
2025-11-19 10:17
#5

先把防火墙关掉看看正常不

Reply View the author
hkent
deepin
2025-11-19 11:38
#6

sudo iptables -I INPUT -p udp --dport 端口 -j ACCEPT
sudo iptables -I INPUT -p tcp --dport 端口 -j ACCEPT

我也不会,以前有个软件一直不通,后来大佬丢了一个命令,照抄,就可以联网了。

Reply View the author