Hi,
rule 2 {
match {
destination-address 172.16.1.3/32; <-- It should be 172.16.1.45/32, Right?
destination-port {
1433;
}
}
then {
destination-nat {
pool {
1433;
}
}
}
}
}
Hi,
rule 2 {
match {
destination-address 172.16.1.3/32; <-- It should be 172.16.1.45/32, Right?
destination-port {
1433;
}
}
then {
destination-nat {
pool {
1433;
}
}
}
}
}