vault backup: 2024-05-19 10:03:10
This commit is contained in:
parent
9042955d34
commit
f303c02dd0
@ -32,3 +32,9 @@ nginx: [emerg] bind() to 192.168.0.8:443 failed (99: Cannot assign requested add
|
||||
```
|
||||
|
||||
I then googled a variety of things before determining that I'd configure the new IP in at an OS (and router?) level, then configure it in at an nginx level after.
|
||||
|
||||
Following <https://www.computernetworkingnotes.com/linux-tutorials/how-to-configure-multiple-ip-addresses-on-linux.html>, I ran:
|
||||
```
|
||||
sudo ip addr add 192.168.0.8/24 dev enX0
|
||||
```
|
||||
`192.168.0.8`
|
Loading…
Reference in New Issue
Block a user