Skip to content

Instantly share code, notes, and snippets.

@XDjackieXD
Last active June 13, 2017 14:13
Show Gist options
  • Save XDjackieXD/11d66f10b44a27622efddcb2730b8505 to your computer and use it in GitHub Desktop.
Save XDjackieXD/11d66f10b44a27622efddcb2730b8505 to your computer and use it in GitHub Desktop.
Online.net IPv6
[Unit]
Description=dhcpv6 client to announce your DUID
Wants=network.target
After=systemd-networkd.service
[Service]
Type=forking
ExecStart=/usr/local/sbin/odhcp6c -P 56 -c <your_duid> <interface> -d
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment