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
b7ab90f4
Commit
b7ab90f4
authored
3 months ago
by
Carlos Antonio De Lima Filho
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
23b0ca47
No related branches found
Branches containing commit
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
+3
-3
3 additions, 3 deletions
...airinterface5g/openairinterface-install-scripts/README.md
with
3 additions
and
3 deletions
openairinterface5g/openairinterface-install-scripts/README.md
+
3
−
3
View file @
b7ab90f4
...
...
@@ -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:
...
...
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