From owner-freebsd-questions Sat Apr 28 5:31:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from seatle.vredesdorp.nl (seatle.demon.nl [195.173.228.191]) by hub.freebsd.org (Postfix) with ESMTP id 51A3B37B423 for ; Sat, 28 Apr 2001 05:31:09 -0700 (PDT) (envelope-from rotan@cs.pdx.edu) Received: (from rotan@localhost) by seatle.vredesdorp.nl (8.11.1/8.11.1) id f3SCVcq24344 for freebsd-questions@freebsd.org; Sat, 28 Apr 2001 14:31:38 +0200 (CEST) (envelope-from rotan@cs.pdx.edu) X-Authentication-Warning: seatle.vredesdorp.nl: rotan set sender to rotan@cs.pdx.edu using -f Date: Sat, 28 Apr 2001 14:31:38 +0200 From: "Robert T.G. Tan" To: freebsd-questions@freebsd.org Subject: Re: ADSL ISDN ppp how to & IP counting Message-ID: <20010428143137.A19086@cs.pdx.edu> Mail-Followup-To: freebsd-questions@freebsd.org References: <20010428063000.18797.qmail@web10003.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010428063000.18797.qmail@web10003.mail.yahoo.com>; from xiyuan@yahoo.com on Fri, Apr 27, 2001 at 11:30:00PM -0700 X-mutt: Heterozygous Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSD supports both, I don't know how, for ADSL, but for ISDN, you need the following, in you kernel config, for a Teles card for example, of course other cards are supported as well, look in LINT: options TEL_S0_16_3 device isic0 at isa? port 0xd80 irq 5 flags 3 pseudo-device "i4bq921" pseudo-device "i4bq931" pseudo-device "i4b" pseudo-device "i4btrc" 1 pseudo-device "i4bctl" pseudo-device "i4brbch" 1 pseudo-device "i4btel" 1 pseudo-device "i4bipr" 1 options IPR_VJ #options IPR_LOG=32 pseudo-device "i4bisppp" 1 Then you can use kernel ppp to run over an isp0 device, you have to look into the documentation. User ppp also works. rotan. xiyuan qian(xiyuan@yahoo.com)@2001.04.27 23:30:00 +0000: > Hi, Can someone there do me a favour to tell me > whether freebsd supporting ADSL or ISDN ppp connecting > to an ISP? If can , how to ? Just like the > configuration of tel. line? > > If I can dial my freebsd box to my ISP, all I want to > do is make this box act like a gateway to let all my > local net going out. I know I can carry this out with > ipfilter. But I need to control the inner hosts like > the following situation: some can do everthing like > visiting web sites, sending email, ftping files etc, > some only can sending email. How to control with > ipfilter? Can the ipfilter log all the outgoing's > begin and end time? > > Best regaurds! > > --xiyuan > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Auctions - buy the things you want at great prices > http://auctions.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message