Страница 2 из 2

Re: Открыть порты от 4081 до 4085

Добавлено: Вт апр 15, 2025 8:27 am
client510
[root@admin ~]# iptables -L -n | grep '1024:65535'
# Warning: iptables-legacy tables present, use iptables-legacy to see them
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 ctstate NEW tcp dpts:1024:65535
ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 ctstate NEW udp dpts:1024:65535
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 ctstate NEW tcp dpts:1024:65535
ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 ctstate NEW udp dpts:1024:65535

Решено. Удалил iptables и все заработало.