Hi Luiz!
Can you post here your working final ruleset with rdr + replye-to? Only rdr
+ reply-to section.
Thank you!
PERFECT !
This is it ! (tribute to MJ)
worked perfectly, had not really thought about using tag, perfect.
thank you (valeu !)
Hi,
Yep!
# Nat section
rdr on $if_ext2 proto tcp from any to $ip_ext2 port http tag
http_link2 -> $dmz_http
# Rule section
pass in quick on $if_ext2 reply-to ($if_ext2 $gw_ext2) tagged http_link2
The reply-to is apply on the tag match.
Thanks for Gabriel !
2010/6/30 Vitaliy Vladimirovich :
>
2010/6/30 Luiz Gustavo S. Costa
> Hi,
>
> Yep!
>
> # Nat section
> rdr on $if_ext2 proto tcp from any to $ip_ext2 port http tag
> http_link2 -> $dmz_http
>
> # Rule section
> pass in quick on $if_ext2 reply-to ($if_ext2 $gw_ext2) tagged http_link2
>
> The reply-to is apply on the tag match.
>
> T