Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

What is listening on ports 2049, 34117 and 36105?

Writer Sebastian Wright
fadedbee@ubuntu18:~$ sudo netstat -lntp
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:2049 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:34117 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 2226/mysqld
tcp 0 0 127.0.0.1:80 0.0.0.0:* LISTEN 2013/nginx: master
tcp 0 0 192.168.122.1:53 0.0.0.0:* LISTEN 3302/dnsmasq
tcp 0 0 10.0.3.1:53 0.0.0.0:* LISTEN 2568/dnsmasq
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 1300/systemd-resolv
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 1408/cupsd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 2917/master
tcp 0 0 127.0.0.1:5434 0.0.0.0:* LISTEN 2145/postgres
tcp6 0 0 :::2049 :::* LISTEN -
tcp6 0 0 :::36105 :::* LISTEN -
tcp6 0 0 ::1:631 :::* LISTEN 1408/cupsd
tcp6 0 0 ::1:25 :::* LISTEN 2917/master 

What is listening on ports 2049, 34117 and 36105?

How do I kill it without a pid?

2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy