From owner-freebsd-questions Thu Dec 5 20:19:50 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA26777 for questions-outgoing; Thu, 5 Dec 1996 20:19:50 -0800 (PST) Received: from nike.efn.org (resnet.uoregon.edu [128.223.170.28]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id UAA26772 for ; Thu, 5 Dec 1996 20:19:45 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by nike.efn.org (8.8.3/8.8.3) with SMTP id UAA17312; Thu, 5 Dec 1996 20:19:37 -0800 (PST) Date: Thu, 5 Dec 1996 20:19:36 -0800 (PST) From: John-Mark Gurney X-Sender: jmg@nike Reply-To: John-Mark Gurney To: Nate Williams cc: freebsd-questions@freefall.freebsd.org Subject: Re: Ricochet Network + FreeBSD? In-Reply-To: <199612051558.IAA16057@rocky.mt.sri.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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/sh - pppd asyncmap 0 connect "chat -f /home/johng/bin/dialuoric" disconnect \ "char -f /home/johng/bin/disconric" defaultroute cuaa0 19200 -------- -------- ABORT "NO CARRIER" ABORT "ERROR" TIMEOUT 60 "" ATZ OK-\rAT\r-OK ATDTuonet**ppp CONNECT "" TIMEOUT 5 login:-\\r-login: uo-username word: password -------- and now for user ppp (iij-ppp)... --------- #/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 --------- 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)