Re: [systemd-devel] networkd: send a dhcpv6 prefix delegation request

2018-07-15 Thread Anthony Bourguignon
Le samedi 14 juillet 2018 à 10:52 +0300, Mantas Mikulėnas a écrit : > > > On Fri, Jul 13, 2018, 18:21 Lennart Poettering t> wrote: > > On Di, 10.07.18 16:08, Anthony Bourguignon (cont...@toniob.net) > > wrote: > > > > > Hello, > > > > >

Re: [systemd-devel] networkd: How to keep ipv6 RA active but disable autoconf

2018-07-13 Thread Anthony Bourguignon
Le vendredi 13 juillet 2018 à 17:08 +0200, Lennart Poettering a écrit : > On Di, 10.07.18 15:29, Anthony Bourguignon (cont...@toniob.net) > wrote: > > > Hi, > > > > The configuration with my provider is quite strange. I have to > > activate > > ipv6 RA to o

Re: [systemd-devel] networkd: send a dhcpv6 prefix delegation request

2018-07-13 Thread Anthony Bourguignon
Le vendredi 13 juillet 2018 à 17:20 +0200, Lennart Poettering a écrit : > On Di, 10.07.18 16:08, Anthony Bourguignon (cont...@toniob.net) > wrote: > > > Hello, > > > > Is there a way to send a prefix delegation request when using > > networkd > > as a dhcpv

[systemd-devel] networkd: send a dhcpv6 prefix delegation request

2018-07-10 Thread Anthony Bourguignon
Hello, Is there a way to send a prefix delegation request when using networkd as a dhcpv6 client ? Here is my current configuration : [Match] Name=ens3 [Network] DHCP=ipv6 IPv6AcceptRA=True Address=xxx:xxx/64 [Address] Address=xxx.xxx/32 [Route] Gateway=62.210.0.1 GatewayOnlink=yes [DHCP] DUIDTyp

[systemd-devel] networkd: How to keep ipv6 RA active but disable autoconf

2018-07-10 Thread Anthony Bourguignon
Hi, The configuration with my provider is quite strange. I have to activate ipv6 RA to obtain a default route. But I don't want to have the address via autoconf. For that, I use a dhcpv6 pd, with static ip configuration after that. Is there a way to activate RA but to disable autoconf ? In my .ne

[systemd-devel] Send dhcp options with networkd

2017-01-12 Thread Anthony Bourguignon
Hi, I'm trying to switch from NetworkManager to networkd on my debian router. My ISP needs a specific configuration to accept DHCP request and send back my ip address. First, I have to setup a vlan, which is ok with networkd. Currently, with NM, I use a /etc/dhclient- orange.conf which is used t