... | @@ -27,4 +27,14 @@ There you will find the two default configuration settings called `WiredDHCP` an |
... | @@ -27,4 +27,14 @@ There you will find the two default configuration settings called `WiredDHCP` an |
|
For example to change the default static IP you can alter the line in `WiredStatic` that will set the IP:
|
|
For example to change the default static IP you can alter the line in `WiredStatic` that will set the IP:
|
|
```bash
|
|
```bash
|
|
address1=192.168.1.150/24,192.168.1.1
|
|
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 |