<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 12, 2017 at 9:48 PM, Anthony Bourguignon <span dir="ltr"><<a href="mailto:contact+systemd@toniob.net" target="_blank">contact+systemd@toniob.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
I'm trying to switch from NetworkManager to networkd on my debian router.<br>
My ISP needs a specific configuration to accept DHCP request and send back my ip address. First, I<br>
have to setup a vlan, which is ok with networkd. Currently, with NM, I use a /etc/dhclient-<br>
orange.conf which is used to send dhcp options. The content of the file is this one :<br>
<br>
send dhcp-client-identifier 01:xx:xx:xx:xx:xx:xx;<br>
send vendor-class-identifier "sagem";<br></blockquote><div><br></div><div>ClientIdentifier=</div><div>The DHCPv4 client identifier to use. Either "mac" to use the MAC address of the link or "duid" (the default, see below) to use an RFC4361-compliant Client ID.</div><div><br></div><div>VendorClassIdentifier=</div><div>The vendor class identifier used to identify vendor type and configuration. </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
send user-class "+FSVDSL_livebox.Internet.<wbr>softathome.Livebox3";<br>
option rfc3118-authentication code 90 = string;<br>
send rfc3118-authentication 00:00:00:00:00:00:00:00:00:00:<wbr>00:xx:xx:xx:xx:xx:xx:xx:xx:xx:<wbr>xx:xx;<br>
request subnet-mask, routers, domain-name-servers, domain-name, broadcast-address, dhcp-lease-time,<br>
dhcp-renewal-time, dhcp-rebinding-time, rfc3118-authentication;<br></blockquote><div><br></div><div>Rest I guess you need to raise RFEs.</div><div><br></div><div> <a href="https://github.com/systemd/systemd/issues/new">https://github.com/systemd/systemd/issues/new</a></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Is there a way to perform the same configuration with the dhcp client provided by networkd ? Or at<br>
least using dhclient instead of the one built-in ?<br>
<br>
Thanks<br>
______________________________<wbr>_________________<br>
systemd-devel mailing list<br>
<a href="mailto:systemd-devel@lists.freedesktop.org">systemd-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/systemd-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/systemd-devel</a><br>
</blockquote></div><br></div></div>