hi
i faced with problem that is after i install vnc server on my instant at my private network cloud which has floating ip , i cannot connect to port 5901 and i just can connect to my network with ssh over floating ip . how can i forward a port on floating to my private cloud ip ?
floating ip : 5901 to my private cloud ip 10.1.1.130:5901
thanks
Compute - port forwarding on floating ip
Related questions
- Changing the Hostname
6026
06.06.2024 15:42
- Public cloud for OpenStack-native project
4210
02.01.2025 11:53
- Additional IP in routed mode on public network interfaces
3391
10.08.2023 15:37
- Server Standard Gateway
3313
18.02.2022 13:43
- Is upgrading my plan or RAM seamless?
2888
21.11.2022 11:11
- VPN with Dedicated Servers
2813
10.07.2023 11:20
- Terraform Virtual Private Servers
2702
17.07.2023 14:25
- Upgrade Windows Server 2012 R2 to Windows Server 2022
2298
26.06.2023 07:23
- Request for hardware; Raspbian, preferably on rPi.
1931
11.06.2025 08:22
Chief, you'll need to setup some sort of NAT system to get the public IP translated to the internal IP. Generally this is done via a firewall, but from what I've seen the 'edge' firewall at OVH won't do NAT. Look into NAT from the device that DOES have the public IP address on it to do the tranlation to your 10.x IP.
Good luck!
Josh