Forum › Forums › General › Software › How can I inhibit DHCPDISCOVER ? › Reply To: How can I inhibit DHCPDISCOVER ?
May 28, 2025 at 8:03 am
#178075
Member
@roland, you probably want to comment, (in /etc/dhcp/dhclient.conf)
#alias {
# interface "eth0";
# fixed-address 192.5.5.213;
# option subnet-mask 255.255.255.255;
#}
#lease {
# interface "eth0";
# fixed-address 192.33.137.200;
# medium "link0 link1";
# option host-name "andare.swiftmedia.com";
# option subnet-mask 255.255.255.0;
# option broadcast-address 192.33.137.255;
# option routers 192.33.137.250;
# option domain-name-servers 127.0.0.1;
# renew 2 2000/1/12 00:00:01;
# rebind 2 2000/1/12 00:00:01;
# expire 2 2000/1/12 00:00:01;
#}
I remember this happening on antiX-core (runit) and I think I commented these lines,
Hope it helps..
You can read the manpage also, I will revisit it once, man dhclient.conf
- This reply was modified 1 year, 4 months ago by pun_intended. Reason: The path is /etc/dhcp/dhclient.conf, sorry for typo
My antiX23.1 box specs are here
I revive it using
