Questions tagged [udhcpc]

4 questions
1
vote
0 answers

Sending the Vendor specific information(code) from dhclient during dhcp discovery

I am trying to send the vendor specific information(option43 and sub options) during the DHCP discovery using dhcpc. I Have tried the below option exec udhcpc -f -V $vendorIdentifier -C 01:$mac -i mPlaneVlan -t $retries -T $timeout -s…
0
votes
0 answers

How to set specific dhcp client by default for ifup command to use

On my Linux machine, I have two DHCP clients installed: udhcpc and dhcpcd. When I run /sbin/ifup ifup application uses dhcpcd client to request the IP, but I need to use udhcpc. Is there a way to specify the default DHCP client in…
-1
votes
1 answer

Optimizing a systemd service taking too long

I have this udhcpc service in my system: [Unit] Description=uDHCP Client Service After=network.target Conflicts=systemd-resolved.service [Service] Type=forking ExecStart=/sbin/udhcpc -p /var/run/udhcpc.brg0.pid -i brg0 -R -b ExecStop=/bin/sh -c…
Adam Lee
  • 2,983
  • 7
  • 35
  • 47
-2
votes
1 answer

DNS server issue in Alpine guest when using qemu-system-aarch64 on Android host

When trying to install Alpine via setup-alpine on an Android host using qemu-system-aarch64 (for example using Termux), the installation fails when trying to do an initial lookup of Alpine's mirrors: wget: bad address 'mirrors.alpinelinux.org' At…
monochromec
  • 85
  • 1
  • 1
  • 6