Hello.
Sorry, I didn't know which section is better to write VPN or Firewall
Users must remotely connect to the central office and work with authorized services. Users can be included in groups for which the service should be available. IPSec pre-shared key There are 2 rules in the firewall
show
config firewall policy
edit 4
set name "vpn_ipsec_1"
set uuid **********************
set srcintf "ipsec_1"
set dstintf "lan"
set srcaddr "ipsec_1_range"
set dstaddr "server_1"
set action accept
set schedule "always"
set service "ALL"
set inspection-mode proxy
set comments "VPN: ipsec_1
set nat enable
next
end
config firewall policy
edit 5
set name "vpn_ipsec_2"
set uuid ***********************
set srcintf "ipsec_2"
set dstintf "lan"
set srcaddr "ipsec_2_range"
set dstaddr "server_2"
set action accept
set schedule "always"
set service "ALL"
set inspection-mode proxy
set comments "VPN: ipsec_2
set nat enable
next
end
The crux of the pain is VPN_2 is not connected on the client, but if you disable rule number 1, then VPN_2 is connected on the client. Tell me where to dig?
Please share the vpn config and user group config here
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 |
---|---|
1742 | |
1113 | |
759 | |
447 | |
241 |
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 2025 Fortinet, Inc. All Rights Reserved.