Any experience using cellphone as a modem on FreeBSD?

Karel Miklav karel at lovetemple.net
Tue Dec 4 16:36:22 PST 2007


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 *.*.*.* *.*.*.*



More information about the freebsd-questions mailing list