Have you logged into that device to see what options are available for port forwarding?its a zte zxhn f680
Hi Jose,Ok, does this helps? Thanks
Hi Jose,
What bp2008 is the correct first step. However, if you don't get a match between the port checker and the WAN port, you probably can't forward ports.
When I was planning my switch from a routine cablemodem ISP to a fiber optic ISP, one of the things I learned is that many of them (fiber network ISPs) don't give the users their own IP address. And I'm not talking static versus dynamic; my cable modem IP address changed every few months out of my control, but at any one moment it was MY address and I could port forward, until I learned to not do that and use a VPN instead.
Anyway, my fiber optic company (Metronet) uses "double NATting" which means for every external IPv4 address, many users are served. Things like port forwarding and the traditional router-based VPNs won't work. Presumably your fiber network uses similar technology and has a similar problem. In my case, the easiest / best solution was for me to fork over an extra $10/month which gets me my very own IPv4 address which happens to be static, and things like forwarding and router VPNs work fine. Perhaps this is an option you can consider with your provider.
If that isn't an option it gets much more complex quickly. I've seen folks on this forum talk about solutions with funny names that I can't remember right now, but I believe they involve having a computer on your LAN initiate a stable connection to a server somewhere on the internet (presumably a paid service) that gives you an IP address that will forward things to you via the connection your PC maintains with it.
Others who are more familiar with these things will probably have more useful information.
If I was in that situation with no ability to accept incoming traffic on my internet connection, I would rent a cheap linux cloud server (< $5/mo) somewhere and run OpenVPN server on it and run a VPN client at my home to make a secure tunnel to that server. Then I could connect my other devices to the same VPN server in order to access to Blue Iris. Or I could use nginx on the cloud server to proxy connections to Blue Iris so I wouldn't have to connect phones and whatnot to the VPN.
But all that is really complicated and not something most people could set up. Even I would have trouble getting the OpenVPN configuration right.
Simpler options:
ngrok - secure introspectable tunnels to localhost has a free service tier you could try. I don't like their pricing and limiting structure...
Alternatively you could subscribe to a VPN service that offers a static (dedicated) IP and port forwarding, such as "Ivacy": Get peace of mind for almost half a decade
There are a bunch of other VPN service providers available so you can take your pick, but it is important to get the static IP AND port forwarding features.
If I was in that situation with no ability to accept incoming traffic on my internet connection, I would rent a cheap linux cloud server (< $5/mo) somewhere and run OpenVPN server on it and run a VPN client at my home to make a secure tunnel to that server. Then I could connect my other devices to the same VPN server in order to access to Blue Iris. Or I could use nginx on the cloud server to proxy connections to Blue Iris so I wouldn't have to connect phones and whatnot to the VPN.
Thanks a lot! will check those, to be honest i had never tried any of those options, always had an static public ip and can forward ports, but now isnt an option with this fiber providerIf I was in that situation with no ability to accept incoming traffic on my internet connection, I would rent a cheap linux cloud server (< $5/mo) somewhere and run OpenVPN server on it and run a VPN client at my home to make a secure tunnel to that server. Then I could connect my other devices to the same VPN server in order to access to Blue Iris. Or I could use nginx on the cloud server to proxy connections to Blue Iris so I wouldn't have to connect phones and whatnot to the VPN.
But all that is really complicated and not something most people could set up. Even I would have trouble getting the OpenVPN configuration right.
Simpler options:
ngrok - secure introspectable tunnels to localhost has a free service tier you could try. I don't like their pricing and limiting structure...
Alternatively you could subscribe to a VPN service that offers a static (dedicated) IP and port forwarding, such as "Ivacy": Get peace of mind for almost half a decade
There are a bunch of other VPN service providers available so you can take your pick, but it is important to get the static IP AND port forwarding features.
Working with the free version of ngrok, thank you very much, i must check if there is a paid version with a dedicated ip address, so no random aliases everytime it starts the server, will check ivacyIf I was in that situation with no ability to accept incoming traffic on my internet connection, I would rent a cheap linux cloud server (< $5/mo) somewhere and run OpenVPN server on it and run a VPN client at my home to make a secure tunnel to that server. Then I could connect my other devices to the same VPN server in order to access to Blue Iris. Or I could use nginx on the cloud server to proxy connections to Blue Iris so I wouldn't have to connect phones and whatnot to the VPN.
But all that is really complicated and not something most people could set up. Even I would have trouble getting the OpenVPN configuration right.
Simpler options:
ngrok - secure introspectable tunnels to localhost has a free service tier you could try. I don't like their pricing and limiting structure...
Alternatively you could subscribe to a VPN service that offers a static (dedicated) IP and port forwarding, such as "Ivacy": Get peace of mind for almost half a decade
There are a bunch of other VPN service providers available so you can take your pick, but it is important to get the static IP AND port forwarding features.