Problem whit Huawei E176 and E160 3G Modems
-
Hi .. i have a little problem with Huawei 3G Modems.
one E176 and E160, the problem is the same.
The plataform are a pfSense 2.0.3 on a Soekris Board NET6501
I put some code to can see
Jul 5 13:42:15 ppp: [opt2_link0] Link: reconnection attempt 1 in 4 seconds
Jul 5 13:42:15 ppp: [opt2_link0] LCP: Down event
Jul 5 13:42:15 ppp: [opt2_link0] Link: DOWN event
Jul 5 13:42:15 ppp: [opt2_link0] MODEM: chat script failed
Jul 5 13:42:15 ppp: [opt2_link0] CHAT: The remote modem did not answer.
Jul 5 13:42:15 ppp: [opt2_link0] CHAT: Dialing server at *99#…
Jul 5 13:42:15 ppp: [opt2_link0] CHAT: Detected Hayes compatible modem.
Jul 5 13:42:15 ppp: [opt2_link0] LCP: LayerStart
Jul 5 13:42:15 ppp: [opt2_link0] LCP: state change Initial –> Starting
Jul 5 13:42:15 ppp: [opt2_link0] LCP: Open event
Jul 5 13:42:15 ppp: [opt2_link0] Link: OPEN event
Jul 5 13:42:15 ppp: [opt2] Bundle: Interface ng0 created
Jul 5 13:42:15 ppp: web: web is not running
Jul 5 13:42:15 ppp: process 39143 started, version 5.6 (root@snapshots-8_1-i386.builders.pfsense.org 08:23 7-Mar-2013)
Jul 5 13:42:15 ppp:
Jul 5 13:42:15 ppp: Multi-link PPP daemon for FreeBSDThese message is a same with both modems !!! … but the E160 i see that is on the Hardware compatibility list, whe i go to Interfaces PPP Edit i see /dev/cuaU0.0 and /dev/cuaU0.1, i choose one or other and the message are the same, what im doing wrong
The the mdp_x.conf are to next
startup:
configure the console
set console close
configure the web server
set web close
default:
pppclient:
create bundle static opt2
set iface name ppp0
set iface disable on-demand
set iface idle 0
set iface disable tcpmssfix
set iface up-script /usr/local/sbin/ppp-linkup
set iface down-script /usr/local/sbin/ppp-linkdown
set ipcp ranges 0.0.0.0/0 10.64.64.0/0
set ipcp no vjcomp
#log -bund -ccp -chat -iface -ipcp -lcp -linkcreate link static opt2_link0 modem
set link action bundle opt2
set link disable multilink
set link keep-alive 10 60
set link max-redial 0
set link no acfcomp
set link no protocomp
set link disable chap pap
set link accept chap pap eap
set link disable incoming
set link mtu 1492
set auth authname "clarogprs"
set auth password clarogprs999
set modem device /dev/cuaU0.1
set modem script DialPeer
set modem idle-script Ringback
set modem watch -cd
set modem var $DialPrefix "DT"
set modem var $Telephone "*99#"
set modem var $APN "igprs.claro.com.ar"
set modem var $APNum "1"
openSome one can help me ?
Thanks in advances and regards !!!