Guide: Routers and Floating IPs

From bwCloud-OS
Revision as of 14:45, 21 October 2025 by Admin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Floating IPs (Freiburg)

For assigning a Floating IP a configuration as illustrated below (or something similar) is required:

  1. Allocate a Floating IP to the project
    1. Network -> Floating IPs
    2. Allocate IP to Project
      1. Choose the public network/pool
  2. Virtual network creating
    1. Network -> Networks
    2. Create Network
      1. add network name
    3. Next and the slider Subnet is presented
      1. Set subnet name
      2. set Network address (e.g. 10.10.1.0/24)
      3. set Gateway➞➞➞IP➞ (e.g. 10.10.1.254)
    4. Next and the slider Subnet Details is presented
      1. DHCP enable must be checked
    5. Create
  3. Virtual router creating
    1. Network-> Routers
    2. create Router
      1. set Routername
      2. set Gateway/External Network to public
    3. Choose router in the view -> Interfaces -> Add Interface
      1. Set Subnet to the network from step 2
    4. Submit

Afterward, create a VM as follows:

  1. Compute➞-> Instances➞-> Launch Instance
    1. Under Networks choose the virtual network from step 2
    2. Launch Instance
  2. In the view of the instance -> Associate Floating IP
    1. Set IP Address from step 1
  3. Associate