Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
Bob - self proclaimed posting junkie!
See my Fortigate related scripts at: http://fortigate.camerabob.com
FortiOS 5.0 supports authentication-based routing by creating an identity-based route that associates a user group with one or more routes. This identity-based route is then added to a security policy and all traffic from users authenticated by this user group is routed to the gateway. This feature is configured from the CLI and can be useful for MSSPs who need to route users from different organizations to different Internet gateways. Enter the following command to add an identity-based route that routes all traffic from users in the company1-user-group and the company2-user-group user groups out the wan1 interface to a next-hop router with IP address 172.20.120.2.We haven' t yet upgraded to 5.0.2 (or was that already in 5.0/5.0.1?), so I can' t try it, but does anybody know more about how it works? Does it only work with authentificated users in user groups (which we don' t currently have implemented) or can one simply create a IP-based group manually and use that as a selector?config firewall identity-based-route edit new-id-route config rule edit 1 set gateway 172.20.120.2 set device wan1 set groups company1-user-group company2-user-group end endEnter the following command to add the identity-based route to a security policy:config firewall policy edit 1 ... set identity-based enable set identity-based-route new-id-route ... end
Bob - self proclaimed posting junkie!
See my Fortigate related scripts at: http://fortigate.camerabob.com
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1713 | |
1093 | |
752 | |
447 | |
231 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.