Hi,
Is there a way to specify rule order for NAT rules, like there is for filter rules? I know that iptables supports this functionality, but I cannot figure out how to implement in ASL.
I recently took over an installation that's already in production, and there is a preexisting rule matching all prod_servers/all/all masquerade source address to ext_general.
I want email to go out a different interface, so I added a rule: email_server/all/SMTP nat source to ext_email.
My rule isn't working (email is still going out ext_general). I suspect that the first rule is higher in the rule chain than the second. How can I determine the order in the nat rule chain, and change it?
Thanks,
Steve Sadler
This thread was automatically locked due to age.