Date: Sat, 28 Apr 2001 14:31:38 +0200 From: "Robert T.G. Tan" <rotan@cs.pdx.edu> To: freebsd-questions@freebsd.org Subject: Re: ADSL ISDN ppp how to & IP counting Message-ID: <20010428143137.A19086@cs.pdx.edu> In-Reply-To: <20010428063000.18797.qmail@web10003.mail.yahoo.com>; from xiyuan@yahoo.com on Fri, Apr 27, 2001 at 11:30:00PM -0700 References: <20010428063000.18797.qmail@web10003.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010428143137.A19086>