Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
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
Terraform modules
Analyze
Contributor 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
danet
goSDN
Wiki
Labs
Lab01
Changes
Page history
New page
Templates
Clone repository
Update Lab01
authored
1 year ago
by
Katharina Renk
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Labs/Lab01.md
+4
-1
4 additions, 1 deletion
Labs/Lab01.md
with
4 additions
and
1 deletion
Labs/Lab01.md
View page @
6b868325
...
...
@@ -123,6 +123,8 @@ ip address add 10.0.0.100/24 dev eth1
ip route del default
ip route add default via 10.0.0.1 dev eth1
ip
link set
dev eth1 mtu 1500
ip route add 10.50.0.2/32 via 10.0.0.1 dev eth1
ip route add 10.50.0.2/32 via 10.0.0.1 dev eth1
```
Afterwards, exit the bash:
```
bash
...
...
@@ -140,7 +142,8 @@ And execute following commands:
ip address add 192.168.0.100/24 dev eth1
ip route del default
ip route add default via 192.168.0.1 dev eth1
ip
link set
dev eth1 mtu 1500
ip
link set
dev eth1 mtu 1500
ip route add 10.50.0.1/32 via 192.168.0.1 dev eth1
```
Afterwards, exit the bash:
```
bash
...
...
This diff is collapsed.
Click to expand it.