Network Scenario
I have a router that terminates VPN connections and a FortiGate firewall behind it. Behind the FortiGate, an internal VLAN contains multiple servers.
VPN users can successfully connect to the router-based VPN and get an IP address. After connecting, the user can ping the VLAN gateway interface on the FortiGate, but cannot ping or SSH to the actual servers inside that VLAN.
Current Configuration
On the Router:
Static route added for the internal server network pointing to the FortiGate.
On the FortiGate:
IPv4 policy created to allow traffic from the VPN subnet to the server subnet.
NAT is disabled.
Problem Description
VPN users can reach the FortiGate VLAN interface IP (gateway).
VPN users cannot ping or SSH to any individual servers in that VLAN (request timed out).
What I’m Trying to Understand
Could this be a return path issue from the servers?
Do I need additional static routes on the FortiGate or on the servers’ gateway?
Question to Community
What configuration is typically required in this type of setup so VPN users can reach servers behind the FortiGate when VPN terminates on an upstream router?
you can confirm that the traffic from VPN client reaches a server via wireshark or tcpdump ?
on them, if you have a default gateway ( 0.0.0.0/0 ) towards the FGT VLAN interface, it should be enough.
on the FGT you need to have a return traffic/route towards the router VPN for the subnets.
you need to confirm that when connecting to the VPN the client receives either specific IPs or subnets to access ( if not full tunnel is enabled ) .
I second what @funkylicious mentioned. But for those your questions, if you sniff packets at the FGT you can find out the answers yourself, like:
diag sniffer packet any 'host [source_client_IP] and icmp' 4 0
1. an incoming ping packet should come 'in' from the router
2. the ping packet should go 'out' to the LAN interface
3. a ping reply from the server should come 'in' from the LAN interface
4. if the route for the client IP subnet doesn't exist or the default gateway is NOT pointing to the router the reply dies there.
Toshi
| User | Count |
|---|---|
| 2838 | |
| 1434 | |
| 812 | |
| 796 | |
| 455 |
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.