Date: Mon, 13 May 1996 09:36:56 -0300 (EST) From: "Lenzi, Sergio" <lenzi@cwbone.bsi.com.br> To: -=WireHead=- <u6butkie@lab.cc.wmich.edu> Cc: questions@freebsd.org Subject: Re: Gated ? Help? Message-ID: <Pine.BSF.3.91.960513092551.267A-100000@lenzi> In-Reply-To: <Pine.SUN.3.92.960513010215.21017C-100000@grog>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960513092551.267A-100000>