01-21-2011 10:08 AM
static {
rule allow_mail {
match {
destination-address x.x.x.x/32;
}
then {
static-nat prefix y.y.y.y/32;
{
}
destination {
pool websrv{
address a.a.a.a/32;
}
rule-set servers {
from zone untrust;
rule DC2 {
match {
destination-address b.b.b.b/32;
}
then {
destination-nat pool DC2;
}
}
}
}
Solved! Go to Solution.
01-22-2011 11:19 AM
Disable DNS ALG & Check if this solves the issue
#set security alg dns disable
************** Click on the button saying " Accept as Solution" if My Post solved your problem **************