Привет, народ, я что- то уже всю голову поломал себе :) Значит
CentOS Linux release 7.9.2009 (Core)
systemctl status firewalld
● firewalld.service
   Loaded: masked (/dev/null; bad)
   Active: inactive (dead)
На всякий случай
 ufw status
-bash: ufw: command not found
Правила iptables:
iptables -L
Chain INPUT (policy DROP)
target     prot opt source               destination
ACCEPT     all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere             state RELATED,ESTABLISHED
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ssh
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:zabbix-agent
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:zabbix-trapper
ACCEPT     tcp  --  192.168.0.0/22       anywhere             tcp dpt:5038
ACCEPT     tcp  --  192.168.2.0/24       anywhere             tcp dpt:5038
ACCEPT     tcp  --  192.168.20.0/24      anywhere             tcp dpt:5038
ACCEPT     udp  --  192.168.20.0/24      anywhere             udp dpt:sip
ACCEPT     udp  --  192.168.0.0/22       anywhere             udp dpt:sip
ACCEPT     udp  --  192.168.2.0/24       anywhere             udp dpt:sip
ACCEPT     udp  --  195.9.78.0/24        anywhere             udp dpt:sip
ACCEPT     udp  --  195.34.37.0/24       anywhere             udp dpt:sip
ACCEPT     udp  --  31.184.230.0/24      anywhere             udp dpt:sip
ACCEPT     udp  --  62.176.26.0/24       anywhere             udp dpt:sip
ACCEPT     udp  --  192.168.6.0/24       anywhere             udp dpt:sip
ACCEPT     udp  --  anywhere             anywhere             udp dpt:45677
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:http
ACCEPT     udp  --  anywhere             anywhere             udp dpts:afs3-fileserver:dnp
DROP       all  --  anywhere             anywhere
Chain FORWARD (policy ACCEPT)
target     prot opt source               destination
Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
Собственно, как не трудно догадаться, на сервере телефония, делал его не я. Я сижу в 62.176.26.0 и пытаюсь долбиться на сервак по 5060 sip клиентом, но получаю таймаут, не пойму где косяк, ведь все фаерволлы выключены, кроме iptables, причем сервак как- то люто бешено рубит к себе все коннекты кроме локалки.
Куда копать?




