From 180c7a17509c59d1e1d8acb43fbe7f35c3436a38 Mon Sep 17 00:00:00 2001 From: Gildas PRIME Date: Mon, 29 Sep 2025 11:42:54 +0200 Subject: [PATCH] Add .sh extension to command --- .../usermanuals/source/srsepc/source/2_epc_getstarted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usermanuals/source/srsepc/source/2_epc_getstarted.rst b/docs/source/usermanuals/source/srsepc/source/2_epc_getstarted.rst index 289a74e7e..7e46f5a82 100644 --- a/docs/source/usermanuals/source/srsepc/source/2_epc_getstarted.rst +++ b/docs/source/usermanuals/source/srsepc/source/2_epc_getstarted.rst @@ -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 ``, 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 ``, where *out_interface* is the interface that connects the PC to the Internet. .. warning::