Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SDRan-OpenAirInterface
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ReginaLAB
SDRan-OpenAirInterface
Commits
82ad6479
Commit
82ad6479
authored
3 months ago
by
Carlos Antonio De Lima Filho
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
35ce026f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openairinterface5g/openairinterface-install-scripts/README.md
+5
-2
5 additions, 2 deletions
...airinterface5g/openairinterface-install-scripts/README.md
with
5 additions
and
2 deletions
openairinterface5g/openairinterface-install-scripts/README.md
+
5
−
2
View file @
82ad6479
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment