Port Forwarding for HTTP
Hej Folks,
I have a Raspberry Pi 4 and want to run a little http server that I can access remotely. I have a little index.html file, that prints "Hello World" and start the simple server via "python3 -m http.server 8080". In my local network, I can access the http page via Browser at [192.168.0.130:8080](https://192.168.0.130:8080) successfully. Now I want to reach that http page from outside my local network. I have a Archer C6. I first add my Pi as a "Reserved Address", with his MAC and his IP ([192.168.0.130](https://192.168.0.130)). Secondly I configure a "Virtual Server" for the port forwarding, I add the IP [192.168.0.130](https://192.168.0.130) with Internal Port 8080 and external Port 8888. No Service Type given and ALL as Protocol.
As I understood, I could now access my "Hello World" page from outside with the WAN address? Example: [http://123.123.123.123:8888](http://123.123.123.123:8888)
Sadly .. I time out on the http page and a port scan on my WAN address is resulting in "no ports open". I access the server from outside with a different network with a different WAN address ..
Any suggestions?
(Sry 4 bad english.)