vault backup: 2024-05-19 10:05:11
This commit is contained in:
parent
9ca24b2639
commit
03d5ce09f5
@ -38,7 +38,7 @@ Following <https://www.computernetworkingnotes.com/linux-tutorials/how-to-config
|
|||||||
sudo ip addr add 192.168.0.8/24 dev enX0
|
sudo ip addr add 192.168.0.8/24 dev enX0
|
||||||
```
|
```
|
||||||
`192.168.0.8` is an unused IP outside of the DHCP pool range, and the command completed without errors.
|
`192.168.0.8` is an unused IP outside of the DHCP pool range, and the command completed without errors.
|
||||||
|
When I ran `sudo ip adder show enx0`, I got the below output, seeming to imply that it worked without issue. When I ping the new IP from a different device, it works without error.
|
||||||
```
|
```
|
||||||
arc@apollo-vm:/etc/nginx$ sudo ip addr show enX0
|
arc@apollo-vm:/etc/nginx$ sudo ip addr show enX0
|
||||||
2: enX0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
|
2: enX0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
|
||||||
|
Loading…
Reference in New Issue
Block a user