Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Networks created within the openstack platforms are not routed through NTNU, thus in theory it is not important which subnet is selected. It might however be a problem if your virtual machine needs to contact external resources and you have provision your virtual machines within the same address range that is currently being use elsewhere, causing your local address range to overlap with the address range of another network. Because of this, it is common practice to use the address ranges specified in the RFC1918 (a.k.a IPv4 Private Address Space):

  • 10.0.0.0/8
  • 172.16.0.0/12
  • 192.168.0.0/16 (tl;dr - use a subnet from this range to avoid any weird issues)192.168.0.0/16

RFC1918 within NTNU

NTNU is however using the following subnets within the RFC1918 range, therefore their use should be avoided:

...