config system interface2. Enable multiple outgoing IP address in explicit webproxy setting:
edit "port1"
set vdom "root"
set ip 10.1.1.73 255.255.252.0
set allowaccess ping https ssh http telnet
set type physical
set snmp-index 1
set secondary-IP enable
config secondaryip
edit 1
set ip 10.1.0.214 255.255.252.0
next
edit 2
set ip 10.1.0.215 255.255.252.0
next
end
next
end
config web-proxy explicit3. Run sniffer command to verify if both IP are being used for outgoing traffic:
set status enable
set http-incoming-port 8080
set outgoing-ip 10.1.0.214 10.1.0.215
end
diag sniffer packet port1 ‘host 10.1.0.214’ 4 0 l
diag sniffer packet port1 ‘host 10.1.0.215’ 4 0 l