Having issues with port forwarding on a gl-inet gl-x750 spitz. I use LTE to get wan.
As a test, I set a static ip for a laptop running nginx. This laptop does not have a firewall running. I can access the nginx page on a laptop connected to the same lan.
$ nc -v 192.168.100.189 80
nginx.home.lab [192.168.100.189] 80 (http) open
Then in luci I go to firewall and port forwarding as shown in screenshot. I also attached my firewall general settings.
It does not work.
I run curl inpinfo.io to get my public ip and then I run the netcat command with that ip, but it simply times out:
Is this related to something else or possible I can reach it? The time matches when I was testing some stuff. I can not get it to reproduce at the moment when trying to run netcat again. The DST ip is my internal IP for the LTE interface so that makes sense, SRC IP I do not recognize.
Edit: Hmm, seems to pop up sometimes and SRC ip is always different so far.
Contacted my ISP and I needed to change the APN, the default one does not have a public address enabled. Changed the APN value for the interface in Network > Interfaces as they instructed and now it works.