LINUX.ORG.RU

История изменений

Исправление Architector, (текущая версия) :

Нет, не слушает никто

netstat

root@host:/# netstat -aptn 
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      1/init              
tcp        0      0 172.31.40.132:53        0.0.0.0:*               LISTEN      981/named           
tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN      981/named           
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      764/sshd            
tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN      981/named           
tcp        0    340 172.31.40.132:22        IP:PORT                 ESTABLISHED 1902/sshd:user 
tcp6       0      0 :::111                  :::*                    LISTEN      1/init              
tcp6       0      0 :::22                   :::*                    LISTEN      764/sshd            
tcp6       0      0 ::1:953                 :::*                    LISTEN      981/named           

ss

root@host:/# ss -aptn4
State    Recv-Q  Send-Q    Local Address:Port   Peer Address:Port    Process                                                                         
LISTEN   0       128       0.0.0.0:111          0.0.0.0:*            users:(("systemd",pid=1,fd=33))                                                
LISTEN   0       10        172.31.40.132:53     0.0.0.0:*            users:(("named",pid=981,fd=22))                                                
LISTEN   0       10        127.0.0.1:53         0.0.0.0:*            users:(("named",pid=981,fd=21))                                                
LISTEN   0       128       0.0.0.0:22           0.0.0.0:*            users:(("sshd",pid=764,fd=3))                                                  
LISTEN   0       128       127.0.0.1:953        0.0.0.0:*            users:(("named",pid=981,fd=23))                                                
ESTAB    0       36        172.31.40.132:22     IP:PORT              users:(("sshd",pid=1922,fd=4),("sshd",pid=1902,fd=4))     

Исходная версия Architector, :

Нет, не слушает никто

netstat

root@host:/# netstat -aptn 
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      1/init              
tcp        0      0 IP:53                   0.0.0.0:*               LISTEN      981/named           
tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN      981/named           
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      764/sshd            
tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN      981/named           
tcp        0    340 172.31.40.132:22        IP:PORT                 ESTABLISHED 1902/sshd:user 
tcp6       0      0 :::111                  :::*                    LISTEN      1/init              
tcp6       0      0 :::22                   :::*                    LISTEN      764/sshd            
tcp6       0      0 ::1:953                 :::*                    LISTEN      981/named           

ss

root@host:/# ss -aptn4
State    Recv-Q  Send-Q    Local Address:Port   Peer Address:Port    Process                                                                         
LISTEN   0       128       0.0.0.0:111          0.0.0.0:*            users:(("systemd",pid=1,fd=33))                                                
LISTEN   0       10        172.31.40.132:53     0.0.0.0:*            users:(("named",pid=981,fd=22))                                                
LISTEN   0       10        127.0.0.1:53         0.0.0.0:*            users:(("named",pid=981,fd=21))                                                
LISTEN   0       128       0.0.0.0:22           0.0.0.0:*            users:(("sshd",pid=764,fd=3))                                                  
LISTEN   0       128       127.0.0.1:953        0.0.0.0:*            users:(("named",pid=981,fd=23))                                                
ESTAB    0       36        172.31.40.132:22     IP:PORT              users:(("sshd",pid=1922,fd=4),("sshd",pid=1902,fd=4))