- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tunnel IPsec Local User
I have problem with my tunnel (remote access). I have tunnel IPsec and autentication from Local user by FortiClient. But I want only one user in same time, I have ip adress range X.X.10.15 - X.X.10-25 and I have 10 users. Now, users can autentication by one user name and password. I must create new remote access for new user or group with one IP adress? I found in the Fortinet, SSL VPN have this option limit-use, IPsec also?
- Labels:
-
FortiClient
-
FortiGate
-
IPsec
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Greetings!
Limiting IPSec VPN users to one connection at a time is not currently supported. However, this feature is available for SSL VPN. To achieve this with SSL VPN, you can configure the SSL VPN web portal to limit user logins. Here is how you can do it:
1. Access the FortiGate CLI.
2. Enter the following commands to configure the SSL VPN web portal:
```
# config vpn ssl web portal
edit <portal_name_str>
set limit-user-logins enable
end
```
This configuration will limit SSL VPN users to a single login session at a time. Unfortunately, for IPSec VPN, you would need to manage user access through other means, such as creating unique credentials for each user.
Regards!
