From owner-freebsd-questions Wed Apr 5 16: 7:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cytosine.dhs.org (cx272244-a.orng1.occa.home.com [24.1.177.149]) by hub.freebsd.org (Postfix) with ESMTP id AA5A237BD74 for ; Wed, 5 Apr 2000 16:07:16 -0700 (PDT) (envelope-from bhishan@cytosine.dhs.org) Received: (from bhishan@localhost) by cytosine.dhs.org (8.10.0/8.10.0) id e35N7DL08944; Wed, 5 Apr 2000 16:07:13 -0700 (PDT) From: Bhishan Hemrajani Message-Id: <200004052307.e35N7DL08944@cytosine.dhs.org> Subject: Re: dhcpd In-Reply-To: <000201bf9f1e$c1785fb0$3201a8c0@iscaleb> from Caleb Walker at "Apr 5, 2000 09:48:22 am" To: Caleb Walker Date: Wed, 5 Apr 2000 16:07:13 -0700 (PDT) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What you can do is use ipfw. For example: ipfw add 1000 deny all from 192.168.0.10 to any That will deny all from that one person. You might want to read the man page for ipfw to deny the hardware address, as that would be best for you. I'm not sure how to deny hardware addresses, only ip. --bhishan [Charset iso-8859-1 unsupported, filtering to ASCII...] > Is there a way to get dhcp to not give out certain options to certain users > that you know of? > The problem that I am having is that I have dhcpd running on my machine > here. I have set it up to give users addresses, router, and dns servers. > There is one user that should not get this info so that she will not get on > the Internet. They are not smart enough to go ahead and find the info > needed to get on the Internet. I thought this would be the best way to keep > them off for now. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message