i try using binat : ### interface ###### ## wan interface ( ip public-01 )## ext_if="fxp0" #### LAN Interface ( 192.168.0.0/24) #### prv_if="fxp1" #### DMZ Interface ( 192.168.2.0/24) #### dmz_if="xl0" #### ip public & LAN ###### ext_ad01="ipublic-01" ext_ad02="ipublic-02" prv_ad="192.168.1.0/24" dmz_ad="192.168.2.0/24" ##### DMZ server ip ######## dmz_www_ad ="192.168.0.2/32" dmz_mail_ad ="192.168.0.3/32" ############################# ##### NAT section ############ nat log on $ext_if from $prv_ad to any -> $ext_if nat log on $ext_if from $dmz_ad to any -> $ext_if binat on $ext_if from $dmz_www_ad to any -> $ext_ad01 binat on $ext_if from $dmz_mail_ad to any -> $ext_ad02 ---cut-- I made some test : 1. NAT from ipublic01 to 192.168.0.2/32 succsess . 2. NAT from ipublic02 to 192.168.0.3/32 not succses event no respond ? so i made change make ip alias( ipublic02) in interface fxp0 and made tes againt : 1. NAT from ipublic01 to 192.168.0.2/32 succsess . 2. NAT from ipublic02 to 192.168.0.3/32 succsess. so i have some question : - In PIX FW cisco i just make translate ipublic to ip dmz , so how do it in pf without ip alias in wan interface? thank's ... On Fri, May 9, 2008 at 5:27 PM, Mikel Lindsaar <raasdnil@gmail.com> wrote:-- sonjaya http://sicute.blogspot.com
| Dmitry Torokhov | 2.6.27-rc8+ - first impressions |
| Linus Torvalds | Linux 2.6.27-rc8 |
| Nick Piggin | [patch 3/6] mm: fix fault vs invalidate race for linear mappings |
| Alan Cox | [PATCH 00/76] Queued TTY Patches |
git: | |
| Petr Baudis | [FYI][PATCH] Customizing the WinGit installer |
| Pierre Habouzit | Re: git push (mis ?)behavior |
| Mark Levedahl | Allowing override of the default "origin" nickname |
| Junio C Hamano | [PATCH] Detached HEAD (experimental) |
| Richard Stallman | Real men don't attack straw men |
| Luca Dell'Oca | Authenticate squid in Active Directory |
| Leon Dippenaar | New tcp stack attack |
| Nuno Magalhães | Can't scp, ssh is slow to authenticate. |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| KOSAKI Motohiro | [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| Andi Kleen | Re: [PATCH] Disable TSO for non standard qdiscs |
| Alexey Dobriyan | [PATCH 01/33] nf_conntrack_sip: de-static helper pointers |
