From owner-freebsd-questions@FreeBSD.ORG Mon Mar 8 10:11:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DE4D16A4CE for ; Mon, 8 Mar 2004 10:11:12 -0800 (PST) Received: from 82-41-27-158.cable.ubr04.edin.blueyonder.co.uk (82-41-27-158.cable.ubr04.edin.blueyonder.co.uk [82.41.27.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id E408B43D1D for ; Mon, 8 Mar 2004 10:11:10 -0800 (PST) (envelope-from andrew@mux.org.uk) Received: from mux.org.uk (spatula.flat [192.168.0.2]) by myriad.flat (Postfix) with ESMTP id 7CC34C5; Mon, 8 Mar 2004 16:58:15 +0000 (GMT) Message-ID: <404CB738.7000308@mux.org.uk> Date: Mon, 08 Mar 2004 18:11:04 +0000 From: Andrew Boothman User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040228 X-Accept-Language: en-us, en MIME-Version: 1.0 To: HypoMaster References: <001001c40529$01bd7cd0$93082552@Ricky1985llewellynjohn> In-Reply-To: <001001c40529$01bd7cd0$93082552@Ricky1985llewellynjohn> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: binding ips to accounts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2004 18:11:12 -0000 HypoMaster wrote: > hi ya, > > recently ive had a problems with people binding to ips that are not issued then, has any one written a script where i can the server reads for example /etc/ip.conf before binding any user files, and in /etc/ip.conf ude have eg ricky:66.66.66.21 and ricky can only bind to that or vhost:66.66.66.1 every one cause use as a vhost only but wont allow any think to bind to it, It sounds like you might want to create a jail for each of your users. Have a look at http://docs.freebsd.org/44doc/papers/jail/jail.html and jail(8). Cheers. Andrew