... | ... | @@ -28,3 +28,13 @@ For example to change the default static IP you can alter the line in `WiredStat |
|
|
```bash
|
|
|
address1=192.168.1.150/24,192.168.1.1
|
|
|
```
|
|
|
|
|
|
Afterwards, you should reload the Network Manager service and likely reboot the system as well.
|
|
|
```bash
|
|
|
sudo systemctl restart NetworkManager.service
|
|
|
```
|
|
|
|
|
|
If you would add your own configuration file to this folder, don't forget to give it the right file permissions:
|
|
|
```bash
|
|
|
sudo chmod 600 YourCustomConfiguration
|
|
|
``` |
|
|
\ No newline at end of file |