Sziasztok,
Egy GSM GPRS modemmel szeretnék csatlakozni a TMobile hálóhoz.
Mint más fórumokon is olvastam ehhez tiltani kell a CHAP authentikációt.
De annak ellenére, hogy beleírom az options file-ba vagy a peers/wvdial
file-ba a "-chap" szöveget, chap-al authentikál és nem működik. A rendszer etch. Van esetleg ötletetek miért?
wvdial:
noauth
name wvdial
usepeerdns lcp-echo-interval 10
ipcp-accept-local
ipcp-accept-remote
ipcp-max-configure 10
-chap
mtu 1460
wvdial.conf:
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CFUN=1
Init5 =AT+CGDCONT=1,"IP","internet"
Modem Type = Analog Modem
Baud = 460800
New PPPD = yes
Modem = /dev/ttyACM0
ISDN = 0
Phone = *99***1#
Password = Wap
Username = wap
Dial Command = ATDT
Stupid Mode = 1
[Dialer reset]
Modem = /dev/ttyUSB0
Init1 = AT
[Dialer TMob]
Phone = *99***1#
Modem = /dev/ttyACM0
Baud = 460800
#Init2 = ATZ
#Init3 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init4 = AT+CFUN=1
ISDN = 0
Remote Name = TMobile
Modem Type = USB Modem
Init5 =AT+CGDCONT=1,"IP","internet"
És tárcsázni a "wvdial TMob" parancsal próbálok. Ekkor belekerül a log-ba:
Mar 19 14:49:42 gnom pppd[11329]: Connect: ppp0 <--> /dev/ttyACM0
Mar 19 14:49:42 gnom pppd[11329]: No CHAP secret found for authenticating us to TTPCom GPRS
Mar 19 14:49:42 gnom pppd[11329]: CHAP authentication succeeded: TTP Com PPP - Password Verified OK
Mar 19 14:49:42 gnom pppd[11329]: CHAP authentication succeeded
Mar 19 14:49:42 gnom pppd[11329]: LCP terminated by peer (Normal Termination by NCP)
Próbáltam már a refuse-chap opcióval is, sajnos nem segített.
Valami ötlet, hogyan tudom leölni a chap auth-ot?
Köszi a segítséget,
Pepe
- 869 megtekintés
Hozzászólások
man pppd:
refuse-chap
With this option, pppd will not agree to authenticate itself to
the peer using CHAP.
refuse-mschap
With this option, pppd will not agree to authenticate itself to
the peer using MS-CHAP.
refuse-mschap-v2
With this option, pppd will not agree to authenticate itself to
the peer using MS-CHAPv2.
refuse-eap
With this option, pppd will not agree to authenticate itself to
the peer using EAP.
refuse-pap
With this option, pppd will not agree to authenticate itself to
the peer using PAP.
talan....
--
A vegtelen ciklus is vegeter egyszer, csak kelloen eros hardver kell hozza!
- A hozzászóláshoz be kell jelentkezni
"Próbáltam már a refuse-chap opcióval is, sajnos nem segített."
Az options és a peers/wvdial fileba is beleírtam, nem segített! :(
Pepe
- A hozzászóláshoz be kell jelentkezni
tipp:
töröld ki a Username és Passwd mezőket.....
- A hozzászóláshoz be kell jelentkezni
-chap opciók ki kellett venni és az összes ide tartozó refuse-ot beleírtam.
Továbbá töröltem a secret fileokat és újra létrehozta, de már csatlakozott!
Köszi a tippeket!
Pepe
- A hozzászóláshoz be kell jelentkezni