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 > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw > To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Thu May 25 16:37:13 MSD 2006 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw To unsubscribe, send any mail to "[EMAIL PROTECTED]"
