Skip to content

Commit

Permalink
Yet another automated deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Juice Brenner Build Bot committed Nov 24, 2024
1 parent d978205 commit 8e575f1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
1 change: 1 addition & 0 deletions community/space/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ <h1 id="seattle-community-network-lab-space">Seattle Community Network Lab Space
<p>Address: 4534 1/2 University Way NE, Seattle WA 98105</p>
<p>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. </p>
<p>Here are the current member <a href="https://www.cognitoforms.com/TheSilentTaskForce1/SCNSpaceMembershipApplicationFormAndAgreement">application</a> and <a href="https://docs.google.com/document/d/1jHKDoY01IUAhroEsmL_nff-2he1DZx-30uwkQw4jY6A/edit">policies</a>.</p>
<p><img src="../assets/images/scn-space.jpg" alt="New members moving into our first room in the SCN space, July 2024" width="600"/></p>

</div>
</div><footer>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,5 @@ <h2 id="whats-here">What's here?</h2>

<!--
MkDocs version : 1.6.1
Build Date UTC : 2024-11-24 07:23:58.370647+00:00
Build Date UTC : 2024-11-24 07:39:55.641666+00:00
-->
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

13 changes: 8 additions & 5 deletions tutorials/epc-setup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h2 id="operating-system-support">Operating System Support</h2>
<p>In SCN we will typically perform these installation steps using a fresh install of Ubuntu 22.04 on an x86-64-based computer; however, any operating system that <code>open5gs</code> supports should work.</p>
<p>Note: When you're installing Ubuntu, we suggest choosing the "minimal install" option that doesn’t install extra unnecessary software. In prior installs this has led to version conflicts.</p>
<h2 id="software-components">Software Components</h2>
<p>As of August 2021, in the <a href="https://github.com/open5gs/open5gs">Open5GS software package</a>, the LTE-specific components (which run on Ubuntu as <a href="http://manpages.ubuntu.com/manpages/bionic/man1/systemd.1.html">systemd</a> services) are as follows:</p>
<p>As of November 2024, in the <a href="https://github.com/open5gs/open5gs">Open5GS software package</a>, the LTE-specific components (which run on Ubuntu as <a href="http://manpages.ubuntu.com/manpages/bionic/man1/systemd.1.html">systemd</a> services) are as follows:</p>
<ul>
<li>MME - Mobility Management Entity: <code>open5gs-mmed.service</code></li>
<li>HSS - Home Subscriber Server: <code>open5gs-hssd.service</code></li>
Expand All @@ -187,14 +187,17 @@ <h1 id="step-1-open5gs-install-notes">Step 1: Open5GS Install Notes</h1>
To do this, first install MongoDB as described in the Quickstart guide. Then follow instructions under the "Ubuntu" section to install Open5GS via apt.</p>
<p>Note: If installing over a <code>ssh</code> connection, we recommend using <code>tmux</code> or another program in case you get disconnected from the session in the process. </p>
<h1 id="step-2-configure-networking">Step 2: Configure Networking</h1>
<p>Remember to follow all the network configuration steps in the <a href="https://open5gs.org/open5gs/docs/guide/01-quickstart/">Open5GS Quickstart documentation</a>. For SCN's Ubuntu machines, this means:
- Allowing IP forwarding on your machine, e.g. via the following command:</p>
<p>Remember to follow all the network configuration steps in the <a href="https://open5gs.org/open5gs/docs/guide/01-quickstart/">Open5GS Quickstart documentation</a>. For SCN's Ubuntu machines, this means:</p>
<ul>
<li>Allowing IP forwarding on your machine, e.g. via the following command:</li>
</ul>
<pre><code class="language-bash">sudo sysctl -w net.ipv4.ip_forward=1
</code></pre>
<ul>
<li>Setting up NAT rules using <code>iptables</code> so that traffic from the eNB can reach the Internetand vice versa</li>
<li>Using Netplan to configure network interfaces with IP addresses in the desired way.</li>
<li>Setting up NAT rules using <code>iptables</code> so that traffic from the eNB can reach the Internet and vice versa</li>
</ul>
<p>The latter two steps are explained in detail below. </p>
<h2 id="netplan-configuration">Netplan Configuration</h2>
<h3 id="a-recommended">A. Recommended</h3>
<p>For this recommended configuration, <strong>we require an EPC
Expand All @@ -205,7 +208,7 @@ <h3 id="a-recommended">A. Recommended</h3>
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”).</p>
<p>For Ubuntu 20.04, we're currently using the Netplan program to manage our network configuration.
<p>For Ubuntu 22.04, we're currently using the Netplan program to manage our network configuration.
Create a file in the <code>/etc/netplan</code> directory (i.e. a folder) named
<code>99-open5gs-config.yaml</code>, and add the following lines, substituting the correct
interface names and subnets for your configuration:</p>
Expand Down

0 comments on commit 8e575f1

Please sign in to comment.