You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@vultr:/opt/mtp_proxy/bin# netstat -antp
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:31888 0.0.0.0:* LISTEN 40297/mtp_proxy
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 14747/systemd-resol
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 38297/sshd: /usr/sb
tcp 0 0 0.0.0.0:36109 0.0.0.0:* LISTEN 40297/mtp_proxy
After using the script to build, TCP 36109 port mtp_ The proxy process is listening, but the only port I actually opened is 31888.
What is the purpose of listening to port 36109?
The text was updated successfully, but these errors were encountered:
root@vultr:/opt/mtp_proxy/bin# netstat -antp
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:31888 0.0.0.0:* LISTEN 40297/mtp_proxy
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 14747/systemd-resol
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 38297/sshd: /usr/sb
tcp 0 0 0.0.0.0:36109 0.0.0.0:* LISTEN 40297/mtp_proxy
After using the script to build, TCP 36109 port mtp_ The proxy process is listening, but the only port I actually opened is 31888.
What is the purpose of listening to port 36109?
The text was updated successfully, but these errors were encountered: