Description This article describes FTP communication through FortiProxy
and the required Syntax with CURL. Scope FortiProxy may also be
applicable for FortiGate to some extent. Solution CURL is a versatile
command-line program available for Linux and...
Description This article describes general troubleshooting and
considerations when deploying the FortiAuthenticator to handle FSSO
operation in high-performance environments. Scope FortiAuthenticator is
used as an FSSO Collector. Solution Table of co...
Description This article describes an example use case for certmonger
and the FortiAuthenticator as SCEP server. Note that certmonger is a
third party tool and not endorsed by Fortinet. Its documentation can be
found here:https://www.freeipa.org/page...
Description This article describes the general setup on an SMS gateway.
It links to a few more specific setups as well. It intends to expand the
documentation on the administration guide: SMS Gateway documentation
Note that this does not include the <!-- --><!-- --><!-- --><!-- --><!-- --><!-- --><!-- --><!-- --><!-- --><!-- --><!-- --><!-- --><!-- --><!-- --><!-- --><!-- -->...
Description This article describes best practices for hardening
environments with the FortiAuthenticator. It may in parts be true for
other installations. Scope FortiAuthenticator all versions. FortiGate
configuration is referred to in parts. Solutio...
Packet capture will tell you most of what is going on. I'm sure you
remember my rambling about a certain article with steps of what is
supposed to happen and when. These steps all reflect in a packet capture
and indicate where to search.
Do you have a screenshot etc? The message "server cannot be found"
sounds like a DNS error. What is the "captive address" that gives you
the success page? The cellular data CAN be a problem IF the device is
able to contact the captive portal detectio...
The API is basically HTTPS access. The API key is just doing
authentication AFTER the HTTPS or rather TLS exchange. The policy update
or whatever will be done AFTER that. So your python script will be the
HTTPS/TLS client to the FortiGate as TLS serv...
You need an identifying factor to tell FortiGate "this traffic is from
group2". If the groups are in certain subnets, design your rules for
these subnets. Otherwise, you may have to implement some sort of
authentication and refer to users in the user...
Hello Avatar, good to hear you try to learn! I recommend trying
understanding what the FortiGate is doing in your network. Security
profiles, routing, VPN, etc. Focus on these topics maybe first as you'll
have a more direct access to those. Setup vid...