Re: Any experience using cellphone as a modem on FreeBSD?

2007-12-04 Thread Karel Miklav

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

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Any experience using cellphone as a modem on FreeBSD?

2007-12-03 Thread Josh Paetzel
On Monday 03 December 2007 02:08:52 pm Yuri wrote:
 I have Motorola cellphone with data package on it and FreeBSD laptop.
 It would be very nice to have internet everywhere.
 Anybody uses/used cellphone this way?

 I know internet connectivity can go through the special cable and maybe
 through Bluetooth.

 I guess from FreeBSD side it should look like USB modem.

 Thanks,
 Yuri

I've done it, and it's painfultook me the better part of two days to get 
working.  The main sticking points are you need to dial some arbitrary number 
that your provider won't be able to tell you without spending 5 hours on the 
phone, and you need to know your username (relatively easy to find) and your 
password (harder than hell to find).

Once you have all that figured out, AND you've made sure your data plan 
includes Phone as Modem capability, you can link to it with bluetooth and 
then dial out over it with PPP.

, that reminds me, the ppp chat script was fairly hard to figure out too.

-- 
Thanks,

Josh Paetzel

PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB


signature.asc
Description: This is a digitally signed message part.


Any experience using cellphone as a modem on FreeBSD?

2007-12-03 Thread Yuri
I have Motorola cellphone with data package on it and FreeBSD laptop.
It would be very nice to have internet everywhere.
Anybody uses/used cellphone this way?

I know internet connectivity can go through the special cable and maybe through
Bluetooth.

I guess from FreeBSD side it should look like USB modem.

Thanks,
Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Any experience using cellphone as a modem on FreeBSD?

2007-12-03 Thread Yuri
Quoting Josh Paetzel [EMAIL PROTECTED]:

 I've done it, and it's painfultook me the better part of two days to get
 
 working.  The main sticking points are you need to dial some arbitrary number
 
 that your provider won't be able to tell you without spending 5 hours on the
 
 phone, and you need to know your username (relatively easy to find) and your
 
 password (harder than hell to find).
 
 Once you have all that figured out, AND you've made sure your data plan 
 includes Phone as Modem capability, you can link to it with bluetooth and
 
 then dial out over it with PPP.

Thank you for information.

It's unfortunate that even though cell phone already has IP connectivity that
built-in browser works through it's still necessary to go through dialup/PPP to
get this to laptop.

I guess I will give it a try too.

Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Any experience using cellphone as a modem on FreeBSD?

2007-12-03 Thread Kevin Kinsey

Yuri wrote:


It's unfortunate that even though cell phone already has IP connectivity that
built-in browser works through it's still necessary to go through dialup/PPP to
get this to laptop.

I guess I will give it a try too.


Hmm, some cellphones basically run Linux underneath, don't they?

Too bad it's not *BSD; we could just ssh into that puppy and turn
on NATD ... :-D

Kevin Kinsey

(if thread continues [and we should hope not, I think, at
least in this direction] plx remove questions@ from CC list.
I only left it in for origin's sake.)

--
The final screw holding up a rackmount server is always possessed by demons.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [freebsd-questions] Any experience using cellphone as a modem on FreeBSD?

2007-12-03 Thread Tuc at T-B-O-H.NET
 
 I have Motorola cellphone with data package on it and FreeBSD laptop.
 It would be very nice to have internet everywhere.
 Anybody uses/used cellphone this way?
 
 I know internet connectivity can go through the special cable and maybe 
 through
 Bluetooth.
 
 I guess from FreeBSD side it should look like USB modem.
 
I did this with a Motorola StarTAC , a Treo 600, and a Treo 650.

The StarTAC cable was serial only, so I just used it as a normal modem.
Loved it.

The 600 I used both serial and USB, and serial while slower was more
reliable. The 650 I did USB and it seemed ok.

Tuc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]