Re: [systemd-devel] [RFT] DHCPv4 support in networkd

2014-01-06 Thread Tom Gundersen
On Mon, Jan 6, 2014 at 10:43 AM, Holger Winkelmann [TP] wrote: > just a small off topic question here. How far is IPv6 support in > networks incl. DHCPv6? So far we only support static IPv6. -t ___ systemd-devel mailing list systemd-devel@lists.freedes

Re: [systemd-devel] [RFT] DHCPv4 support in networkd

2014-01-06 Thread Holger Winkelmann [TP]
just a small off topic question here. How far is IPv6 support in networks incl. DHCPv6? Many thanks and a happy new year! Holger -- Holger Winkelmann ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mail

Re: [systemd-devel] [RFT] DHCPv4 support in networkd

2014-01-03 Thread Patrik Flykt
On Thu, 2014-01-02 at 16:52 +0100, Tom Gundersen wrote: > On Thu, Jan 2, 2014 at 4:48 PM, Reindl Harald wrote: > > > > > > Am 02.01.2014 16:41, schrieb Tom Gundersen: > >> On Thu, Jan 2, 2014 at 4:37 PM, Reindl Harald > >> wrote: > >>> the problems are that if someone comes back with his Apple n

Re: [systemd-devel] [RFT] DHCPv4 support in networkd

2014-01-02 Thread Tom Gundersen
On Thu, Jan 2, 2014 at 4:48 PM, Reindl Harald wrote: > > > Am 02.01.2014 16:41, schrieb Tom Gundersen: >> On Thu, Jan 2, 2014 at 4:37 PM, Reindl Harald wrote: >>> the problems are that if someone comes back with his Apple notebook >>> this crap starts to using the old ip-address and triggering al

Re: [systemd-devel] [RFT] DHCPv4 support in networkd

2014-01-02 Thread Reindl Harald
Am 02.01.2014 16:41, schrieb Tom Gundersen: > On Thu, Jan 2, 2014 at 4:37 PM, Reindl Harald wrote: >> the problems are that if someone comes back with his Apple notebook >> this crap starts to using the old ip-address and triggering all sorts >> of alarms, firewall-rules and so on > > Hm, sound

Re: [systemd-devel] [RFT] DHCPv4 support in networkd

2014-01-02 Thread Tom Gundersen
On Thu, Jan 2, 2014 at 4:37 PM, Reindl Harald wrote: > > > Am 02.01.2014 16:29, schrieb Tom Gundersen:> Hei Reindl, >> >> On Thu, Jan 2, 2014 at 3:52 PM, Reindl Harald wrote: >>> >>> Am 02.01.2014 13:55, schrieb Tom Gundersen: On Thu, Jan 2, 2014 at 12:56 PM, Holger Schurig wrote: >>>

Re: [systemd-devel] [RFT] DHCPv4 support in networkd

2014-01-02 Thread Reindl Harald
Am 02.01.2014 16:29, schrieb Tom Gundersen:> Hei Reindl, > > On Thu, Jan 2, 2014 at 3:52 PM, Reindl Harald wrote: >> >> Am 02.01.2014 13:55, schrieb Tom Gundersen: >>> On Thu, Jan 2, 2014 at 12:56 PM, Holger Schurig >>> wrote: AFAIK Mac OSX does a trick here >>> >>> Yeah, and we should do

Re: [systemd-devel] [RFT] DHCPv4 support in networkd

2014-01-02 Thread Tom Gundersen
Hei Reindl, On Thu, Jan 2, 2014 at 3:52 PM, Reindl Harald wrote: > > Am 02.01.2014 13:55, schrieb Tom Gundersen: >> On Thu, Jan 2, 2014 at 12:56 PM, Holger Schurig >> wrote: >>> AFAIK Mac OSX does a trick here >> >> Yeah, and we should do the same: > > bec

Re: [systemd-devel] [RFT] DHCPv4 support in networkd

2014-01-02 Thread Reindl Harald
Am 02.01.2014 13:55, schrieb Tom Gundersen: > On Thu, Jan 2, 2014 at 12:56 PM, Holger Schurig > wrote: >> AFAIK Mac OSX does a trick here > > Yeah, and we should do the same: because this explains why i sometimes see firewall logs in the company network w

Re: [systemd-devel] [RFT] DHCPv4 support in networkd

2014-01-02 Thread Tom Gundersen
On Thu, Jan 2, 2014 at 12:56 PM, Holger Schurig wrote: > AFAIK Mac OSX does a trick here Yeah, and we should do the same: . Cheers, Tom ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lis

Re: [systemd-devel] [RFT] DHCPv4 support in networkd

2014-01-02 Thread Holger Schurig
AFAIK Mac OSX does a trick here: it uses the last IP (still in the old lease file) and immediately configures the network with that. *) Then it does the DHCP, asking for the same IP. If the IP returned was changed, it will re-change. But usually it's the same IP address, and therefore on this OS DH

Re: [systemd-devel] [RFT] DHCPv4 support in networkd

2014-01-02 Thread Tom Gundersen
On Thu, Jan 2, 2014 at 3:43 AM, Kay Sievers wrote: > On Wed, Jan 1, 2014 at 4:41 PM, Tom Gundersen wrote: >> I just pushed the last couple of patches to enable DHCPv4 support in >> networkd[0]. Testing and feedback would be greatly appreciated. >> >> It is still very basic, but I'm personally usi

Re: [systemd-devel] [RFT] DHCPv4 support in networkd

2014-01-01 Thread Kay Sievers
On Wed, Jan 1, 2014 at 4:41 PM, Tom Gundersen wrote: > I just pushed the last couple of patches to enable DHCPv4 support in > networkd[0]. Testing and feedback would be greatly appreciated. > > It is still very basic, but I'm personally using it full-time on my > laptop (replacing NetworkManager/C

[systemd-devel] [RFT] DHCPv4 support in networkd

2014-01-01 Thread Tom Gundersen
Hi guys, I just pushed the last couple of patches to enable DHCPv4 support in networkd[0]. Testing and feedback would be greatly appreciated. It is still very basic, but I'm personally using it full-time on my laptop (replacing NetworkManager/ConnMan), so it should be complete enough to at least