- Jan 22, 2016
- 76
- 19
I want to setup some cameras in a remote location and use a 4G router so I can remotely access them. The problem is mobile networks don't issue public IP addresses (they use NAT) so incoming connections are a problem.
I see the simplest option is to purchase a fixed-ip sim from a specialist company, but data is expensive. From some digging it seems a using VPN would be the other main option, but I'm not entirely sure on how to best use a VPN in this scenario. I'm thinking something along the lines of this should work:

I see the simplest option is to purchase a fixed-ip sim from a specialist company, but data is expensive. From some digging it seems a using VPN would be the other main option, but I'm not entirely sure on how to best use a VPN in this scenario. I'm thinking something along the lines of this should work:
- Purchase a server on the internet with a public fixed ip and install OpenVPN server (perhaps a small digitalocean.com droplet would be enough?)
- At the camera location use a router with VPN support and setup OpenVPN client (connected to the server)
- On the server forward relevant ports
- I should now be able to use the servers public IP to access the cameras?
