Description |
This article explains the scenario in which SSL VPN status shows connected, sent-out packets getting increased in the FortiClient Dashboard but proper communication is not happening. While checking from FortiGate, only incoming packets from ssl.root interface are seen. No outgoing packets are seen.
FortiGate-120G # diagnose sniffer packet any " host 10.10.23.254 and host 192.168.20.100" 4 0 l
2025-01-18 17:01:12.944218 ssl.root in 192.168.20.100 -> 10.10.10.254: icmp: echo request
Where 192.168.20.100 is the SSLVPN user's IP, 10.10.23.254 is the destination IP and 172.168.17.1 is the management interface IP. |
Scope | FortiGate. |
Solution |
edit "ssl.root" set vrf 10 <----- Here VRF is set to 10.
In this case, all other interfaces are in the default VRF, and ssl.root is in VRF10. This VRF can be unset for ssl.root interface so that all the source and destination interfaces will be in the same VRF:-
config system interface
This will unset the VRF10 for ssl.root interface and then it will be in the default VRF.
Related article: Technical Tip: Virtual routing and forwarding ID configuration |