Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 1996 20:19:36 -0800 (PST)
From:      John-Mark Gurney <jmg@nike.efn.org>
To:        Nate Williams <nate@mt.sri.com>
Cc:        freebsd-questions@freefall.freebsd.org
Subject:   Re: Ricochet Network + FreeBSD?
Message-ID:  <Pine.NEB.3.95.961205200309.7399D-100000@nike>
In-Reply-To: <199612051558.IAA16057@rocky.mt.sri.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 5 Dec 1996, Nate Williams wrote:

> > > Has anyone ever tried to use Metricom's Ricochet modems with FreeBSD?
> > 
> > it works great... which type ppp do you want to use?  user or kernel?
> ...
> 
> > I have configurations for both... interested?  ttyl..
> 
> Please, can you send them to the list.

sure...  here it goes, note that I use 19200 instead of the maximum
of 38400 because the toshiba uart has problems with sio overflows at
38400...  also I'm not sure if disconnect of pppd works or not...  

lines that wrap end in a trailing `\'...

first kernel ppp: 

----<bin/pppric>----
#!/bin/sh -
pppd asyncmap 0 connect "chat -f /home/johng/bin/dialuoric" disconnect \
"char -f /home/johng/bin/disconric" defaultroute cuaa0 19200
----<bin/pppric>----

----</home/johng/bin/dialuoric>----
ABORT "NO CARRIER"
ABORT "ERROR"
TIMEOUT 60
"" ATZ
OK-\rAT\r-OK ATDTuonet**ppp
CONNECT ""
TIMEOUT 5
login:-\\r-login: uo-username
word: password
----</home/johng/bin/dialuoric>----

and now for user ppp (iij-ppp)...

-----</etc/ppp/ppp.conf>----
#/etc/ppp/ppp.conf
default:
 disable lqr
 deny lqr
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATZ OK-AT-OK \
\\dATDT\\T TIMEOUT 40 CONNECT"

ric:
 set phone "uonet**ppp"
 set speed 19200
 set device /dev/cuaa0
 set login "TIMEOUT 5 login:-\\r-login: uo-username word: password"
 set timeout 0
-----</etc/ppp/ppp.conf>----

note that I don't have dial on demand working... but should be very
trivial t get working...  hope this helps everyone...

John-Mark

gurney_j@efn.org
http://resnet.uoregon.edu/~gurney_j/
Modem/FAX: (541) 683-6954   (FreeBSD Box)

Live in Peace, destroy Micro$oft, support free software, run FreeBSD (unix)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.95.961205200309.7399D-100000>