<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-"><br>
</span>Let's see what your PDP/EPS contexts are.  Your device should expose<br>
one or more serial ports, one of which will probably speak AT commands.<br>
 You can use "minicom -d /dev/xxxxx" (where the xxxxx is something like<br>
ACM0 or USB1) and then type:<br>
<br>
AT+CGDCONT? <hit return><br>
<br>
and then copy and paste what it says in a reply to this mail.<br></blockquote><div><br></div><div>That returns the following:</div><div><br></div><div><div>AT+CGDCONT?</div><div>+CGDCONT: 1,"IPV4V6","everywhere","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0</div><div><br></div><div>OK</div></div><div><br></div><div>I note that it has IPV4V6, which presumably tells the network it's happy to do either.  The "everywhere" part would presumably have been set by my --wds-start-network command, but how does the IPV4V6 get set?</div><div><br></div><div>For reference the uBlox responds with +CGDCONT: 1,"IP","everywhere","10.189.241.78",0,0,0,0,0,0</div><div> </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">It may be that the only contexts defined on the device are IPv6 ones,<br>
and since you're requesting IPv4 the device doesn't allow that.  The<br>
contexts are stored on the device, not related to the SIM, so that<br>
would explain why you can do IPv4 on the Toby.<br>
<br>
Alternatively, if you have a new enough qmicli, you can:<br>
<br>
qmicli -d /dev/cdc-wdm0 --wds-get-profile-list=3gpp<br></blockquote><div><br></div><div>That returns teh following:</div><div><br></div><div><div>[root@feegle /]# qmicli -d /dev/cdc-wdm0 --wds-get-profile-list=3gpp</div><div>Profile list retrieved:</div><div>        [1] 3gpp -</div><div>                APN: 'everywhere'</div><div>                PDP type: 'ipv4-or-ipv6'</div><div>                Username: 'eesecure'</div><div>                Password: 'secure'</div><div>                Auth: 'chap'</div><div>[root@feegle /]#</div></div><div><br></div><div><br></div><div>If I understand you correctly this means the contexts are stored on the device and it is using those, so I guess my question is how do they get set and/or how do I change them?</div><div><br></div><div>Slan,<br>Cian</div></div>
</div></div>