Skip to main content
abdulasaad
New Member
November 4, 2019
Question

user traffic control

  • November 4, 2019
  • 2 replies
  • 2382 views

my fiends , 

 

can FG direct the traffic of specific user through a specific WAN ? like book this WAN only for this user . 

 

thanks :)

 

    2 replies

    tioeudes
    New Member
    November 4, 2019

     

    config router static edit 0 set device <wan port> set gateway <ip address of the gateway of that wan port you selected above> set destination (0.0.0.0/.0.0.0.0 for everything or de subnet you want ot be accessed from this wan link) end

    OR config router policy edit 0 set input-device <source interface> set src <ip or netmask of the source of the traffic you want to route> set output-device <wan port> set dst <ip or netmask of the source of the traffic you want to route> 0.0.0.0/.0.0.0.0 for everything set gateway <ip address of the gateway of that wan port you selected above> set action permit

    end

     

     

     

    See that with router policy you can define the source too, not only the destination.

     

    Hope it helps,

    tioeudes

    Vishalv16
    New Member
    November 4, 2019

    you can check out policy route  option in network just below static route & select the wan port on which you want to divert traffic on.(am assuming you have basic knowledge about fortigate) Vishal