From owner-freebsd-isp@FreeBSD.ORG Mon Feb 23 04:30:35 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E1E716A4CF for ; Mon, 23 Feb 2004 04:30:35 -0800 (PST) Received: from gualeguaychu.gov.ar (host105.200-117-43.telecom.net.ar [200.117.43.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1DD643D1F for ; Mon, 23 Feb 2004 04:30:34 -0800 (PST) (envelope-from rjpereyra@gualeguaychu.gov.ar) Received: by gualeguaychu.gov.ar (Postfix, from userid 1061) id 96F05437B; Mon, 23 Feb 2004 09:31:08 -0300 (ART) Date: Mon, 23 Feb 2004 09:31:08 -0300 From: Roberto Pereyra To: freebsd-isp@freebsd.org Message-ID: <20040223123108.GB1220@gualeguaychu.gov.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: dialup questions again X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2004 12:30:35 -0000 Hi I want to setup a dialup freebsd 5.2 server. My setup is: ---INTERNET---------| GATEWAY |-------------|DIALUP SERVER| -----|----192.160.0.171 192.169.0.1 192.168.0.170 |----192.168.0.172 |----192.168.0.173 8 lines My ppp.conf is: default: pap: set debug phase lcp chat set timeout 0 set debug phase lcp chat enable pap set ifaddr 192.168.0.1 192.168.0.171-192.168.0.178 255.255.255.0 enable proxy accept dns set dns 192.168.0.1 load server set radius /etc/radius.conf I have enable the eight lines in my /etc/ttys ttyd0 "/usr/local/sbin/mgetty -s 115200" dialup on secure ttyd1 "/usr/local/sbin/mgetty -s 115200" dialup on secure ...... Some questions: I must enable pseudo-device tun 1 1 must be 8 or this setup is automatic for freebsd 5.2 ? Is my ppp.conf rigth ? Is the "set ifaddr ...." line rigth ? I have in both sides USR 56K and not have more than 32k with analog lines. How can I have more speed ? Thanks in advance roberto