From owner-freebsd-questions Thu Nov 26 07:53:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09674 for freebsd-questions-outgoing; Thu, 26 Nov 1998 07:53:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA09666 for ; Thu, 26 Nov 1998 07:53:05 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.1/8.9.1) id JAA22496; Thu, 26 Nov 1998 09:51:54 -0600 (CST) Date: Thu, 26 Nov 1998 09:51:53 -0600 From: Dan Nelson To: Dean Hollister , FreeBSD Questions Subject: Re: Quake Server: Limiting access Message-ID: <19981126095153.A22424@emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.3i In-Reply-To: ; from "Dean Hollister" on Thu Nov 26 22:45:04 GMT 1998 X-OS: FreeBSD 3.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Nov 26), Dean Hollister said: > > What's the command I have to send to the server to limit access to > certain class-c's only? With quakeworld, its: > > filterban 0 > addip 203.11.114 > > Is it the same for standard Quake? Quake doesn't have in-server filters. You can easily add them with ipfw, though. ipfw add allow udp from 203.11.114.0/24 to ${MYIP} 26000 ipfw add deny udp from any to ${MYIP} 26000 would only allow access from that one class C. -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message