Network

IP adresses and security groups in pluscloud open

Public IPs

pluscloud open provides two types of public IP addresses that can be used to access your Virtual Machines (VM) from external locations or to use internet services.

Floating IP

These are public IPv4 addresses that can be assigned to your VMs in pluscloud open. Once assigned, you can use the floating IP address to reach your VMs from the internet. The floating IP is bound to the VM, and Network Address Translation (NAT) is used to translate between the private (local) IP address of the VM and the public IP address. This makes it possible to access your VMs without having to configure a public IP address on the VM itself. The floating IP address can be unbound from a VM and assigned to a different VM if needed.

Router IP

pluscloud open also provides a public IP address that can be used by all VMs connected to a router to access the internet. This is useful in cases where you don’t need external access to your VMs but want to allow them to access the internet. All traffic from the VMs connected to the router will use the same public IP address via Source Network Address Translation (SNAT), as long as there is no floating IP assigned to the VMs. If a VM has a floating IP assigned to it, it will use the floating IP address for external access instead of the router IP address.

Security groups

pluscloud open provides security groups that allow customers to define firewall rules for their Virtual Machines (VMs). These rules can be customized for each VM and configured based on different protocols, ports, and communication directions.

The default security group allows all outgoing traffic and enables SSH access to the VM. However, incoming traffic is denied by default, except for traffic from systems in the same security group. This ensures that any incoming traffic must be explicitly approved before it can occur, preventing unauthorized access from outside the network.

Security groups are enforced on traffic passing through the Software Defined Network (OVN/OVS), regardless of the actual source or destination of the traffic. Additionally, security groups can be used for multiple VMs, making it possible to globally control them and utilize them for multiple VMs.

Last modified 22.03.2024: m feedback en (de9d0d2)