Hi Jack,
this is a know issue reported with internal number MQX-5661. It is now solved in MQX4.2.0.2, work around is next:
In file rtcs/source/if/ipcfg.c in function ipcfg_bind_dhcp_func, line 931
parms.ihandle = ipcfg_data[device].ihandle;
parms.address = ipcfg_data[device].dns;
ip_if_add_dns_addr(&parms);
Regards,
Carlos