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
port forwarding on floating ip
Related questions
- Changing the Hostname
5046
06.06.2024 15:42
- Public cloud for OpenStack-native project
3513
02.01.2025 11:53
- Additional IP in routed mode on public network interfaces
3014
10.08.2023 15:37
- Server Standard Gateway
2884
18.02.2022 13:43
- Is upgrading my plan or RAM seamless?
2605
21.11.2022 11:11
- VPN with Dedicated Servers
2539
10.07.2023 11:20
- Terraform Virtual Private Servers
2321
17.07.2023 14:25
- Upgrade Windows Server 2012 R2 to Windows Server 2022
2037
26.06.2023 07:23
- Request for hardware; Raspbian, preferably on rPi.
1636
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