a note for myself
This commit is contained in:
parent
e0e8a9a03a
commit
4bfc7fb9d3
11
README.md
11
README.md
@ -22,3 +22,14 @@ sudo systemctl reboot
|
||||
- Pablo Greco
|
||||
- Pratham Patel
|
||||
- Sherif Nagy
|
||||
|
||||
```
|
||||
sudo nmcli con modify 'Wired connection 1' \
|
||||
ifname eth0 \
|
||||
ipv4.method manual \
|
||||
ipv4.addresses 10.0.0.170/24 \
|
||||
gw4 10.0.0.1 \
|
||||
ipv4.dns 1.1.1.1
|
||||
sudo nmcli con down 'Wired connection 1'
|
||||
sudo nmcli con up 'Wired connection 1'
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user