-
According to https://www.isc.org/dhcp/, ISC has announced the end of life for `ISC DHCP (dhclient)` as of the end of 2022. So we should move to a more up-to-date DHCP daemon like `dhcpcd`.
-
```
What steps will reproduce the problem?
1. 认证成功,ping 不通DNS服务器
2. 配置文件
#This is settings
#Network Adapter Name
NIC=eth0
#0: Standard, 1: Private
AuthenticationMode=1
EchoInterval=25
#IntelligentReco…
-
(talking about the client side thing for now, not to confuse with `dhcpd` server side)
I incidentally stumbled into some coherence issues in Client DHCP services:
`wireless.js` seems to mostly use…
-
# Bug report
The instance boots and network is configured correctly, but cloud-init status is error. In the status report, there is no item in the field errors. IIUC, the status should be `degraded d…
-
### What is the issue?
I installed Proxmox in its current version 8.2.4, then installed Tailscale.
MagicDNS works immediately after installation, but breaks when `dhclient` renews the DHCP lease…
-
I finally managed to set up muvm inside an LXC container.
But running my application inside muvm doesn't expose any of the ports the application is listening on to the container host.
`ss` inside …
-
**Describe the bug**
dhclient cannot be used to acquire an IP address because it tries to execute missing dependent files from dracut that are provided in the wrong locations.
**To Reproduce**
St…
-
**Important notices**
Before you add a new report, we ask you kindly to acknowledge the following:
- [x] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/…
-
#### Description
dhclient raises the error : `send_packet: Network is unreachable` during the execution of `interfaces-config.sh` in syslog. The issue is caused due to the following:
On con…
-
See [xPU sZTP provisioning block](https://github.com/opiproject/sztp/blob/main/doc/sZTP-provisioning-blocks.png)
today we pass lease file via cmdline arguments like this: --dhcp-lease-file /var/lib…