Thank you so much for all your kind help Mathew & Joachim, I have used a hybrid of both your configuration and things are working accept for DNS I have put a public OpenDNS (208.67.222.222) servers in my /etc/resolv.conf to overcome this? Any advice on fixing that would be appreciated.
default: set device /dev/cuaU0 add default HISADDR disable ipv6cp set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ \"\" AT OK-AT-OK ATE1Q0 OK \\\dATDT\\T TIMEOUT 50 CONNECT" set phone "*99#" set login set timeout 120 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 set server /tmp/telusmobility "" 0177 add default HISADDR enable dns ----- Original Message ----- From: Matthew Clarke [mailto:[email protected]] To: [email protected] Cc: [email protected] Sent: Sat, 25 Sep 2010 17:18:15 -0700 Subject: Re: help configuring Huawei E182E Sat, Sep 25, 2010 at 07:34:59AM -0500, Anony (chicken) Mous may have written: > Hello Misc, > > I'm having difficulty figuring out the configuration required to get > Huawei E182E wireless dongle working with Telus mobility in > Canada, I'm using 4.8-current, I have copied the verizon ppp.conf > example from umsm(4) manpage only changing phone, authname, > authkey without any success? > > Technical specification: http://tinyurl.com/2g3hszd > > My ppp.conf and error message from dialing ppp: > http://pastebin.com/KvwcF48U > > Thank you all greatly for any help. Here's the ppp(8) configuration that I use for Telus Mobility (I have a Kyocera KPC650 PCMCIA card, which is also umsm(4)): ----------------------------------------------------------------------------- - telusevdo: add default HISADDR allow users <elided> disable ipv6cp rename telusevdo set authkey <elided> set authname <elided>@1x.telusmobility.com set device /dev/cuaU0 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AAAT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 50 CONNECT" set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 set login set phone \#777 set server /tmp/telusevdoctl "" 0177 set speed 115200 ----------------------------------------------------------------------------- - Matt. -- Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. -- Kernighan -- quoted by Quentyn Taylor

