On Ubuntu 10.04 it works perfetly with that configuration:
Phone: *99#
APN: ac.vodafone.es
PIN: 1140
name and password: vodafone
Now, I want it to work on mikrotik 4.11, my configuration is:
Code: Select all
/interface ppp-client
add add-default-route=yes allow=pap,chap,mschap1,mschap2 apn=ac.vodafone.es \
comment="" data-channel=0 dial-command=ATDT dial-on-demand=no disabled=no \
info-channel=0 keepalive-timeout=10 max-mru=1500 max-mtu=1500 modem-init=\
"" mrru=disabled name=ppp-out1 null-modem=no password=vodafone phone=*99# \
pin=1140 port=usb2 profile=default use-peer-dns=yes user=vodafone
Code: Select all
[admin@MikroTik] > /system resource usb print
# DEVICE VENDOR NAME SPEED
0 6:1 OHCI Host Controller 12 Mbps
1 5:1 OHCI Host Controller 12 Mbps
2 5:2 HUAWEI Technologies HUAWEI Mobile 12 Mbps
3 4:1 OHCI Host Controller 12 Mbps
4 3:1 OHCI Host Controller 12 Mbps
5 2:1 OHCI Host Controller 12 Mbps
6 1:1 EHCI Host Controller 480 Mbps
Code: Select all
[admin@MikroTik] > /port print
Flags: I - inactive
# NAME CHANNELS USED-BY BAUD-RATE
0 serial0 1 Serial Console 9600
1 usb2 3 9600
I follow this tutorial based on E630 (http://wiki.mikrotik.com/wiki/Huawei_EVDO)
Code: Select all
[admin@MikroTik] /log> /system serial-terminal usb2 channel=0
[Ctrl-A is the prefix key]
[Q - quit connection] [B - send break]
[A - send Ctrl-A prefix] [R - autoconfigure rate]
Welcome back!
Code: Select all
14:57:25 async,ppp,info ppp-out1: initializing...
14:57:25 async,ppp,info ppp-out1: reseting link...
14:57:26 async,debug usb2:0: sent ATH
14:57:26 async,debug usb2:0: rcvd ERROR
14:57:26 async,ppp,info ppp-out1: initializing modem...
14:57:26 async,debug usb2:0: sent ATZ
14:57:26 async,debug usb2:0: rcvd OK
14:57:26 async,debug usb2:0: sent AT+CGDCONT=1,"IP","ac.vodafone.es"
14:57:26 async,debug usb2:0: rcvd ERROR
14:57:26 async,info init string failed: AT+CGDCONT=1,"IP","ac.vodafone.es"
14:57:26 async,debug usb2:0: resetting modem
14:57:27 async,debug usb2:0: sent ATH
14:57:27 async,debug usb2:0: rcvd ERROR
14:57:27 async,debug usb2:0: sent ATZ
14:57:27 async,debug usb2:0: rcvd OK
14:57:27 async,debug usb2:0: sent AT+CGDCONT=1,"IP","ac.vodafone.es"
14:57:27 async,debug usb2:0: rcvd ERROR
14:57:27 async,info init string failed: AT+CGDCONT=1,"IP","ac.vodafone.es"
14:57:27 async,debug usb2:0: resetting modem
Downgrade?? I've downgrade to 3.30, i have the same problem, I've upgrade to 5beta6 and the same
Why doesn't it work??
Can Anybody help me??
This is my supout.rif http://www.megaupload.com/?d=S2UWLBJP
Thanks