Recent content by ENzero

  1. E

    Setting static IP address to UDHCP client

    Just found out the reason why it was not working. I was setting an IP address outside of its range. dhcpc can only accept Ip requests from client within its range.
  2. E

    Setting static IP address to UDHCP client

    Thanks for responding @Lazydog ! I am testing my udhcpc device against random access points like phones. So I don't have a single specific dhcp server to configure. So i do not add any additional configuration to udhcpc and just set the network configurations?
  3. E

    Setting static IP address to UDHCP client

    I am using udhcp client for an embedded device. I am trying to add a feature to set a static IP, Netmask, DNS, and gateway address. I am trying to set it through the "-r" argument (request): /sbin/udhcpc -A 3 -f -s /tmp/udhcpc_wlan0_sh -i wlan0 -r 172.16.0.2 It does not seem to work. I try to...
Top