-
I use this code to send an ARP request to a MAC to see if it's alive:
```python
answered,unanswered = srp(Ether(dst='64:A2:F9:A9:2E:A9')/ARP(pdst='192.168.178.0/24'), timeout=1, verbose=False)
``…
-
`avahi-autoipd/dhclient-enter-hook.in avahi-autoipd/dhclient-exit-hook.in` are hooks for ISC DHCP client which are installed during `make install`.
Given that ISC DHCP client has been discontinued m…
-
**Context**
- CLI Version: nextdns version 1.41.0
- Platform: x86 Arch Linux
I downloaded the `nextdns` package in the AUR.
<Describe the bug>
Every time I reboot my computer or resume i…
-
Have two interfaces, each different metric, each on a network where a DHCP relay is used.
eth0 - metric 200
wlan0 - metric 300
When it gets to renew time for wlan0, the REQUEST is send out the…
-
I'm not sure why this is happening, but (at least on *some* hosts) I can see Network Connectivity Interruptions.
On my DHCP Server (OPNSense Firewall/Router) I am seeing some weird stuff in the Log…
-
cloud-init now depends on dhcpcd-base. We still install dhcpcd as a workaround, see e530f07.
Do we need dhcpcd or is dhcpcd-base enough?
Rational: In [#153](https://github.com/grml/grml-live/pu…
-
Start to build a new install of NCP but can't set static IP for it from the NCP panel. The messages are:
[ nc-static-IP ] (Thu Sep 19 18:16:44 UTC 2024)
Failed to restart dhcpcd.service: Unit dhcp…
-
For a workaround, scroll down a bit.
## Issue description
On NixOS 20.09 running on an AWS machine, if you configure
```
virtualisation.docker.enable = true;
```
and start a container (e…
-
ifup an Ethernet interface (eno1) defined as dhcp. The dhcp server is slow so there is no response to the initial discovery. After a few seconds, dhcpcd drops down to ipv4ll and assigns a 169.254/16 a…
-
**Is your feature request related to a problem? Please describe.**
Currently the network management configurations are quite complicated; it uses dhcpcd and wpa_supplicant. Also, (I believe) it is in…