When you select an interface on which to perform a command or function in the GUI or CLI that allows you to select an interface
(for example, upgrading AsyncOS or configuring DNS), routing (your default gateway) takes precedence over your selection.
For example, suppose that you have a content security appliance with the three network interfaces configured, each on a different
network segment (assume all /24):
Ethernet
|
IP
|
Management
|
192.19.0.100
|
Data1
|
192.19.1.100
|
Data2
|
192.19.2.100
|
And your default gateway is 192.19.0.1.
Now, if you perform an AsyncOS upgrade (or other command or function that allows you to select an interface) and you select
the IP that is on Data1 (192.19.1.100), you would expect all the TCP traffic to occur over the Data1 Ethernet interface. However,
instead the traffic goes out of the interface that is set as your default gateway, in this case Management, but is stamped
with the source address of the IP on Data1.