Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OSM Packages
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
17
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
vnf-onboarding
OSM Packages
Commits
c385eb2e
Commit
c385eb2e
authored
4 years ago
by
lavado
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md for VyOS configuration
parent
09e82b92
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
magma/README.md
+13
-0
13 additions, 0 deletions
magma/README.md
with
13 additions
and
0 deletions
magma/README.md
+
13
−
0
View file @
c385eb2e
...
...
@@ -65,6 +65,19 @@ Finally, a Day-2 primitive must be executed against the PNF (VyOS) to allow traf
With this, the UE machine will have access to Internet through the AGW and then the VyOS PNF.
This works because the VyOS Router is pre-configured to deny all traffic unless explicitely added to a MAGMA_AGW group:
```
set firewall group network-group MAGMA_AGW network 192.168.239.10 # this rule is added by the primitive
set firewall name MAGMA_FW default-action drop
set firewall name MAGMA_FW rule 10 action accept
set firewall name MAGMA_FW rule 10 source group network-group MAGMA_AGW
set interfaces ethernet eth1 firewall in name MAGMA_FW
```
## Additional tests
### Web Proxy service
...
...
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