Merge pull request #20 from mhegadorn/mhegadorn-set-gateway

add gw info
This commit is contained in:
Jon Sands 2021-09-06 01:11:20 -04:00 committed by GitHub
commit ba998ba4ef

View File

@ -83,6 +83,10 @@ ip address 192.168.1.55/24
exit
write mem
```
Depending on your existing network configuration, you may need to set a default gateway now.
```
ip route 0.0.0.0/0 192.168.1.1
```
## Load The New Images