Aah, I found it, thank you for the hint.
I weirdly enough had some `GAME_VSERVER` section in there, which is a special config in the webinterface. I've removed the invalid port forwardings and now it's working 🙈
Thank you.
Good point. Unfortunately I don't think it's on the target machine.
This is a clean rasbpian setup with nothing running other than a micro python3 server. I can open other ports, e.g. I can do something like this:
sudo python3 -m http.server 21
and open this port on the router.
It's...
Thank you for your answer. Yes, I do have ssh access to the router:
It doesn't look like there is anything listening on port 80 though
netstat -tupln | grep 80
tcp 0 0 0.0.0.0:18017 0.0.0.0:* LISTEN 1566/wanduck
udp 0 0 0.0.0.0:18018...
Hi all,
I have troubles opening port 80/443 on my DSL-AX82U and forward it to a server running on a local machine and I wondered if the router might be blocking this port internally?
I've confirmed with my ISP that these ports are open and that CGNAT has been disabled on my service. I can...