История изменений
Исправление
Einstok_Fair,
(текущая версия)
:
У меня все правила слетели уже́.
# iptables -nvL
Chain INPUT (policy ACCEPT 25333 packets, 24M bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 23118 packets, 23M bytes)
pkts bytes target prot opt in out source destination
# systemctl stop firewalld
# iptables -nvL
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Работает - это значит, что пингуется в любом случае, а телнетом коннектится только если firewall не запущен.
Исходная версия
Einstok_Fair,
:
У меня все правила слетели уже́.
# iptables -nvL
Chain INPUT (policy ACCEPT 25333 packets, 24M bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 23118 packets, 23M bytes)
pkts bytes target prot opt in out source destination
# systemctl stop firewalld
# iptables -nvL
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination