nmutils
nmutils copied to clipboard
Network Manager Utility Scripts
So, here's my story :). Disclaimer - I formerly worked for Red Hat as a consultant and a solutions architect. I worked with these scripts back in the day when...
I've just found that DHCP has been deprecated by ISC as at the end of 2022, this included dhclient. See https://www.isc.org/dhcp/ While a client is built into NetworkManager and into...
By the way, I grafted this patch onto dhcp-4.2.5 (well it just patched fine...) and I can request a prefix length now with a pd hint [PD Pref Patch Page](https://archive.mgm51.com/sources/pd-pref.html)...
Needs an RPM spec file to maintain file ownership on RPM-based distros. Here's a rudimentary one that I can build on Rocky 8. [nmutils.spec.txt](https://github.com/sshambar/nmutils/files/8711568/nmutils.spec.txt)
This is following on from the discussions in Issue #8 as it is really independent to the spec files.
``` Jul 17 14:36:27 host nm-dispatcher[4062]: + read -r line Jul 17 14:36:27 host nm-dispatcher[4062]: + lstrip line ' MinRtrAdvInterval 30;' Jul 17 14:36:27 host nm-dispatcher[4062]: + debug3 line '...
I'm trying to work out a suitable configuration to do the following, but can't do so: WAN: - Accept the default prefix from the router (as sent in RA packet...
Different question, have you ever considered expanding 95-radvd-gen to handle entries like route and RDNSS? While I have a few thoughts, I haven't done anything to add it in so...
Not an issue but a thank you. These are some great scripts. EOM :P
Is there any way to disable `ia_na` requests with running `dhcpcd`? There looks like there may be a mechanism for doing it for `dhclient`, although I haven't tried it, but...