Guide: Routers and Floating IPs
Floating IPs (Freiburg)
For assigning a Floating IP a configuration as illustrated below (or something similar) is required:
- Allocate a Floating IP to the project
- Network -> Floating IPs
- Allocate IP to Project
- Choose the public network/pool
- Virtual network creating
- Network -> Networks
- Create Network
- add network name
- Next and the slider Subnet is presented
- Set subnet name
- set Network address (e.g. 10.10.1.0/24)
- set Gateway➞➞➞IP➞ (e.g. 10.10.1.254)
- Next and the slider Subnet Details is presented
- DHCP enable must be checked
- Create
- Virtual router creating
- Network-> Routers
- create Router
- set Routername
- set Gateway/External Network to public
- Choose router in the view -> Interfaces -> Add Interface
- Set Subnet to the network from step 2
- Submit
Afterward, create a VM as follows:
- Compute➞-> Instances➞-> Launch Instance
- Under Networks choose the virtual network from step 2
- Launch Instance
- In the view of the instance -> Associate Floating IP
- Set IP Address from step 1
- Associate