SSL VPN Unreachable
I thought I followed all instructions to the letter, but my SSLVPN-portal is not available for the outside world.
If I add the internal port to the interface-list, I can reach the portal-pages from inside the network and I'm able to log on as I should, so everything there is working.
When I try to connect from the outside world, I get an 'unreachable'. Debugging the flow on the CLI, I notice that the packet is hitting rule 0 and is therefor blocked.
My config is as follows:
config firewall policy
edit 14
set srcintf "ssl.root"
set dstintf "switch"
set srcaddr "SSLVPN_TUNNEL_ADDR1"
set dstaddr "Local LAN"
set action accept
set schedule "always"
set service "ALL"
set groups "SSL_VPN_USERS"
set nat enable
next
end
config firewall policy
edit 15
set srcintf "ssl.root"
set dstintf "wan1"
set srcaddr "SSLVPN_TUNNEL_ADDR1"
set dstaddr "all"
set action accept
set schedule "always"
set service "ALL"
set groups "SSL_VPN_USERS"
set nat enable
next
end
Other rules include forwarding of HTTP, HTTPS, SSH to two servers.
I am using a FortiGate 110C with OS version 5.2.5
Any suggestions?
Thanks in advance,
Dennis
