Comment 3 for bug 511139

Revision history for this message
Bhavani Shankar (bhavi) wrote :

Hey there!

afaik NM doesn't actually care about the DNS servers since they are obtained directly
from PPP at runtime but m not sure of the APN. and this is also present in latest upstream git

<country code="pt">
 <provider>
  <name>Kanguru</name>
  <gsm>
   <network-id mcc="286" mnc="03"/>
   <apn value="myconnection">
    <dns>62.169.67.172</dns>
    <dns>62.169.67.171</dns>
   </apn>
   <apn value="kangurufixo">
    <name>Fixo</name>
    <dns>62.169.67.172</dns>
    <dns>62.169.67.171</dns>
   </apn>
  </gsm>
 </provider>
 <provider>

Fowarding upstream

regards