Date: Thu, 4 Mar 1999 16:32:32 +1300 (NZDT) From: Jonathan Chen <jonc@pinnacle.co.nz> To: Annelise Anderson <andrsn@andrsn.stanford.edu> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: The Power to Serve? Message-ID: <Pine.SC5.4.10.9903041614310.19367-100000@kiwi.pinnacle.co.nz> In-Reply-To: <Pine.BSF.3.96.990303175447.5356A-100000@andrsn.stanford.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 3 Mar 1999, Annelise Anderson wrote: [...] > --the ISDN line (RJ-45 jack) is connected to an ISDN > modem. > > --the modem is connected to a computer running FreeBSD > (3.1-RELEASE right now; P-90, 64 megs ram) > > --the FreeBSD machine and the other computers (some > of which run Windows NT and even 98, as well as FreeBSD, about > 6 in all) are connected by ethernet to a hub, on an internal > 10.10.10.x network; one of them would be 100 feet away from > the hub, the others closer. > > So, the question is what software do I run that enables > the other computers to use the ISDN line by dialing the ISDN > modem? It would always be dialing the number--the ISDN isp. Your FreeBSD machine would be your internal network's gateway. Your FreeBSD box will need to be gateway_enabled; and you'd have ppp running, possibly: ppp -alias -auto your_isp_entry Other combinations are possible, eg: ppp+natd+ipfw The other machines on your network will need to have their default gateway/route set to your FreeBSD box. Any packet seen by the FreeBSD box not on your internal 10.10.10.x network will cause it to dial out. Jonathan Chen ---------------------------------------------------------------------- The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. 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?Pine.SC5.4.10.9903041614310.19367-100000>