Skip to content

Commit c1ed9ee

Browse files
authored
Update index.md
Misleading documentation for setting up dhcpcd on specific interfaces
1 parent 11d3330 commit c1ed9ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/config/network/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ $ ip link show
5454
# ln -s /etc/sv/dhcpcd-enp3s0 /var/service/
5555
```
5656

57+
**Note**: Simply copying the dhcpcd-eth0 service for additional interfaces may not work as expected.
58+
Internally, dhcpcd may still treat them as the same instance due to shared resources like PID files or control sockets. For multiple interfaces, it's recommended to either let the main dhcpcd service handle all interfaces,
59+
or manage separate configurations carefully to avoid conflicts.
60+
5761
For more information on configuring `dhcpcd`, refer to
5862
[dhcpcd.conf(5)](https://man.voidlinux.org/dhcpcd.conf.5)
5963

0 commit comments

Comments
 (0)