From owner-freebsd-questions Mon May 13 05:30:32 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA16670 for questions-outgoing; Mon, 13 May 1996 05:30:32 -0700 (PDT) Received: from lenzi ([200.247.248.110]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA16640 for ; Mon, 13 May 1996 05:30:03 -0700 (PDT) Received: (from lenzi@localhost) by lenzi (8.6.12/8.6.12) id JAA00360; Mon, 13 May 1996 09:36:56 -0300 Date: Mon, 13 May 1996 09:36:56 -0300 (EST) From: "Lenzi, Sergio" X-Sender: lenzi@lenzi To: -=WireHead=- cc: questions@freebsd.org Subject: Re: Gated ? Help? In-Reply-To: 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 Mon, 13 May 1996, -=WireHead=- wrote: > > Hello digital friends, > > I have set up a freebsb box (v2.1.0R) in which to connect to a PPP server. > While getting tired of other "personal" OS's to dictte what i can and > cannot do, i moved to FreeBSD :) Well i have a pretty simple set of > questions. > > I am only using 1 computer. This computer has 2 network interfaces, lo0 > and tun0. Hello, I have quite the same situation. I have only lo0 at home. I use the pppd interface (not tun) this way: 1) /etc/ppp/options -> modem crtscts mtu 296 2) use the chat program to handle the script to connect to the ppp server 3) to start: /usr/sbin/pppd passive connect xxx /dev/cuaa1 38400 where xxx is the chat program 4) the chat script must be executable and has the form: #!/bin/sh chat "" AT OK "ATD555-9873" CONNECT "ogin:" xxx "word:" password '$' ppp