Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Federated Cloud Networking

From EGIWiki
Revision as of 13:44, 6 October 2017 by Enolfc (talk | contribs) (Created page with "Each site of the federation has its own policies regarding networking and configuration is not homogeneous across all of them. In this page we describe the main user-related netw...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Each site of the federation has its own policies regarding networking and configuration is not homogeneous across all of them. In this page we describe the main user-related networking configuration aspects of the resource centers and how to discover and deal with these configurations with the available tools.

Default network

All VMs in the Federated Cloud sites will have a default network and will be assigned a IP within that network, unless explicitly requested not to have a network attached (OpenStack only). This IP may or not be publicly accessible but in both cases, the VM will have outgoing connectivity so you can reach external networks from the VM by default.

Public by default sites

In these sites, your VM will get a publicly accessible IP that will allow at least SSH (port 22) access to the VM. See below for opening other ports if needed by your application.

Private by default sites

When starting a VM on these sites, it will get an IP that is not publicly accessible from outside the site. In order to connect to the VM you will need to perform some extra actions:

  1. .

Security Groups