Questions tagged [dhcpcd]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
2 votes
2 answers
1k views

How to ignore rogue DHCP assignments?

I have a box connected to a largish local IPv4 network (no IPv6 at all) through a single Ethernet interface; normally, it is assigned an IP address from the 172.16.0.0 range. From time to time, ...
Piskvor left the building's user avatar
2 votes
1 answer
735 views

Set sysfs network option before interface is up

I want to set /sys/class/net/wwan0/qmi/raw_ip, and I don't want to do it by writing a shell script to take wwan0 down set it, then put wwan0 back up as a systemd unit. I'm trying this on Raspbian ...
Joshua D. Boyd's user avatar
2 votes
1 answer
1k views

DHCPCD does not delegate an assigned IPv6 prefix

I've been trying to get IPv6 PD with dhcpcd working on my home server along with ppp and radvd to allow for SLAAC to work and eventually replace my ISP-provided router. Unfortunately, the prefix which ...
Marcus K's user avatar
1 vote
1 answer
3k views

disable automatic running of dhcpcd at startup

I installed the DHCP client dhcpcd on Debian to run it manually on a given set of interfaces, but I see that at reboot dhcpcd tries to configure my entire set of interfaces. Not being able to do so, ...
Ricky Robinson's user avatar
1 vote
1 answer
177 views

How to hide system information when using dhcpcd?

I'm using dhcpcd to obtain an IP address on a laptop via WiFi. After logging in to the router, I noticed that it knows too much about my system: Host Name: hostname Device Type: dhcpcd-6.11.3:...
Eugene Yarmash's user avatar
1 vote
2 answers
1k views

dhcpcd ipv6 excessive adding/removing route in log

This correlates with router advertising. For now, I removed ipv6rs from the config and added the route manually. Is there a better way to eliminate the excessive log? Apr 22 16:53:39 prince dhcpcd[...
niry's user avatar
  • 155
0 votes
1 answer
2k views

dhclient.conf - append to system hostname [duplicate]

I'm running a Raspbian on a bunch of Raspberry Pis. They each have a unique hostname set in /etc/hostname and the dhcp client correctly registers that name with my router. The problem I'm running ...
Cameron Tacklind's user avatar
0 votes
0 answers
10 views

Softether VPN Client - vpncmd - Two different MAC addresses for one virtual interface

I've encountered strange MAC behaviour in my system - I've got 15 Linux Ubuntu machines with NetworkManager disabled and dhcpcd as DHCP client. Those devices connect to my SoftEther virtual HUB and as ...
CRUDO's user avatar
  • 11
0 votes
0 answers
324 views

Difference in routing between systemd-networkd and dhcpcd?

When using systemd-networkd with the configuration below, I cannot connect over SSH (connection time out) to a certain server on our network. Bizarrely, there are no problems when I use dhcpcd instead....
Konrad Höffner's user avatar