• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Port 80

mimsol

New Member
Joined
Mar 18, 2020
Messages
83
Reaction score
2
hello i have a problem and i need help my port 80 is blocked but its opened in my router settings anyone maybe can help me
 
Solution
I have tried helping him through Discord by the following command to check what processes/applications are using his port 80
Code:
netstat -ano | find "80"
and then checked the PID to get application name
Code:
tasklist /svc /FI "PID eq applicationpidnumberhere"
and disabled every application/process using his port 80, Still it cannot be reached, Although nothing is using port 80.
I assume it might be ISP blocking it or something I missed.
I have tried helping him through Discord by the following command to check what processes/applications are using his port 80
Code:
netstat -ano | find "80"
and then checked the PID to get application name
Code:
tasklist /svc /FI "PID eq applicationpidnumberhere"
and disabled every application/process using his port 80, Still it cannot be reached, Although nothing is using port 80.
I assume it might be ISP blocking it or something I missed.
 
Solution
Back
Top