甲骨文amd机器防火墙放行了端口,但就是访问不到,有什么头绪吗? Ubuntu系统 ufw status verbose 因为没有安装所以返回-bash: ufw: command not found 后台入站规则也放了端口,本地服务也启动中,本地也能访问到,就是公网访问不到 不想重开或者DD 端口, 甲骨文, 公网
[ol]ufw disable apt purge netfilter-persistent -y reboot [/ol]复制代码 上面的命令亲测可用,你可以试一下。 作用是放行全部端口,风险自行承担。
sudo apt install ufw -y ufw allow ssh ufw allow xxx systemctl enable ufw systemctl restart ufw 我是这么解决的
superhero 发表于 2024-1-18 17:12 sudo apt install ufw -y ufw allow ssh ufw allow xxx apt purge netfilter-persistent -y 这一句的关系,我没有安装ufw