Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2001 11:31:10 -0400
From:      "Kutulu" <kutulu@kutulu.org>
To:        "tech" <tech@ib.com.ua>
Cc:        <freebsd-stable@FreeBSD.ORG>
Subject:   Re: deny for free addresses in network
Message-ID:  <001e01c141e9$4b32f260$9f230f0a@educate.com>
References:  <200109201517.f8KFH7180827@ib.com.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
The quickest way would be to break the /24 up into smaller parts and deny
them in blocks, like:

192.168.4.11/32
192.168.4.12/30
192.168.4.16/28
192.168.4.32/27
192.168.4.64/26
192.168.4.128/25

As you add more live IP's you just need to break up the blocks.  When you
get into the .16 block, split it into .24/29 and .20/30, etc.  And of
course, list the extras as their own /32.

--K

----- Original Message -----
From: "tech" <tech@ib.com.ua>
To: <freebsd-stable@FreeBSD.ORG>
Sent: Thursday, September 20, 2001 11:17 AM
Subject: deny for free addresses in network


>
> I have network 192.168.4.0/24 used 192.168.4.1-192.168.4.10
>    I want deny 192.168.4.11-192.168.4.254. What can i do ?
>
>  10x
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message
>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001e01c141e9$4b32f260$9f230f0a>