Но здесь нет нужного мне порта.
Активные соединения с интернетом (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 26583/sshd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 27554/exim4
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 27133/named
tcp 0 0 192.168.1.151:8443 0.0.0.0:* LISTEN 27978/apache2
tcp 0 0 0.0.0.0:2525 0.0.0.0:* LISTEN 27554/exim4
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 1/systemd
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 27619/dovecot
tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 27554/exim4
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 27619/dovecot
tcp 0 0 127.0.0.1:783 0.0.0.0:* LISTEN 27755/perl
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 1/systemd
tcp 0 0 192.168.1.151:80 0.0.0.0:* LISTEN 30409/nginx.conf
tcp 0 0 192.168.1.151:8080 0.0.0.0:* LISTEN 27978/apache2
tcp 0 0 127.0.0.1:8081 0.0.0.0:* LISTEN 27978/apache2
tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 27554/exim4
tcp 0 0 0.0.0.0:8083 0.0.0.0:* LISTEN 31616/vesta-nginx
tcp 0 0 127.0.0.1:8084 0.0.0.0:* LISTEN 30409/nginx.conf
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 1361/vsftpd
tcp 0 0 192.168.1.151:53 0.0.0.0:* LISTEN 27133/named
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 27133/named
tcp6 0 0 :::22 :::* LISTEN 26583/sshd
tcp6 0 0 ::1:953 :::* LISTEN 27133/named
tcp6 0 0 :::993 :::* LISTEN 1/systemd
tcp6 0 0 :::995 :::* LISTEN 27619/dovecot
tcp6 0 0 :::3306 :::* LISTEN 27024/mysqld
tcp6 0 0 :::110 :::* LISTEN 27619/dovecot
tcp6 0 0 ::1:783 :::* LISTEN 27755/perl
tcp6 0 0 :::143 :::* LISTEN 1/systemd
tcp6 0 0 :::53 :::* LISTEN 27133/named
udp 0 0 192.168.1.151:53 0.0.0.0:* 27133/named
udp 0 0 127.0.0.1:53 0.0.0.0:* 27133/named
udp6 0 0 :::53 :::* 27133/named
Пользователь добавил сообщение 08 Декабря 2018, 18:41:46:
iptables -L
Chain INPUT (policy DROP)
target prot opt source destination
fail2ban-VESTA tcp -- anywhere anywhere tcp dpt:8083
fail2ban-MAIL tcp -- anywhere anywhere multiport dports smtp,urd,submission,2525,pop3,pop3s,imap2,imaps
fail2ban-FTP tcp -- anywhere anywhere tcp dpt:ftp
fail2ban-SSH tcp -- anywhere anywhere tcp dpt:ssh
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT all -- 192.168.1.151 anywhere
ACCEPT all -- localhost anywhere
ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
ACCEPT tcp -- anywhere anywhere multiport dports http,https
ACCEPT tcp -- anywhere anywhere multiport dports ftp,12000:12100
ACCEPT udp -- anywhere anywhere udp dpt:domain
ACCEPT tcp -- anywhere anywhere tcp dpt:domain
ACCEPT tcp -- anywhere anywhere multiport dports smtp,urd,submission,2525
ACCEPT tcp -- anywhere anywhere multiport dports pop3,pop3s
ACCEPT tcp -- anywhere anywhere multiport dports imap2,imaps
ACCEPT tcp -- anywhere anywhere multiport dports mysql,postgresql
ACCEPT tcp -- anywhere anywhere tcp dpt:8083
ACCEPT icmp -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere tcp dpt:7777
ACCEPT udp -- anywhere anywhere udp dpt:7777