Pages

Friday, February 25, 2011

Using netstat to Check Opened Ports

[root@server ssl]# netstat -tulpn


Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name
tcp        0      0 0.0.0.0:3306                0.0.0.0:*                   LISTEN      14552/mysqld
tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   LISTEN      2973/portmap
tcp        0      0 0.0.0.0:80                  0.0.0.0:*                   LISTEN      12095/httpd
tcp        0      0 127.0.0.1:631               0.0.0.0:*                   LISTEN      3342/cupsd
tcp        0      0 0.0.0.0:5432                0.0.0.0:*                   LISTEN      3670/postmaster
tcp        0      0 0.0.0.0:5434                0.0.0.0:*                   LISTEN      3645/postmaster
tcp        0      0 0.0.0.0:668                 0.0.0.0:*                   LISTEN      3030/rpc.statd
tcp        0      0 :::22                       :::*                        LISTEN      3324/sshd
tcp        0      0 :::5432                     :::*                        LISTEN      3670/postmaster
tcp        0      0 :::5434                     :::*                        LISTEN      3645/postmaster
udp        0      0 0.0.0.0:56449               0.0.0.0:*                               3572/avahi-daemon:
udp        0      0 0.0.0.0:662                 0.0.0.0:*                               3030/rpc.statd
udp        0      0 0.0.0.0:665                 0.0.0.0:*                               3030/rpc.statd
udp        0      0 0.0.0.0:5353                0.0.0.0:*                               3572/avahi-daemon:
udp        0      0 0.0.0.0:111                 0.0.0.0:*                               2973/portmap
udp        0      0 0.0.0.0:631                 0.0.0.0:*                               3342/cupsd
udp        0      0 :::51891                    :::*                                    3572/avahi-daemon:
udp        0      0 :::5353                     :::*                                    3572/avahi-daemon:

No comments:

Post a Comment