Skip to content

config/network/index.md: Misleading dhcpcd setup for specific interfaces #839

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/config/network/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ $ ip link show
# ln -s /etc/sv/dhcpcd-enp3s0 /var/service/
```

**Note**: Simply copying the dhcpcd-eth0 service for multiple other interfaces
may not work as expected. If "supervise" or related symlink files exist in the
copied directory, they must be removed—these files can cause conflicts due to
shared runtime resources.

For more information on configuring `dhcpcd`, refer to
[dhcpcd.conf(5)](https://man.voidlinux.org/dhcpcd.conf.5)

Expand Down
Loading