Skip to content

Commit

Permalink
minor typos fixed in epc setup tutorial and picture added to space page
Browse files Browse the repository at this point in the history
  • Loading branch information
infrared0 committed Nov 24, 2024
1 parent 497ec90 commit 2fa54b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/community/space.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ 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

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).

<img src="../assets/images/scn-space.jpg" alt="New members moving into our first room in the SCN space, July 2024" width="600"/>
9 changes: 6 additions & 3 deletions docs/tutorials/epc-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 2fa54b7

Please sign in to comment.