1 Feb 06:06
Hot to perform a null login?
Matthew Percival <matthew <at> capgo.com>
2006-02-01 05:06:16 GMT
2006-02-01 05:06:16 GMT
G'Day, I am trying to use a GSM modem to create a GPRS connection via pppd. I have managed to work most things out, but am finding authentication a stumbling block: I need to send a blank name and password, but pppd is sending my local name (which is obviously being treated as incorrect by the server). Looking through the pppd code, I came across null_login(), which looks like it may provide what I need, but I cannot seem to get pppd to call it --- obviously I am misunderstanding something along the way, and have something set up wrong. Could someone please tell me how to configure pppd to reply to a PAP request with a blank name and password? I'll include dumps of my pppd and chat scripts below, in case they are relevant. -- Matthew /etc/ppp/peers/gprs-script: 115200 noauth debug crtscts noipdefault modem usepeerdns defaultroute pap-max-authreq 3 connect-delay 10000 connect '/usr/sbin/chat -v -f /etc/ppp/gprs-init'(Continue reading)
RSS Feed