Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 1998 10:57:38 -0700 (PDT)
From:      Dan Busarow <dan@dpcsys.com>
To:        Mike Francis <derf@netxxpress.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Eithernet Card
Message-ID:  <Pine.BSF.3.96.980917105327.12359C-100000@java.dpcsys.com>
In-Reply-To: <36004776.C6D07EA@netxxpress.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 16 Sep 1998, Mike Francis wrote:
> I am new to FreeBSD, I own a ISP and am using FreeBSD for my Mail Server
> VER... 2.2.1
> I want to upgrade my Version of freeBSD.
> Instead of doing an Upgrade I plan on Building a new Computer and
> putting FreeBSD 2.2.7 on the new one
> I am using Radius on my Mail server, and I want to transfere all the
> users and Customers onto the new Machine
> What is the Best thing to do and is there any Instruction availible to
> show mw how to install Radius and to Configure it also

To move all the users copy /etc/master.passwd from the 2.2.1 box
to the new one.  If you're paranoid (generally a good state) copy
it to /tmp first and run pwd_mkdb -c master.passwd to verify the
file is good.  Then cp it to /etc and run pwd_mkdb -p /etc/master.passwd

For radius, I use the Livingston code.  Use the BSDI Makefile and
add -lcrypt to LFLAGS

You could also probably simply copy the one you have running on 2.2.1
over and use it.

Dan
-- 
 Dan Busarow                                                  949 443 4172
 Dana Point Communications, a California corporation        dan@dpcsys.com
 Dana Point, California  83 09 EF 59 E0 11 89 B4   8D 09 DB FD E1 DD 0C 82


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.BSF.3.96.980917105327.12359C-100000>