EC25 want to run a webserver, need to open port

Hi! I’m using an EC25 on a raspberry pi, it work great because i’m getting internet on it and i’m writing on this forum with this internet :slight_smile:

So now i have setuped a webserver on port 8765 and i need to acces my webserver from distant computer through my LTE network, so i want to be able to go on any webbrowser and acces my webserver with my IP address. exemple: http://25.25.25.25:8765/

How can i setup my quectel EC25 to open the necessary port? Maybe with some at command?

here is my version:

AT+QGMR 
EC25AFFAR07A14M4G_01.003.01.003
OK

Normally the IP address such as 25.25.25.25 as mentioned which is provided by the operator. It does not means it is a pulic address.
So from the outer side it cannot access the device with that IP.

The 25.25.25.25 that i wrote is just an example, actually my “real” external ip is 24.114.95.248

So there is no way to acces my webserver from the internet?

i’m actually running a camera on this device and want to acces the feed from my camera, maybe you have another suggestion on how i can proceed to have an acces to my camera feed?

Are you sure that the operator has provided you with the public IP address?
Possible solution:
The operator gives you the public IP address.
Use a third-party server.

Is this what you see in AT+CGPADDR response?

The address i told you is what i see on the web site [whatismyip.com]

i run the command you give me and here is what i got:

AT+CGPADDR

+CGPADDR: 1,“10.179.86.232”
+CGPADDR: 2,“38.5.141.128.0.79.198.5.101.158.59.12.194.145.252.214”
+CGPADDR: 3,“0.0.0.0,0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0”
+CGPADDR: 4,“0.0.0.0,0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0”

OK

so if understand its not possible to reach my device from an external computer?

Correct. You have no public IPv4 on the modem.

do you think there is a way for me to " push " my rtsp camera feed to an external server to see it?

or maybe you know a way to see my camera feed from other external computer?

Some people use ZeroTier or similar products/services to remotely access their resources when direct connection is not possible.

alright thanks a lot for your help! :slight_smile: