[systemd-devel] systemd-networkd DHCP server & DNS

2021-10-06 Thread Bruce A. Johnson
=20 MaxLeaseTimeSec=20 (Yes, I know that a 20-second lease time seems insane. I won't try to explain it here.) Thanks in advance for any insight. -- Bruce A. Johnson Chantilly, Virginia, USA OpenPGP key ID: 296D1CD6F2B84CAB https://keys.openpgp.org/ OpenPGP_signature Description: OpenPGP digital signature

Re: [systemd-devel] Mobile broadband modems support in systemd-networkd

2021-08-23 Thread Bruce A. Johnson
hich is kind of a shame. If I come up with anything useful toward making that happen, I'll offer a pull request, but at the moment I'm looking at cobbling something together with Python. Bruce A. Johnson | Firmware Engineer Blue Ridge Networks, Inc. 14120 Parke Long Court Suite 1

Re: [systemd-devel] Mobile broadband modems support in systemd-networkd

2021-08-20 Thread Bruce A. Johnson
to get DNS addresses via the IPv6 router solicitation/advertisement mechanism, or does it appear that T-Mobile isn't providing DNS addresses except via the klunky method exposed by ModemManager? Bruce A. Johnson | Firmware Engineer Blue Ridge Networks, Inc. 14120 Parke Long Court Suite 103 | Cha

[systemd-devel] Mobile broadband modems support in systemd-networkd

2021-08-19 Thread Bruce A. Johnson
dress info in concert with ModemManager, or do I have to force NetworkManager to play nicely with systemd-networkd? -- Bruce A. Johnson | Firmware Engineer Blue Ridge Networks, Inc. 14120 Parke Long Court Suite 103 | Chantilly, VA 20151 Main: 1.800.722.1168 | Direct: 703-633

Re: [systemd-devel] "Correct" way to obtain DHCP lease info?

2021-04-22 Thread Bruce A. Johnson
On 22/04/2021 16:14, Bruce A. Johnson wrote: I'm still trying to get an explanation of why having a valid DHCP address is not in itself good enough. Correction: I'm still trying to get an explanation from my requirements person :facepalm: Bruce A. Johnson | Firmware Engineer

Re: [systemd-devel] "Correct" way to obtain DHCP lease info?

2021-04-22 Thread Bruce A. Johnson
formation. Am I off base here? Bruce A. Johnson | Firmware Engineer Blue Ridge Networks, Inc. 14120 Parke Long Court Suite 103 | Chantilly, VA 20151 Main: 1.800.722.1168 | Direct: 703-633-7332 http://www.blueridgenetworks.com OpenPGP key ID: 296D1CD6F2B84CAB https://keys.openpgp.org/ On 22/04/202

Re: [systemd-devel] "Correct" way to obtain DHCP lease info?

2021-04-22 Thread Bruce A. Johnson
g log level and read from the journal, but isn't there a more direct way, like with the Dbus signals that tell subscribers about network interface status? Bruce A. Johnson | Firmware Engineer Blue Ridge Networks, Inc. 14120 Parke Long Court Suite 103 | Chantilly, VA 20151 Main: 1.800.722.11

[systemd-devel] "Correct" way to obtain DHCP lease info?

2021-04-21 Thread Bruce A. Johnson
ut a gateway on this private network, I haven't found a solution using the CLI tools. Thanks in advance. -- Bruce A. Johnson | Firmware Engineer Blue Ridge Networks, Inc. 14120 Parke Long Court Suite 103 | Chantilly, VA 20151 Main: 1.800.722.1168 | Direct: 703-633-7332 http://www.blueridgene

[systemd-devel] systemd-networkd vs. iwd

2020-10-26 Thread Bruce A. Johnson
manage the Level 2. Am I going to write myself into another dead end if I keep using systemd-networkd for the network management and only use iwd for Level 2? Thanks! -- Bruce A. Johnson Herndon, Virginia USA ___ systemd-devel mailing list systemd-devel

Re: [systemd-devel] vt220 default for serial console still relevant?

2020-07-20 Thread Bruce A. Johnson
Reading this discussion about VT220, I'm wondering why that was the choice and not VT100 (which was also monochrome). And I'm straining my memory to recall what it was that we had back then that made the VT100 seem so slick and futuristic. Bruce A. Johnson | Firmware Engineer Blue Ridg

Re: [systemd-devel] ReadWriteDirectories directive in service file?

2020-06-11 Thread Bruce A. Johnson
ries directive, but that's something I'll have to look up another day. Bruce A. Johnson Herndon, Virginia USA On 11/06/2020 15:39, Uoti Urpala wrote: > On Thu, 2020-06-11 at 11:39 -0400, Bruce A. Johnson wrote: >> I'm trying to figure out how to resolve these errors that a

[systemd-devel] ReadWriteDirectories directive in service file?

2020-06-11 Thread Bruce A. Johnson
message is a symbolic link to /bin/busybox.nosuid, which exists and has mode 0755. The busybox version is 1.31.1. The RuntimeDirectory is being created, and the pre-exec start script is populating the directory with the rest of the files as expected. Can anyone give me a suggestion of what else I need to che

Re: [systemd-devel] No error even a Required= service does not exist

2019-11-25 Thread Bruce A. Johnson
Joerg, I'm not anything near an expert, but perhaps you could try "PartOf=..." in the Unit section for the dependent service. I'll be interested in hearing others' opinion of this idea. But, really, a missing service file shouldn't get out the door. Bruce A. Johnson

[systemd-devel] Disabling IPv6 under systemd-networkd?

2019-08-09 Thread Bruce A. Johnson
Is there a directive I can put into a .network or .link file to disable IPv6 for certain interfaces? I'm trying to prevent the multicast listener broadcast that goes out when an interface first connects. Thanks! -- Bruce A. Johnson | Firmware Engineer Blue Ridge Networks, Inc. 14120 Parke

Re: [systemd-devel] Static IP address on wandering Wi-Fi client

2019-06-18 Thread Bruce A. Johnson
htforward and better than wpa_supplicant, but systemd-networkd has also been straightforward and easy for me to work with. I'd like iwd to "just work", too. I'm no deep thinker on the subject of networking, but here you have my two cents' worth. Bruce A. Johnson | Firmware E

[systemd-devel] Static IP address on wandering Wi-Fi client

2019-06-13 Thread Bruce A. Johnson
use one set of parameters for one SSID but a different set for another SSID. Does this capability exist, or do I have to roll my own? (I see that NetworkManager can do this, but I really don't want to drag NetworkManager into the picture if I can avoid it.) Thanks! -- Bruce A. Johnson | Fi

Re: [systemd-devel] Can't connect to WiFi when the wired and the wireless interfaces are bonded

2018-05-16 Thread Bruce A. Johnson
s in-line below. Good luck! Bruce A. Johnson Herndon, Virginia On 2018-05-16 12:34, Doron Behar wrote: > Currently I'm not residing at home were I use both interfaces to connect > to the same network, so I can't test this setup right now. In the > following experiments resu

Re: [systemd-devel] Can't connect to WiFi when the wired and the wireless interfaces are bonded

2018-05-16 Thread Bruce A. Johnson
l, I would expect it to work were they on the same subnet. I hope this helps, and I'm looking forward to learning more from what you find out and what others suggest. Bruce A. Johnson Herndon, Virginia On 2018-05-16 07:10, Doron Behar wrote: > I agree. This is what I understood from

Re: [systemd-devel] Can't connect to WiFi when the wired and the wireless interfaces are bonded

2018-05-15 Thread Bruce A. Johnson
ystemd yet, nor have I tried the active-backup configuration you're working with, so I may be completely wrong. Please let me know whether or not it works. Thanks! Bruce A. Johnson Herndon, Virginia On 2018-05-15 04:27, Doron Behar wrote: > I've bonded my wireless and wired netwo

Re: [systemd-devel] Trouble with speed/mode in .link files - RESOLVED/PATCH

2018-01-03 Thread Bruce A. Johnson
ed to do to get this to the right person. Thanks! -- Bruce A Johnson Chantilly, Virginia diff --git a/src/udev/net/ethtool-util.c b/src/udev/net/ethtool-util.c index 201fc23..a16ea07 100644 --- a/src/udev/net/ethtool-util.c +++ b/src/udev/net/ethtool-util.c @@ -436,15 +436,16 @@ static int set_sl

[systemd-devel] Trouble with speed/mode in .link files

2018-01-02 Thread Bruce A. Johnson
link_config: Cannot set device settings for en01 : Invalid argument > Could not set speed or duplex of en01 to 10 Mbps (full): Invalid argument > ID_NET_LINK_FILE=/etc/systemd/network/80-en01.link I'm running systemd version 234, built from source using OpenEmbedded. -- Bruce A. Johnson Chantil