Strange VIP problem
Hi, I have a strange problem. I have a new Fortigate 60E and I've configured it to replace an old pfSense router. There is an OpenVPN server inside the network and I have to create a portforwarding to it. I'm not able to get this working. So I created another portforwarding to a Windows machine and tried to RDP into that. To my surprise this works. I can even test the policy with Policy Lookup to simulate a session to the external IP-adres. TCP 3389 works without a problem. TCP 943 (management page) and UDP 1194 (tunnel) don't match a policy.
I've checked it over and over but I guess I'm missing something.
This is my CLI configuration:
config firewall policy edit 13 set name "OVPN" set uuid eeb3d648-70dd-51e9-8b48-10597084cee0 set srcintf "wan1" set dstintf "internal" set srcaddr "all" set dstaddr "OpenVPN" set action accept set schedule "always" set service "SOpenVPN" set logtraffic all set fsso disable next end config firewall policy edit 15 set name "RDPTest" set uuid e9f28758-77bd-51e9-f8b4-0258a68224be set srcintf "wan1" set dstintf "internal" set srcaddr "all" set dstaddr "RDP" set action accept set schedule "always" set service "RDP" set logtraffic all set fsso disable next end
