Thread: dovecot + ssl
View Single Post
  #6   (View Single Post)  
Old 25th December 2009
bsdperson bsdperson is offline
Port Guard
 
Join Date: May 2008
Posts: 37
Default

Absolutely, here goes:

Code:
~>sudo netstat -an -f inet
Active Internet connections (including servers)
Proto Recv-Q Send-Q  Local Address          Foreign Address        (state)
tcp4       0    100 192.168.1.1.22         192.168.1.2.1791       ESTABLISHED
tcp4       0      0 192.168.1.1.995        192.168.1.2.1679       TIME_WAIT
tcp4       0      0 192.168.1.1.445        192.168.1.2.4051       ESTABLISHED
tcp4       0      0 *.139                  *.*                    LISTEN
tcp4       0      0 *.445                  *.*                    LISTEN
tcp4       0      0 *.995                  *.*                    LISTEN
tcp4       0      0 *.110                  *.*                    LISTEN
tcp4       0      0 192.168.1.1.53         *.*                    LISTEN
tcp4       0      0 127.0.0.1.53           *.*                    LISTEN
tcp4       0      0 *.22                   *.*                    LISTEN
tcp4       0      0 *.25                   *.*                    LISTEN
tcp4       0      0 *.21                   *.*                    LISTEN
udp4       0      0 192.168.1.1.138        *.*
udp4       0      0 192.168.1.1.137        *.*
udp4       0      0 *.138                  *.*
udp4       0      0 *.137                  *.*
udp4       0      0 192.168.0.10.57153     85.21.78.91.123
udp4       0      0 192.168.1.1.53         *.*
udp4       0      0 127.0.0.1.53           *.*
udp4       0      0 *.67                   *.*
udp4       0      0 192.168.0.10.63240     84.2.42.31.123
udp4       0      0 192.168.0.10.60711     83.229.210.18.123
udp4       0      0 192.168.1.1.123        *.*
udp4       0      0 *.5060                 *.*
udp4       0      0 *.514                  *.*
icm4       0      0 *.*                    *.*

Last edited by J65nko; 25th December 2009 at 08:42 PM. Reason: Added code tags ;)
Reply With Quote