Date: Wed, 05 Dec 2007 01:22:04 +0100 From: Karel Miklav <karel@lovetemple.net> To: Josh Paetzel <josh@tcbug.org> Cc: freebsd-questions@freebsd.org Subject: Re: Any experience using cellphone as a modem on FreeBSD? Message-ID: <4755EF2C.6080700@lovetemple.net> In-Reply-To: <200712031432.23825.josh@tcbug.org> References: <1196712532.4754625481123@webmail.rawbw.com> <200712031432.23825.josh@tcbug.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is in my /etc/ppp/ppp.conf, except for the asterisks: # Connect to *** over IrDA and GSM phone. First install birda and # create connection over IrDA: # ircomm -d /dev/cuad0 -m 115200 -y /dev/ptypf -v 2 & # then connect with: ppp -background gsm. gsm: set log Phase tun command set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" set timeout 60 set phone "***" set authname *** set authkey *** set device /dev/ttypf set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255 add default HISADDR resolv readonly set dns *.*.*.* *.*.*.*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4755EF2C.6080700>