Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Connecting UEs to the Internet

To allow UEs to connect to the Internet, it is necessary to perform IP masquerading. Without masquerading, the Linux kernel will not do packet forwarding from one subnet to another.

To enable this, you can run a convenience script ``sudo srsepc_if_masq <out_interface>``, where *out_interface* is the interface that connects the PC to the Internet.
To enable this, you can run a convenience script ``sudo srsepc_if_masq.sh <out_interface>``, where *out_interface* is the interface that connects the PC to the Internet.

.. warning::

Expand Down