Paulius Zaleckas writes: > Attached is patch I made for my GPRS modem with the same problem. > NAKCIDNS(CI_MS_DNS1, req_dns1, > - if (treat_as_reject) { > - try.req_dns1 = 0; > - } else { > try.dnsaddr[0] = cidnsaddr; > - } > ); > > NAKCIDNS(CI_MS_DNS2, req_dns2, > - if (treat_as_reject) { > - try.req_dns2 = 0; > - } else { > try.dnsaddr[1] = cidnsaddr; > - } > ); I don't understand why this would help. Can you show me the log for a successfull connection with this patch applied (using the debug option)? Paul. -- To unsubscribe from this list: send the line "unsubscribe linux-ppp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html