Skip to content
Snippets Groups Projects
Commit b7ab90f4 authored by Carlos Antonio De Lima Filho's avatar Carlos Antonio De Lima Filho
Browse files

Update README.md

parent 23b0ca47
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment