Changes
Page history
Update Lab01
authored
Jan 25, 2024
by
Katharina Renk
Show whitespace changes
Inline
Side-by-side
Labs/Lab01.md
View page @
c74a5345
...
...
@@ -138,7 +138,6 @@ and run the following commands:
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
exit
```
Afterwards, exit the bash:
```
bash
...
...
@@ -148,7 +147,7 @@ exit
Now we access the bash of centos1:
```
bash
docker
exec
-it
clab-gosdn_csbi_arista_base-centos
2
bash
docker
exec
-it
clab-gosdn_csbi_arista_base-centos
1
bash
```
And execute following commands:
...
...
...
...