... | ... | @@ -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-centos2 bash
|
|
|
docker exec -it clab-gosdn_csbi_arista_base-centos1 bash
|
|
|
```
|
|
|
And execute following commands:
|
|
|
|
... | ... | |