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
+7-8
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,12 @@ nav_order: 10
10
10
11
11
In order to create a SCIONLab AS you must login on [SCIONLab](https://www.scionlab.org). In case you don't have an account yet, please follow the registration process.
12
12
13
-
After loggin in, you land on the `My ASes` page.
13
+
After logging in, you will land on the `My ASes` page.
@@ -57,7 +57,7 @@ The following options are the parameters for the overlay link between the border
57
57
* you are **behind a NAT or firewall** and you cannot open/forward a chosen UDP port
58
58
* you want to _"just make it work"_, as you'll need to know no further details about your network configuration
59
59
60
-
The configuration file will contain an OpenVPN configuration file `client.conf`.
60
+
The configuration file will contain an OpenVPN configuration file named `client.conf`.
61
61
After extracting this file to `/etc/openvpn/`, you can start the tunnel by running `sudo systemctl start openvpn@client`.
62
62
63
63
* Public IP Address, Bind IP Address
@@ -73,11 +73,10 @@ The following options are the parameters for the overlay link between the border
73
73
74
74
75
75
76
-
If your host has a public IP (the public IP is identical with the local IP), only fill the `Public IP Address` field and
77
-
leave the `Bind IP Address` field blank.
76
+
If your host has a public IP (the public IP is identical with the local IP), only fill in the `Public IP Address` field and leave the `Bind IP Address` field blank.
78
77
79
78
80
-
If you are in a network behind a NAT (the public IP and local IP are different), fill the `Public IP Address` field with the public IP and the `Bind IP Address` field with the local IP address.
79
+
If you are in a network behind a NAT (i.e. the public IP and local IP are different), fill the `Public IP Address` field with the public IP and the `Bind IP Address` field with the local IP address.
Copy file name to clipboardExpand all lines: content/faq/join_infrastructure.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ There are a few requirements for you or your organization to join SCIONLab as an
29
29
30
30
- Infrastructure ASes and nodes are required to be active 24 hours a day, 7 days a week. The SCIONLab administrators can typically handle all SCION related problems, but sometimes they will contact you if they cannot perform certain tasks. An example would be to change a drive if it failed, etc.
31
31
- The machine should have a minimum of 4 CPUs, 8 GB of RAM and 40 GB of disk space. In most of the cases a VM can suffice.
32
-
- OS for the SCION infrastructure node must be Ubuntu 18.04.
32
+
-The OS for the SCION infrastructure node must be Ubuntu 18.04.
33
33
- The border router node(s) must have a public static IP address. Any other SCION services can run with private static IP addresses.
34
34
- Any firewalls affecting the node must be configured according to the [SCION AS connectivity matrix](./as_connectivity.html).
35
35
@@ -39,4 +39,4 @@ The following are not requirements, but recommendations:
39
39
40
40
- The border router should be near (latency-wise) the IP border of your AS or organization.
41
41
- Co-locating the nodes in your datacenter is usually a good idea as it reduces network latency.
42
-
- Given the fact SCIONLab is a research network dedicated mainly for running experiments, you may want to place the SCIONLab node(s) in a DMZ or a dedicated subnet.
42
+
- Given the fact that SCIONLab is a research network dedicated mainly to running experiments, you may want to place the SCIONLab node(s) in a DMZ or a dedicated subnet.
Copy file name to clipboardExpand all lines: content/faq/troubleshooting.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -59,12 +59,12 @@ The following relate to AS [configured to use VPN](../config/create_as.html#conf
59
59
60
60
Check the OpenVPN client log for specific information, using `sudo journalctl -e -u openvpn`.
61
61
62
-
An unspecific timeout typically indicates that your behind a firewall that blocks UDP port 1194. Please contact your network administrators to unblock this port.
62
+
An unspecific timeout typically indicates that you are behind a firewall that blocks UDP port 1194. Please contact your network administrators to unblock this port.
63
63
64
64
65
65
#### Border Router fails to start
66
66
67
-
If you see (e.g. that your border router did not start, it is likely that the border router was trying to start before the VPN tunnel interface was up.
67
+
If you see for example that your border router did not start, it is likely that the border router was trying to start before the VPN tunnel interface was up.
68
68
69
69
Simply try again;
70
70
@@ -86,7 +86,7 @@ The following are common issues or troubleshooting strategies for a SCION AS.
86
86
87
87
Typically, this indicates a configuration error.
88
88
89
-
If you've configured to use VPN, check the "Border Router fails to start" entry in the VPN section above.
89
+
If you've configured to use a VPN, check the "Border Router fails to start" entry in the VPN section above.
90
90
91
91
Inspect the logs of the failed services to find details.
92
92
In case of multiple failures, fixing issues in the following order usually works best:
@@ -105,7 +105,7 @@ First clear the `/var/log/scion/` directory and restart. This often helps to fin
105
105
106
106
Log of the beacon server (`/var/logs/scion/bs*.log`) does not contain recent entries referring to `Registered beacons`.
107
107
108
-
As at the time of writing there are certain failure modes of the border routers that are hard to diagnose and are fixed with a simple restart, first thing to try is to turn it off and on again:
108
+
As at the time of writing there are certain failure modes of the border routers that are hard to diagnose and are fixed with a simple restart, the first thing to try is to turn it off and on again:
Copy file name to clipboardExpand all lines: content/install/src.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ nav_order: 30
6
6
7
7
# Building from sources (Linux)
8
8
9
-
If you're planning to make modifications to SCION implementation, you can build SCION from sources and run your SCIONLab AS with your own version of SCION.
10
-
For developer's convenience, SCIONLab supports generating configurations that are compatible with the scripts and machinery intended to run SCION in a development environment.
9
+
If you are planning to make modifications to the SCION implementation, you can build SCION from sources and run your SCIONLab AS with your own version of SCION.
10
+
For developers' convenience, SCIONLab supports generating configurations that are compatible with the scripts and machinery intended to run SCION in a development environment.
11
11
12
12
Building SCION from sources requires following a lengthy setup procedure and installing various development dependencies.
13
13
The development setup is currently supported/documented for **Ubuntu 16.04 _only_**.
@@ -33,7 +33,7 @@ on top of SCION.
33
33
After having managed to build SCION and after [creating or modifying your AS](../config/create_as.html) in the SCIONLab coordination website, you can deploy the generated configuration to your machine.
34
34
35
35
1. Download the configuration tarfile from the SCIONLab coordination website.
36
-
2. If using VPN, unpack the `client.conf` to `/etc/openvpn/` and start OpenVPN
36
+
2. If you plan on using a VPN, unpack the `client.conf` to `/etc/openvpn/` and start OpenVPN
0 commit comments