Hi @Pablo Castilla
Are you able to telnet the machine internally? what service is listening on that port?
Check for an antivirus with firewall configured as well.
You can see if the port is listening with the netstat command
netstat -anb | findstr 80
If you don't have any services listening on that port, maybe the service needs to be started or is stuck
Get in touch if you need more help with this issue.
--please don't forget to "[Accept the answer]" if the reply is helpful--