Hello everyone,

I want to set static IP and manually set IPs for DNS servers in lwIP 2.0.3.
When setting and using this separately, it works. Changes that I made were:
LWIP_DHCP set to 0,
LWIP_DHCP_MAX_DNS_SERVERS set to 0,
LWIP_AUTOIP is set to 0.

IP mode is selected to IPADDR_USE_STATIC in main and static IP addres is
set. DNS servers IPs are set in dns_setserver() function (also in main).
But, still does not work.

Anyone has an idea?

Thank you.






--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to