Re: Iptables in FreeBSD

2009-02-13 Thread Moti Levy
On 02/12/09 3:31 AM, kashif imran wrote: Hi all I am a new to FreeBsd, can someone translate these iptables rules for freebsd? /usr/sbin/iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE /usr/sbin/iptables -A FORWARD -i eth0 -o eth1 -m state --state RELATED,ESTABLISHED -j ACCEPT /usr

Re: Iptables in FreeBSD

2009-02-13 Thread Odhiambo Washington
On Fri, Feb 13, 2009 at 3:21 PM, Moti Levy levym...@gmail.com wrote: On 02/12/09 3:31 AM, kashif imran wrote: Hi all I am a new to FreeBsd, can someone translate these iptables rules for freebsd? /usr/sbin/iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE /usr/sbin/iptables -A FORWARD

Iptables in FreeBSD

2009-02-12 Thread kashif imran
Hi all I am a new to FreeBsd, can someone translate these iptables rules for freebsd?   /usr/sbin/iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE /usr/sbin/iptables -A FORWARD -i eth0 -o eth1 -m state --state RELATED,ESTABLISHED -j ACCEPT /usr/sbin/iptables -A FORWARD -i eth1 -o eth0 -j

Translate Linux iptables to Freebsd pf ?

2006-03-08 Thread Frank Bonnet
Hello Does anyone knows a tool that could translate iptables rules to FreeBSD pf rules ? Or if it does not exists, some examples are welcome. Thank you -- Regards ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: Translate Linux iptables to Freebsd pf ?

2006-03-08 Thread Erik Norgaard
Frank Bonnet wrote: Does anyone knows a tool that could translate iptables rules to FreeBSD pf rules ? maybe fwbuilder would work, but I would prefer not to use it. Or if it does not exists, some examples are welcome. Have you tried the pf user's guide? Has samples also: http

Re: Translate Linux iptables to Freebsd pf ?

2006-03-08 Thread Frank Bonnet
Erik Norgaard wrote: Frank Bonnet wrote: Does anyone knows a tool that could translate iptables rules to FreeBSD pf rules ? maybe fwbuilder would work, but I would prefer not to use it. Or if it does not exists, some examples are welcome. Have you tried the pf user's guide? Has samples

Re: Translate Linux iptables to Freebsd pf ?

2006-03-08 Thread Pietro Cerutti
On 3/8/06, Frank Bonnet [EMAIL PROTECTED] wrote: Hello Hi Frank, Does anyone knows a tool that could translate iptables rules to FreeBSD pf rules ? There is a port of fwbuilder under security/, a tool which abstracts the idea of firewalling rules in a object oriented graphic environment