Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Sep 2005 15:53:40 +0400
From:      Kirill Bezzubets <kirill@solaris.ru>
To:        "Loren M. Lang" <lorenl@alzatex.com>
Cc:        FreeBSD-bluetooth@freebsd.org
Subject:   Re: GPRS fails with User PPP
Message-ID:  <20050901115340.GA42002@solaris.ru>
In-Reply-To: <20050901114757.GF22418@alzatex.com>
References:  <20050901114757.GF22418@alzatex.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 01, 2005 at 04:47:57AM -0700, Loren M. Lang wrote:

> I have been trying for a few days to use my Nokia 6230 phone to browse
> the web and go online with. 
> doesn't seem to support grabbing the dns info, so I'm a little limited
> on what I can do.  Any thing I might be missing?

#cat /root/bin/gt-gprs

#!/bin/sh
rfcomm_sppd -a kaji.6230 -b -c 1 -t /dev/ttypa
sleep 2
ppp -nat -ddial btgprs

#cat /etc/ppp.conf
--skipped---
btgprs:

 set device /dev/ttypa
 set authname AUTHNAME
 set authkey AUTHKEY
 set phone 1,\"IP\",\"ACCESS.POINT\"
 set dial "\"\" AT OK AT\+CGDCONT=\\T OK ATDT\*99\# CONNECT"
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
 add default HISADDR                    # Add a (sticky) default route
--skipped---


> -- 
> I sense much NT in you.
> NT leads to Bluescreen.
> Bluescreen leads to downtime.
> Downtime leads to suffering.
> NT is the path to the darkside.
> Powerful Unix is.
> 
> Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
> Fingerprint: CEE1 AAE2 F66C 59B5 34CA  C415 6D35 E847 0118 A3D2
>  



-- 
BR,
Kirill Bezzubets                                CASE-RIPE CASE-RIPN
CTO / Head Of N.O.C.                            mailto:kirill@solaris.ru
Solaris ISP & Telecommunications Co. Ltd        http://www.solaris.ru



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050901115340.GA42002>