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.

Difference between revisions of "Federated Cloud Networking"

From EGIWiki
Jump to navigation Jump to search
(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...")
 
Line 8: Line 8:


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.
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.
''How to discover public by default sites?''


== Private by default sites ==
== Private by default sites ==

Revision as of 13:44, 6 October 2017

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.

How to discover public by default sites?

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