• DNS Client && DHCP client
    Hai, im facing a problem in lpc1768 when i'm enabling the DNS client by calling the function of get_host_by_name , dhcp client is getting disturbed. But ip is resolving from dns server When im dubugging...
  • DNS client fails on first attempt when DHCP is disabled
    Hello, I am using RL-ARM's TCPnet and am having an issue with the DNS client in TCPnet when I disabled DHCP at run time. What happens is the first domain name that I attempt to resolve into an IP...
  • DHCP never acquires IP
    Hi, I'm using a MCB2300 with LPC2368 and I can't get the DHCP client from TCPNET working. I set up the static ip to 0.0.0.0 (as http://www.keil.com/support/docs/3232.htm ), waiting for 35 seconds...
  • Get assigned DHCP address
    How can my application know at run time what IP address was assigned to it by the DHCP server? Thanks.
  • How the dhcp is set up
    I am looking at C:\Keil_v5\Boards\Keil\MCB4300\RL\TCPNet\FTP_Demo\FTP_Demo.uvproj The main code looks like below extern LOCALM localm[]; /* Local Machine Settings */ #define MY_IP localm[NETIF_ETH...