(no subject)

2008-09-06 Thread secucatcher
hi everybody, my work now is to change a linux firewall with iptables to freebsd/pf/carp i migrate 6500 lines of iptables with no problem in ten day there is 400 servers to filter and maybe more in the new datacenter (1400/1700) the firewall do nat ! they have something like this: iptables -t n

Re: (no subject)

2008-09-06 Thread secucatcher
sorry for the disturbing time i find: rdr on $if_ext proto tcp from $int_net to port 80 -> \ nat on $if_int inet from to any -> i nat on the internal interface and it is just working ___ freebsd-pf@freebsd.org mailing list http://lists.freebsd.

Re: bidirectional NAT in PF?

2008-09-06 Thread David DeSimone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > sorry for the disturbing time > i find: > rdr on $if_ext proto tcp from $int_net to port 80 -> \ > > > nat on $if_int inet from to any -> > > i nat on the internal interface and it is just wor

Re: bidirectional NAT in PF?

2008-09-06 Thread secucatcher
> Is this true, that PF supports bidirectional NAT? That is, NAT of > both the source and the destination IP in a connection, at the same > time? > > I had attempted this in the past but I could not find a rule syntax > that would accomplish it. Looking at the above, it appears that this > may

Re: bidirectional NAT in PF?

2008-09-06 Thread secucatcher
Le Sat, 6 Sep 2008 14:14:04 -0500 "David DeSimone" <[EMAIL PROTECTED]> a pris sa plume: > rdr on $if_ext proto tcp from $int_net to port 80 -> \ > > > > > > nat on $if_int inet from to any -> > > > > i nat on the internal interface and it is just working to be more clear the priv ip a

Re: bidirectional NAT in PF?

2008-09-06 Thread David DeSimone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Is this true, that PF supports bidirectional NAT? That is, NAT of > > both the source and the destination IP in a connection, at the same > > time? > > "binat" was not working for u ? > binat on $ife