diff --git a/docs/community/space.md b/docs/community/space.md index 6ebf765..91fb2ce 100644 --- a/docs/community/space.md +++ b/docs/community/space.md @@ -3,6 +3,7 @@ title: SCN Community Lab Space --- # Seattle Community Network Lab Space + We now have a newly opened community network lab and hack space, co-located with the gracious and welcoming [/dev/hack](https://devhack.net) hackerspace in Seattle, WA, with whom we share mutual membership. Address: 4534 1/2 University Way NE, Seattle WA 98105 @@ -10,3 +11,5 @@ Address: 4534 1/2 University Way NE, Seattle WA 98105 SCN Lab Space Membership is for 24/7 keyholder access to the space only, and is absolutely not required to volunteer with us. Members can bring in guests at any time. Here are the current member [application](https://www.cognitoforms.com/TheSilentTaskForce1/SCNSpaceMembershipApplicationFormAndAgreement) and [policies](https://docs.google.com/document/d/1jHKDoY01IUAhroEsmL_nff-2he1DZx-30uwkQw4jY6A/edit). + +New members moving into our first room in the SCN space, July 2024 diff --git a/docs/tutorials/epc-setup.md b/docs/tutorials/epc-setup.md index fd4f4d5..3af8cb6 100644 --- a/docs/tutorials/epc-setup.md +++ b/docs/tutorials/epc-setup.md @@ -23,7 +23,7 @@ Note: When you're installing Ubuntu, we suggest choosing the "minimal install" o ## Software Components -As of August 2021, in the [Open5GS software package](https://github.com/open5gs/open5gs), the LTE-specific components (which run on Ubuntu as [systemd](http://manpages.ubuntu.com/manpages/bionic/man1/systemd.1.html) services) are as follows: +As of November 2024, in the [Open5GS software package](https://github.com/open5gs/open5gs), the LTE-specific components (which run on Ubuntu as [systemd](http://manpages.ubuntu.com/manpages/bionic/man1/systemd.1.html) services) are as follows: * MME - Mobility Management Entity: `open5gs-mmed.service` * HSS - Home Subscriber Server: `open5gs-hssd.service` @@ -51,12 +51,15 @@ Note: If installing over a `ssh` connection, we recommend using `tmux` or anothe # Step 2: Configure Networking Remember to follow all the network configuration steps in the [Open5GS Quickstart documentation](https://open5gs.org/open5gs/docs/guide/01-quickstart/). For SCN's Ubuntu machines, this means: + - Allowing IP forwarding on your machine, e.g. via the following command: ```bash sudo sysctl -w net.ipv4.ip_forward=1 ``` -- Setting up NAT rules using `iptables` so that traffic from the eNB can reach the Internetand vice versa - Using Netplan to configure network interfaces with IP addresses in the desired way. +- Setting up NAT rules using `iptables` so that traffic from the eNB can reach the Internet and vice versa + +The latter two steps are explained in detail below. ## Netplan Configuration ### A. Recommended @@ -71,7 +74,7 @@ line. A list of network interfaces will appear in the terminal. Find the ones corresponding to your ethernet ports (their names usually start with “eth,” “enp,” or “enx”). -For Ubuntu 20.04, we're currently using the Netplan program to manage our network configuration. +For Ubuntu 22.04, we're currently using the Netplan program to manage our network configuration. Create a file in the `/etc/netplan` directory (i.e. a folder) named `99-open5gs-config.yaml`, and add the following lines, substituting the correct interface names and subnets for your configuration: