rule to accept lists of ip's

AstraSerg astraserg at proc.ru
Thu May 25 06:06:10 PDT 2006


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
> To unsubscribe, send any mail to "freebsd-ipfw-unsubscribe at freebsd.org"

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


More information about the freebsd-ipfw mailing list