![]() | 1 labnotok 2021-11-05 15:40:47 +08:00 检查下规则顺序,需要插入在前面 |
![]() | 2 heyenyan 2021-11-05 16:03:53 +08:00 iptables -F |
![]() | 3 Veneris 2021-11-05 16:10:11 +08:00 似乎 Oracle 的机子在控制台要先放开? |
![]() | 4 liloli OP 谢谢,调整了一下顺序,同时又加了一条,终于通了。 iptables -I INPUT 6 -m state --state NEW -p tcp --dport 80 -j ACCEPT |
![]() | 6 samyucn 2023-08-21 18:52:11 +08:00 apt-get purge netfilter-persistent && reboot 或 rm -rf /etc/iptables && reboot |