Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2006 16:40:09 +0400
From:      AstraSerg <astraserg@proc.ru>
To:        freebsd-ipfw@freebsd.org
Subject:   Re: rule to accept lists of ip's
Message-ID:  <200605251640.09911.astraserg@proc.ru>
In-Reply-To: <008201c67f88$3350a200$0101a8c0@cristian2aebca>
References:  <008201c67f88$3350a200$0101a8c0@cristian2aebca>

next in thread | previous in thread | raw e-mail | index | archive | help
ipfw add 100 allow ip from 200.200.200.3 to 200.200.200.1 keep-state
ipfw add 110 allow ip from 200.200.200.3 to 200.200.200.2 keep-state
ipfw add 120 deny  ip from any to 200.200.200.1
ipfw add 130 deny  ip from any to 200.200.200.2


On Thursday 25 May 2006 03:17, mufalani wrote:
> Hi all,
>
>   I would like to create ipfw rule to allow the lists of valid ip's to
> access my site.
>
> for example :
>
> allow access to addresses 200.200.200.1 (or hostname1) , 200.200.200.2  (or
> hostname2)
>
> for my site under ip 200.200.200.3
>
> and deny all world.
>
>
> This is possible?
>
> How to sintax of rule?
>
> Att,
>
> Rodrigo Mufalani
> _______________________________________________
> freebsd-ipfw@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
> To unsubscribe, send any mail to "freebsd-ipfw-unsubscribe@freebsd.org"

-- 
Thu May 25 16:37:13 MSD 2006



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605251640.09911.astraserg>