From owner-freebsd-isp Thu Jun 4 16:13:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03385 for freebsd-isp-outgoing; Thu, 4 Jun 1998 16:13:57 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from uhf.wireless.net (uhf.wireless.net [209.189.23.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03364 for ; Thu, 4 Jun 1998 16:13:41 -0700 (PDT) (envelope-from bad@uhf.wireless.net) Received: from localhost (bad@localhost) by uhf.wireless.net (8.8.8/8.8.7) with SMTP id QAA00768; Thu, 4 Jun 1998 16:10:48 -0700 (PDT) Date: Thu, 4 Jun 1998 16:10:46 -0700 (PDT) From: Bernie Doehner To: Paul Stewart cc: freebsd-isp@FreeBSD.ORG Subject: Re: Long Question...:) In-Reply-To: <35770A7A.7EB35DCB@kawartha.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Server Gateway Address .53 (the server at our end) > Netmask 255.255.255.248 > Workstation IP's .250,.251,.252,.253 respecitively > > On the workstations, same netmask but gateway of 204.101.15.249 (make > sense?) Yes. > On our local server we are using the following: > > Server IP Address .53 > Netmask 255.255.255.0 > Workstation IP's range from .1 (Cisco) right up to .225 currently in > use > Gateway .1 But you need a network route to .249 netmask 255.255.255.248 on the gateway. > When we changed our netmask on the local server to 255.255.255.248 the > only thing it will see is the remote network (which by the way is > connected via ISDN). > > Currently this whole setup is being done on Windows NT but we are > considering doing this on FreeBSD (my personal preference). How does one enter network routes under NT? I haven't the foggiest. Under BSD you would say on your internal lan's gateway: route add -net 204.101.15.248 -netmask 255.255.255.248 204.101.15.249 Don't forget, that you have to set up your cisco to route to the freebsd (or NT gateway/router), or you have to use proxy-arp. > Which brings me to another quick question.... the reason for going to NT > currently is that the workstations need to run Wordperfect Suite and > print to a LaserJet 6L (connected to server). The whole login mechanism > is done via a remote Radius server (on our local LAN). Therefore we've > added RRAS for NT which allows Radius authentication for logins. Why can't this be done with Samba and radiusd under BSD? > I know there are errors in the above settings and need some guidance. > Our router is managed by Bell Global (our upstream provider) and they > have said they can add static routes to our Cisco router which will fix > our local netmask problems (we don't want to adjust our local netmask > values). Ok. so you need to tell them to route .248 -netmask 255.255.255.248 via the local ethernet's ip address of the gateway. > This whole project is running overdue and I"m lost (I think I've been > staring at the computer screen too long heehehee...) > You could always hire me :) Especialy if you make it possible for me to leave California!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message