a note for myself

This commit is contained in:
Pratham Patel 2023-11-13 10:28:16 +05:30
parent e0e8a9a03a
commit 4bfc7fb9d3
No known key found for this signature in database

View File

@ -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'
```