程序安装好后,8080端口打不开

ip是172.105.234.78,程序安装成功后+端口打不开

1 Reply

I'm using Google Translate to understand this question. It translated your post to the following:

Title:

After the program is installed, port 8080 cannot be opened

Post:

The ip is 172.105.234.78, after the program is installed successfully + the port cannot be opened

Even though you didn't post many details, I would first check the service logs for whatever service you're trying to run.

Another idea I had was checking the port's status from the outside by running an nmap scan with the Linode's IP and the port number, using syntax like this:

nmap -sV 172.105.234.78 -p 8080 --reason

Running this provided this information to me:

PORT STATE SERVICE REASON VERSION 8080/tcp open http-proxy syn-ack (proxy authentication required)

Based on this, it looks like the service is now running and accepting traffic on that port. But, since no one but you would have access to the service logs, you've better situated to know if that's accurate.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct