Skip to content
Snippets Groups Projects
Unverified Commit 48a62904 authored by nl6720's avatar nl6720
Browse files

Enable DHCPv6 client

Set `DHCP=yes` in `/etc/systemd/network/80-dhcp.network` to start both
DHCPv4 and DHCPv6 clients. This provides IPv6 for networks using DHCPv6
without RA.

It should not have much effect of networks with working RA since the
`IPv6AcceptRA` option is enabled by default for these connections anyway.
parent 37de9061
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ function pre() {
Name=eth*
[Network]
DHCP=ipv4
DHCP=yes
EOF
}
......
......@@ -19,7 +19,7 @@ EOF
Name=eth*
[Network]
DHCP=ipv4
DHCP=yes
EOF
# install vagrant ssh key
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment