Starlink - CCTV Monitoring

I have a Starlink connection which uses CGNAT and does not allow port forwarding. So if I setup a tunnel and forward the ports I require for CCTV monitoring should that work ok ?

Previously I setup a VPN site to site connection and routed all traffic through that but the other internet connection is not that stable.

Correct. Cloudflared will handle the connection out

Can you assign multiple ports to the same host for example [email protected] port 5555 and 8002 to 192.168.0.190

Thanks

What do you mean?
It would be one hostname per port combination.
So like nvr1.domain.com points to 192.168.0.190:5555 and nvr2.domain.com points to 192.168.0.190:8002

1 Like

So a single port per host… I will have to use multiple hosts pointing to the same IP.