This is the PPP daemon at work. As far as I know, this "configuration request" is a message that the client is ready to accept any IP and DNS adress.Samezrp wrote:I'm wondering why pppwidget tries to send:Code: Select all
sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
So there is nothing wrong there.
Depending on your modem firmware, you might need to change back to the default dial string *99***1#. This links the dial configuration to the profile number 1 that you set with AT+CGDCONT=1,"IP","darmowy".
If that doesn't work either, make sure that you have an actual network signal ...
It's probably worth to know that the PPP response that you get is generated by the modem (which has sort of a mini system onboard); getting a reply does not mean the modem has a working connection to the provider.