Date: Fri, 28 Jul 2000 21:49:15 +0300 From: Nimrod Mesika <nimrodm@bezeqint.net> To: stable@FreeBSD.ORG Subject: Re: ppp.conf question Message-ID: <20000728214915.A25035@localhost.bsd.net.il> In-Reply-To: <20000728102537.A6014@superhero.org>; from erich@tacni.net on Fri, Jul 28, 2000 at 10:25:37AM -0500 References: <20000728102537.A6014@superhero.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jul 28, 2000 at 10:25:37AM -0500, Erich Zigler wrote: > Call me old fashioned but I still use ppp to handle the firewall > and NAT for my FreeBSD servers. Lately I've been trying to get it > to bond to the second channel on the ISDN line for the 128k > connect. I cant seem to find the directive for doing this in > FreeBSD 4.0-RELEASE. Any ideas or documentation you may point me > at will be greatly appreciated. > Assuming you use user-ppp: Take a look at the ppp(8) man page section dealing with MULTI-LINK-PPP. I haven't actually tried this but seems like you should use the clone command to create two links and then do something like this: link 1 set device /dev/i4brbch0 link 2 set device /dev/i4brbch1 -- Nimrod. http://www.geocities.com/rodd_27 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000728214915.A25035>