You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/config/create_as.md
+12-13
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ parent: Configuration
4
4
nav_order: 10
5
5
---
6
6
7
-
# Creating SCIONLab AS
7
+
# Creating a SCIONLab AS
8
8
9
9
## SCIONLab Portal Overview
10
10
@@ -24,7 +24,7 @@ This view is initially empty, later you will see a list of your ASes:
24
24
* The columns in this summary refer to the configuration you've made for this AS, as discussed below.
25
25
* The link with the <spanclass="fa fa-pencil"></span>-symbol in the `AS ID` column brings you to the edit page for an AS.
26
26
* The link with the <spanclass="fa fa-download"></span>-symbol in the `Configuration` column lets you download the configuration tarfile for an AS.
27
-
* The tick or cross in the `Active` column indicates whether an AS has been deactivated (using the corresponding button on the edit page).
27
+
* The tick or cross in the `Active` column indicates whether an AS has been deactivated (using the corresponding button or check-boxes in the edit page).
28
28
29
29
30
30
## Configure a SCIONLab AS
@@ -37,15 +37,20 @@ The `Create a new SCIONLab AS` button or the edit link for an existing AS will b
37
37
38
38
* Label: here you can add a short label for your AS that will be displayed on the `My ASes` list page. This label just helps you identify your ASes and doesn't have any other functionality.
39
39
40
-
*Attachment Point: this selects the provider AS for your AS. This selection also determines the ISD (isolation domain) which your AS will belong to.
40
+
*Installation Type: select the way you have installed or will install SCION. Please refer to [Installation/Pick an Option](../install/index.html).
41
41
42
-
After creating your AS, you can still change your Attachment Point as often as you want.
42
+
-----
43
43
44
-
For lower latency, prefer to pick an Attachment Point that is closest to you -- the topology map on the [SCIONLab home page](https://www.scionlab.org) has some hints on the geographical regions in which the ASes are located.
44
+
The following options configure the "Provider links" for your AS. For each of your ASes, you can create up to 5 overlay links to provider infrastructure ASes called "Attachment Points".
45
+
Each of these links is a Provider-Customer link in the SCION network topology, which cannot cross ISD (isolation domain) boundaries. Thus, you can create only links to Attachment Point ASes in the same ISD.
45
46
46
-
-----
47
+
The interface is restricted to only add one link at a time. During creation of your AS, you can define (exactly) one "Provider link", later you can modify/add/remove links.
48
+
49
+
The following options configure each "Provider link", that is, the options define the parameters for the overlay link between the border router in your AS and the border router in an Attachment Point AS.
50
+
51
+
* Attachment Point: this selects the provider AS to which a link will be established. This selection also determines the ISD which your AS will belong to.
47
52
48
-
The following options are the parameters for the overlay link between the border router in your AS and the border router in the Attachment Point AS.
53
+
For lower latency, prefer to pick an Attachment Point that is closest to you -- the topology map on the [SCIONLab home page](https://www.scionlab.org) has some hints on the geographical regions in which the ASes are located.
49
54
50
55
* Use VPN: if enabled, an OpenVPN tunnel is configured between your AS and the chosen Attachment Point.
51
56
@@ -93,12 +98,6 @@ available Attachment Points have an IPv6 address configured.
93
98
If you are behind a NAT or firewall, make sure to open/forward the chosen port. For this you may need to contact your network administrator.
94
99
If you have a port forwarding rule that rewrites the port number, enter the local port number in the `Bind Port` field, otherwise leave it blank.
95
100
96
-
-----
97
-
98
-
Finally, select the type of SCION installation for which the configuration should be created.
99
-
100
-
* Installation Type: please refer to [Installation/Pick an Option](../install/index.html).
0 commit comments