Skip to main content
wong418
New Member
May 26, 2017
Question

Fortigate 80C with 3 internet line

  • May 26, 2017
  • 1 reply
  • 5667 views

Hi,

I have a FortiGate 80C in my company, roughly 70 users.

It connect with 3 internet line which each line's speed is 4mb dl / 512kbps ul

I not familiar with Fortinet product, basically, I just search on google and do it by myself, set up each interface policy, it works ok in the company.

but I sure there is a good practice to setup the firewall, so I seeking the opinion from the expert at this forum.

 

 

 

 

1 reply

Xcage
New Member
June 29, 2017

Hey Wong

 

is there certain configuration you want to achieve?

you can set the policy routing to basically whatever you want , currently i believe you have it to permit all traffic.

so if you have any idea of what traffic you actually want to firewall , or to deny access to LAN from WAN or vice versa , people here would be able to point you to the right direction.

emnoc
New Member
June 30, 2017

I have  FGT80C also but that does not matter ;)

1>

If your looking at achieving load balance across all three you could do a virtualwan

 

2>

or SNAT a range address behind each 3x interfaces with PBR

 

 

3> or distribute traffic by types

 

web-browsering link#1

dns link#2

all other link#3

 

 

eg ( pbr ) 

 

config router policy

    edit 1

        set end_port 80

        set input_device "lan"

        set output_device "wan1"

       set gateway 1.1.1.1

        set protocol 6

        set start_port 80 

    next

    edit 2

        set end_port 443

        set input_device "lan"

        set output_device "wan1"

        set gateway 1.1.1.1

        set protocol 6

        set start_port 443

    next

        edit 3

        set end_port 53

        set input_device "lan"

        set output_device "wan2"

        set gateway 2.2.2.2

        set protocol 17

        set start_port 53

    next

end

 

You will need the correct policies to match