Re: [lwip-users] Set static IP and set manually DNS IP

2018-02-15 Thread Simon Goldschmidt
cookies_do wrote: > The main file is enet_lwip.c and firstly I called lwIPInit() function and Don't know that file. > after that dns_setserver(). The microcontroller I am using is from Texas > Instruments. I have debug it, but all initializations of pcbs seem ok > (that's why I wrote "still

Re: [lwip-users] Set static IP and set manually DNS IP

2018-02-15 Thread cookies_do
Hello. Thank you for your reply. The main file is enet_lwip.c and firstly I called lwIPInit() function and after that dns_setserver(). The microcontroller I am using is from Texas Instruments. I have debug it, but all initializations of pcbs seem ok (that's why I wrote "still doesn't work).

Re: [lwip-users] Set static IP and set manually DNS IP

2018-02-15 Thread Simon Goldschmidt
cookies_do wrote: > 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