FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
hbac
Staff
Staff
Article Id 291302
Description This article describes how to configure the login disclaimer(banner) for dialup IPsec VPN. 
Scope FortiOS.
Solution

The 'Login Disclaimer' can only be configured in the CLI using the following commands (assuming the dial-up VPN tunnel 'test' in this example is already created):

 

config vpn ipsec phase1-interface 

edit "test"

set unity-support enable            <- Required for 'banner' command to work.

set banner "Disclaimer is working"  <- 'Disclaimer is working' will appear when users connect to the VPN via FortiClient.

end 

 

Below is an example of when a user connects to the VPN. 

 

                                         disclaimer.PNG

Contributors