Guide: Routers and Floating IPs: Difference between revisions
Jump to navigation
Jump to search
Created page with "== 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..." |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Floating | == Allocating and Associating a Floating IP (Freiburg Region) == | ||
For assigning a ''Floating IP'' a configuration as illustrated below (or something similar) is required. Here is a summary: | |||
# Allocate a ''Floating IP'' to the project | |||
## ''Network'' -> ''Floating IPs'' | ## ''Network'' -> ''Floating IPs'' | ||
## Allocate IP to Project | ## ''Allocate IP to Project'' | ||
## | ##* Choose the ''public'' network/pool | ||
# | # Virtual network creating | ||
## ''Network'' -> ''Networks'' | ## ''Network'' -> ''Networks'' | ||
## ''Create Network'' | ## ''Create Network'' | ||
## | ##* ''Set Network Name'' | ||
## ''Next'' and the slider ''Subnet'' is presented | ## ''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 | ## ''Next'' and the slider ''Subnet Details'' is presented | ||
## | ##* ''Enable DHCP'' must be checked | ||
## ''Create'' | ## ''Create'' | ||
# | # Virtual router creating | ||
## ''Network''-> ''Routers'' | ## ''Network'' -> ''Routers'' | ||
## '' | ## ''Create Router'' | ||
## | ##* ''Set Router Name'' | ||
## | ##* Set Gateway/ ''External Network'' to ''public'' | ||
## Choose | ## Choose router in the view -> ''Interfaces'' -> ''Add Interface'' | ||
## | ##* Set ''Subnet'' to the network from step 2 | ||
## ''Submit'' | ## ''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'' | |||
[[File:Network floatingip graph.png|left|frame|Virtual network configuration for ''Floating IP'': | |||
User defined network (blue), external network (globe), router between the nets.]] | |||
Latest revision as of 22:19, 25 October 2025
Allocating and Associating a Floating IP (Freiburg Region)
For assigning a Floating IP a configuration as illustrated below (or something similar) is required. Here is a summary:
- 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
- Set 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
- Enable DHCP must be checked
- Create
- Virtual router creating
- Network -> Routers
- Create Router
- Set Router Name
- 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
