DNS=8.8.8.8
DNS=8.8.4.4</syntaxhighlight>
systemd-networkdは「/etc/resolv.conf」を書き直しせず、「/run/systemd/resolve/resolv.con」を書き直します。<br/>
なので、「/etc/resolv.conf」をリネームして、「/etc」に「/run/systemd/resolve/resolv.con」のシンボリックリンクを張ります。<br/>
コマンドは以下の通りです。<syntaxhighlight lang="bash">ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf</syntaxhighlight>