• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

netstat -ltunp Command

B

bridgeway04

Guest
Please Help,

I ran the netstat -ltunp command on my server and my list of processes is listed below. Do I need all of these services running on my box and how do I turn off the ones I dont need?

Thanks

Brad

********:/ # netstat -ltunp
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:993 0.0.0.0:* LISTEN 3741/couriertcpd
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 3799/couriertcpd
tcp 0 0 0.0.0.0:55560 0.0.0.0:* LISTEN 10684/imapd
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 4164/mysqld
tcp 0 0 0.0.0.0:106 0.0.0.0:* LISTEN 3702/xinetd
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 3789/couriertcpd
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 3715/couriertcpd
tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN 3655/perl
tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 3702/xinetd
tcp 0 0 **.***.***.102:53 0.0.0.0:* LISTEN 4105/named
tcp 0 0 **.***.***.100:53 0.0.0.0:* LISTEN 4105/named
tcp 0 0 **.***.***.82:53 0.0.0.0:* LISTEN 4105/named
tcp 0 0 **.***.***..81:53 0.0.0.0:* LISTEN 4105/named
tcp 0 0 **.***.***..80:53 0.0.0.0:* LISTEN 4105/named
tcp 0 0 **.***.***..101:53 0.0.0.0:* LISTEN 4105/named
tcp 0 0 **.***.***..26:53 0.0.0.0:* LISTEN 4105/named
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 4105/named
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 3702/xinetd
tcp 0 0 127.0.0.1:3000 0.0.0.0:* LISTEN 4649/drwebd
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 4105/named
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 3702/xinetd
tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN 4479/httpsd
tcp 0 0 127.0.0.1:2911 0.0.0.0:* LISTEN 4609/monit
tcp 0 0 0.0.0.0:55455 0.0.0.0:* LISTEN 3702/xinetd
tcp 0 0 127.0.0.1:8005 :::* LISTEN 4314/java
tcp 0 0 :::8009 :::* LISTEN 4314/java
tcp 0 0 :::80 :::* LISTEN 4465/httpd2-prefork
tcp 0 0 :::9008 :::* LISTEN 4314/java
tcp 0 0 :::8080 :::* LISTEN 4314/java
tcp 0 0 :::22 :::* LISTEN 3786/sshd
tcp 0 0 :::9080 :::* LISTEN 4314/java
tcp 0 0 :::443 :::* LISTEN 4465/httpd2-prefork
udp 0 0 0.0.0.0:32768 0.0.0.0:* 4105/named
udp 0 0 0.0.0.0:10000 0.0.0.0:* 3655/perl
udp 0 0 **.***.***.102:53 0.0.0.0:* 4105/named
udp 0 0 **.***.***.100:53 0.0.0.0:* 4105/named
udp 0 0 **.***.***.82:53 0.0.0.0:* 4105/named
udp 0 0 **.***.***.81:53 0.0.0.0:* 4105/named
udp 0 0 **.***.***.80:53 0.0.0.0:* 4105/named
udp 0 0 **.***.***.101:53 0.0.0.0:* 4105/named
udp 0 0 **.***.***.26:53 0.0.0.0:* 4105/named
udp 0 0 127.0.0.1:53 0.0.0.0:* 4105/named
udp 0 0 **.***.***.102:123 0.0.0.0:* 4037/ntpd
udp 0 0 **.***.***.100:123 0.0.0.0:* 4037/ntpd
udp 0 0 **.***.***.82:123 0.0.0.0:* 4037/ntpd
udp 0 0 **.***.***.81:123 0.0.0.0:* 4037/ntpd
udp 0 0 **.***.***.80:123 0.0.0.0:* 4037/ntpd
udp 0 0 **.***.***.101:123 0.0.0.0:* 4037/ntpd
udp 0 0 **.***.***.26:123 0.0.0.0:* 4037/ntpd
udp 0 0 127.0.0.1:123 0.0.0.0:* 4037/ntpd
udp 0 0 0.0.0.0:123 0.0.0.0:* 4037/ntpd
udp 0 0 :::32769 :::* 4105/named
udp 0 0 :::123 :::* 4037/ntpd
-------------------------------
 
Back
Top