From b7ab90f43ae11f22e82b8845b218ab7d6afebf97 Mon Sep 17 00:00:00 2001 From: Carlos Antonio De Lima Filho <carlos.lima.106@ufrn.edu.br> Date: Tue, 26 Nov 2024 20:36:20 +0000 Subject: [PATCH] Update README.md --- .../openairinterface-install-scripts/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openairinterface5g/openairinterface-install-scripts/README.md b/openairinterface5g/openairinterface-install-scripts/README.md index 74b8e2c3..4276ee42 100644 --- a/openairinterface5g/openairinterface-install-scripts/README.md +++ b/openairinterface5g/openairinterface-install-scripts/README.md @@ -247,11 +247,11 @@ To install RIC (FlexRIC), go back to /home/$your user$ and follow this tutorial. **Step 4:** Configuring an IP address for veth1 interface: -> sudo ip addr add 192.168.1.1/24 dev veth1 +> sudo ip addr add 192.168.2.1/24 dev veth1 **Step 5:** Configuring an IP address for veth1 interface within the namespace: -> sudo ip netns exec oai-ue2 ip addr add 192.168.1.2/24 dev veth2 +> sudo ip netns exec oai-ue2 ip addr add 192.168.2.2/24 dev veth2 **Step 6:** Bringing up the veth1 interface: @@ -263,7 +263,7 @@ To install RIC (FlexRIC), go back to /home/$your user$ and follow this tutorial. **Step 8:** Adding a route within the namespace: -> sudo ip netns exec oai-ue2 ip route add 192.168.70.0/24 via 192.168.1.1 dev veth2 +> sudo ip netns exec oai-ue2 ip route add 192.168.70.0/24 via 192.168.2.1 dev veth2 **Step 9:** Enabling packet forwarding within the namespace: -- GitLab