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

Update README.md

parent 35ce026f
No related branches found
No related tags found
No related merge requests found
......@@ -267,6 +267,8 @@ However, if you are trying to connect to the 5G Core located on another PC, you
**Step 9:** Enabling packet forwarding within the namespace:
> sudo ip netns exec oai-ue1 sysctl net.ipv4.conf.all.forwarding=1
>
> sudo ip netns exec ip route add default via 192.168.2.1 dev veth2
**Step 10:** Setting default policy for packet forwarding within the namespace to ACCEPT::
......@@ -364,9 +366,10 @@ The UE parameters (figure below) must be equal to the slice 1 configuration file
**Step 10:** Setting default policy for packet forwarding within the namespace to ACCEPT:
**Important:** If you are using the same PC for both UEs, and you have already done the configuration for the UE 1, you can skip the commands below.
> sudo ip netns exec oai-ue2 iptables -P FORWARD ACCEPT
>
>
> sudo ip netns exec ip route add default via 192.168.2.1 dev veth2
**Step 11:** Enable packet forwarding on the Host:
......
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