Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
abdo
New Contributor

Separate HTTPs/HTTP Traffic from IMAP/POP3/SMTP Traffic with 2 ISPs

Hi,

 I have 2 ISPs, I want to use one for HTTPS/HTTP traffic and the other for IMAP/POP3/SMTP traffic. How can i do this ?

Thanks

3 REPLIES 3
EMES
Contributor

You can use Policy Routing to push select traffic one way. If you do not see it in the gui goto System > Features and enable advanced routing.

EMES

to add on you then goto Network > Policy Routes > Create New

 

You would then select following

 

protocol as TCP

Incoming interface : Your inside interface/s

Source address: internal subnet/s

Destination address: 0.0.0.0/0

Source Ports : leave them alone

Destination Ports :   from : 80 to 80

 

Select the outgoing interface and add the gateway.

 

You will have to create a few policies to get the final result as you cant add multiple ports. Also in the sources field you can configure the firewall to interpret the address you dont want to forward this way, kind of like a bypass list by going into the CLI and setting the following on that policy.

 

config router policy

edit <sequence number of policy>

set src-negate enable

next

end

 

 

 

abdo
New Contributor

Thank you so much

Labels
Top Kudoed Authors