From owner-freebsd-newbies@FreeBSD.ORG Tue Oct 5 15:23:21 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5298C16A4CE for ; Tue, 5 Oct 2004 15:23:21 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B34543D2F for ; Tue, 5 Oct 2004 15:23:21 +0000 (GMT) (envelope-from geekout@gmail.com) Received: by mproxy.gmail.com with SMTP id 74so311039rnk for ; Tue, 05 Oct 2004 08:23:19 -0700 (PDT) Received: by 10.38.67.26 with SMTP id p26mr359464rna; Tue, 05 Oct 2004 08:23:19 -0700 (PDT) Received: by 10.38.72.71 with HTTP; Tue, 5 Oct 2004 08:23:19 -0700 (PDT) Message-ID: <6e01203b04100508235492090f@mail.gmail.com> Date: Tue, 5 Oct 2004 09:23:19 -0600 From: Tyler Gee To: buebo@buebo.de In-Reply-To: <200410042313.29422.buebo@buebo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200410042313.29422.buebo@buebo.de> cc: freebsd-newbies@freebsd.org Subject: Re: network question X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tyler Gee List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2004 15:23:21 -0000 But really, really think twice before running telnet. Most likely you do not need to which means you want to run ssh as a stand alone server. So in your /etc/rc.conf you want: sshd_enable="YES" inetd_enable="NO" Check out the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-servers.html Also, the sshd config file (I cannot remember where it is right now and I am not at my box but it should say if you 'man sshd') -wtgee On Mon, 4 Oct 2004 23:13:23 +0200, Felix 'buebo' Kakrow wrote: > Hi, > > How do i configure DHCP? > AFAIK is no DHCP-Server included in the base system, but there are some ports > which deal with that. > I like dnsmasq (wich can do dhcp apart from dns), because it's painless to > install and configure. > > > and Telnet/SSH server? > You run telnet and sshd from inetd. Check out man inetd and man sshd/telnetd. > Apart from that questions@freebsd.org is a great list if you got problems with > the configuration. > > Cheers > Felix > > >