From 7b85a438d4f6fc164e21308e599572378694c395 Mon Sep 17 00:00:00 2001
From: Carlos Antonio De Lima Filho <carlos.lima.106@ufrn.edu.br>
Date: Sun, 1 Dec 2024 23:41:27 +0000
Subject: [PATCH] Update README.md

---
 .../openairinterface-install-scripts/README.md              | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/openairinterface5g/openairinterface-install-scripts/README.md b/openairinterface5g/openairinterface-install-scripts/README.md
index e913e4f8..8f65972f 100644
--- a/openairinterface5g/openairinterface-install-scripts/README.md
+++ b/openairinterface5g/openairinterface-install-scripts/README.md
@@ -227,10 +227,12 @@ ip -br -c a
 
 You should find a virtual interface (demo-oai) (as shown in figure below). This interface serves to connect the gNB with OAI-AMF.  You must get its IP address and name to configure the N2 interface such as two figures before.
 
-However, if you are trying to connect to the 5G Core located on another PC, you need to configure the routes accordingly.
-
 ![ALT](/openairinterface5g/openairinterface-conf/fig/demo_oai.png)  
 
+However, if you are trying to connect to the 5G Core located on another PC, you need to configure the routes accordingly. You can use the command below.
+
+> sudo ip route add 192.168.70.0/24 via "IP_PC_CORE" dev "INTERFACE_CONNECTED_WITH_PC_CORE"
+
 ## UE 1 Configurations
 
 ## Objectives
-- 
GitLab