Код: Выделить всё
# systemctl stop iptables
[root@brainycp ~]# systemctl status iptables
● iptables.service - IPv4 firewall with iptables
Loaded: loaded (/usr/lib/systemd/system/iptables.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Sat 2019-08-17 08:03:14 MSK; 12s ago
Process: 32114 ExecStop=/usr/libexec/iptables/iptables.init stop (code=exited, status=5)
Main PID: 16167 (code=exited, status=0/SUCCESS)
Aug 12 11:02:13 brainycp.centos iptables.init[16167]: iptables: Applying firewall rules: [ OK ]
Aug 12 11:02:13 brainycp.centos systemd[1]: Started IPv4 firewall with iptables.
Aug 17 08:03:14 brainycp.centos systemd[1]: Stopping IPv4 firewall with iptables...
Aug 17 08:03:14 brainycp.centos iptables.init[32114]: iptables: Setting chains to policy ACCEPT: filter [ OK ]
Aug 17 08:03:14 brainycp.centos iptables.init[32114]: iptables: Flushing firewall rules: [ OK ]
Aug 17 08:03:14 brainycp.centos iptables.init[32114]: iptables: Unloading modules: iptable_nat iptable_filter iptable_filter iptable_nat ip_tables[FAILED]
Aug 17 08:03:14 brainycp.centos systemd[1]: iptables.service: control process exited, code=exited status=5
Aug 17 08:03:14 brainycp.centos systemd[1]: Stopped IPv4 firewall with iptables.
Aug 17 08:03:14 brainycp.centos systemd[1]: Unit iptables.service entered failed state.
Aug 17 08:03:14 brainycp.centos systemd[1]: iptables.service failed.
Код: Выделить всё
# nmap 192.168.0.10
Starting Nmap 6.40 ( http://nmap.org ) at 2019-08-17 05:04 UTC
Nmap scan report for 192.168.0.10
Host is up (0.000013s latency).
Not shown: 984 closed ports
PORT STATE SERVICE
21/tcp open ftp
22/tcp open ssh
25/tcp open smtp
80/tcp open http
110/tcp open pop3
111/tcp open rpcbind
143/tcp open imap
443/tcp open https
465/tcp open smtps
587/tcp open submission
993/tcp open imaps
995/tcp open pop3s
3306/tcp open mysql
8000/tcp open http-alt
8002/tcp open teradataordbms
8080/tcp open http-proxy