[systemd-devel] dhcpd fails to negotiate with Cox Cable

2018-05-26 Thread J Decker
See Subject. I can grab dumps of both windows and linux attempting to negotiate... I can probably catch when the IP lease expires (or connection resets?) and the request is done again. >From what I can tell 1) when the modme is booting it will grant like a 60 second lease on 192.168.100.11(somet

Re: [systemd-devel] systemd/hostnamed: setting the hostname and using it in the DHCP Discover

2017-07-31 Thread J Decker
On Mon, Jul 31, 2017 at 7:38 AM, Andrey Yurovsky wrote: > On Mon, Jul 31, 2017 at 7:24 AM, Lennart Poettering > wrote: > > On Fr, 28.07.17 12:08, Andrey Yurovsky (yurov...@gmail.com) wrote: > > > >> I have an embedded target where the hostname is expected to be a > >> string derived in part from

Re: [systemd-devel] systemd-networkd-wait-online: Wait for specific address family to be online

2016-09-06 Thread J Decker
goes back to 'can we have a configurable script to run when DHCP assigns the address?' Surely it can't be that hard to read a config line, save it, and later execute a script On Tue, Sep 6, 2016 at 1:54 PM, Ernst Bammer wrote: > Hi, > sorry to bring this up again, but maybe somebody is back fro

Re: [systemd-devel] tunnel configuration broken

2016-03-19 Thread J Decker
I want to run a script on DHCP address assignment, preferably with the new address given as a parameter to the script... or 2) if there was a way to specify ${eth0.address} as the tunnel (netdev? network?) configuration parameter On Mon, Feb 29, 2016 at 10:44 PM, J Decker wrote: > Yes; I thnk i

Re: [systemd-devel] howto systemd restart one network device

2016-03-01 Thread J Decker
yes restart repeatedly does the same thing and doesn't work On Tue, Mar 1, 2016 at 10:49 AM, Kai Krakow wrote: > Am Mon, 29 Feb 2016 22:59:17 -0800 > schrieb J Decker : > >> well that was the search >> >> after everything is up how do I restart a single

[systemd-devel] howto systemd restart one network device

2016-02-29 Thread J Decker
well that was the search after everything is up how do I restart a single device so it will work in the meantime... ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] tunnel configuration broken

2016-02-29 Thread J Decker
n Mon, Feb 29, 2016 at 10:36 PM, Kai Krakow wrote: > Am Mon, 29 Feb 2016 19:12:11 -0800 > schrieb J Decker : > >> I would have thought that naming 00-eth0.network; 01-eth1.network or >> something would start devices in that order? > > No... It does say nothing about order i

Re: [systemd-devel] tunnel configuration broken

2016-02-29 Thread J Decker
On Mon, Feb 29, 2016 at 7:12 PM, J Decker wrote: > systemd 229-3 > > I recently updated my Arch Linux. > > https://wiki.archlinux.org/index.php/IPv6_tunnel_broker_setup > > using a hurricane electric tunnel... > > and now the tunnel device wants to start and add all

[systemd-devel] tunnel configuration broken

2016-02-29 Thread J Decker
systemd 229-3 I recently updated my Arch Linux. https://wiki.archlinux.org/index.php/IPv6_tunnel_broker_setup using a hurricane electric tunnel... and now the tunnel device wants to start and add all the static addresses that are specified on other physical net devices in fact the HE is att

Re: [systemd-devel] dhcp address change callback?

2016-01-25 Thread J Decker
On Mon, Jan 25, 2016 at 4:43 AM, Lennart Poettering wrote: > On Sat, 23.01.16 14:22, Johannes Ernst (johannes.er...@gmail.com) wrote: > >> Is there a way to receive a callback when a dhcp client-side IP address >> changes? >> >> Use case: dynamic DNS update. > > On Linux changes regarding IP conf

Re: [systemd-devel] dhcp address change callback?

2016-01-24 Thread J Decker
There isn't. Arch Linux proposes a cron job that runs every so often. They say there's support in the C library; but I was unable to identify where that was so I could add a clone of existing exec( some_configured_script ); Seems like something really easy to add, but noone has taken this as a fe

Re: [systemd-devel] Where is DHCP Address stored?

2015-11-28 Thread J Decker
On Sat, Nov 28, 2015 at 7:36 AM, Tom Gundersen wrote: > On Sat, Nov 28, 2015 at 4:33 PM, J Decker wrote: >> Okay maybe it's not stored anywhere >> >> I was just having a plethora of network issues after updating. >> >> After finding others were report

Re: [systemd-devel] Where is DHCP Address stored?

2015-11-28 Thread J Decker
d[354]: br0: Starting DHCPv6 client on NDisc request failed: Invalid argument Nov 28 07:18:41 tower2 systemd-networkd[354]: eth0: Starting DHCPv6 client on NDisc request failed: Invalid argument On Sat, Nov 28, 2015 at 4:18 AM, J Decker wrote: > I recently updated my system, and am probab

[systemd-devel] Where is DHCP Address stored?

2015-11-28 Thread J Decker
I recently updated my system, and am probably using systemd-228 When the network starts, the device I have configured as DHCP [Match] Name=eth0 [Network] DHCP=ipv4 Tunnel=he-ipv6 comes up with the old address and no default route set. If I disable that and manually run dhcpcd eth0 I get a valid

Re: [systemd-devel] DHCPC Events?

2015-11-11 Thread J Decker
Should I have not said specifically Arch linux? Is it something that can't be done? It is something that should be so obvious it doesn't merit an answer? On Fri, Nov 6, 2015 at 1:56 PM, J Decker wrote: > I have Arch Linux setup as my router. > It's on a connection that c

[systemd-devel] DHCPC Events?

2015-11-06 Thread J Decker
I have Arch Linux setup as my router. It's on a connection that can change the IP that I'm given, when that happens I need to rerun firewall rules and rebuild my ipv6 tunnel. How do I run some script or something when the address changes (or when it's initially given in the case of boot?) Also the