Our Public interface has 15 of our /27 sub net address on it. As per the documentation it said I should set the preferred source in the static default route.
S 0.0.0.0/0 r 66.128.120.1 1 Backbone
This does not show it, but the preferred source is 66.128.120.2
I have the following masquerade rules setup.
;;; 192.168.200.0/24
src-address=192.168.200.0/24 action=masquerade to-src-address=66.128.120.3
;;; Everyone Else
action=masquerade to-src-address=66.128.120.2
Even with the last masquerade rule disabled I still only get traffic coming out from our .2 address. Even when I remove the preferred source I still only get traffic from the .2 address. The 192.168.200.0/24 masquerade queue shows traffic. If I move it below the Everyone Else rule it shows no traffic.
Any ideas?
Thanks