Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
H3nrikP
New Contributor

SSLVPN not working

Hi all

 

Have a strange problem with SSL VPN not answering. Have set it up multiple times on other system but only with only one WAN IP. Problem here i think is that it listens on all WAN IP's (11 Wan IPs). Everything is standard otherwise than the port (444) but the service doesn't answer. It's a FG81 running 7.2.5

 

Best regards

 

Henrik

 

1 Solution
hbac

Hi @H3nrikP

 

- Please run the following debug flows and try again. 
di deb disable
di deb res
diagnose debug flow filter clear
di deb flow filter port 444
diagnose debug flow show function-name enable
di deb flow show iprope en
diagnose debug console timestamp enable
diagnose debug flow trace start 500
diagnose debug enable

- Run 'di deb dis' to disable the debug. 

- Please also make sure you have a firewall policy configured for ssl.root to your internal network. 

 

Regards,

View solution in original post

14 REPLIES 14
spoojary
Staff
Staff

It will only listen to what wan IP you have configured on the FGT. What happens when you connect to the FCT ? What is the error and the percentage that would give us more info. 

Siddhanth Poojary
H3nrikP

Hi there

 

No error message, just no answer from forticlient or https://IP:444

It is enabled on that port, but as you see in the list it listens on all interfaces. I tried to connect to all of them 

Capture2.jpgCapture1.JPG

/Henrik

srajeswaran
Staff
Staff

Do you see the TCP SYN packet coming to firewall? Is firewall sending a RST?

Can you check if there is any local-in-olicy configured (config firewall local-in-policy)?

Regards,

Suraj

- Have you found a solution? Then give your helper a "Kudos" and mark the solution.

H3nrikP

Hi Suraj

Look in the thread, I have posted some stuff..

Regards

 

Henrik

mle2802
Staff
Staff

Hi there,

Can you please try to connect to VPN and run the following commands:
diag sniffer packet any "host X.X.X.X and port 444" 4 0 l (where X.X.X.X is public IP where you coming from)

Regards,
Minh


H3nrikP

Hi there.

 

The packets are arriving

Capture1.jpg

xshkurti
Staff
Staff

@H3nrikP 
Can you do a packet sniffer on WAN  interface?
diag sniffer packet wan1 "host x.x.x.x port 444" 6 0 1     ----- where x.x.x.x is public IP of your client trying to connect with ssl vpn
to see the communication between host and fortigate.

Another good test would be to try to access web-mode on all IPs listed under WAN interface

H3nrikP

Capture1.jpg

I did try them all :)

 

Regards

 

Henrik

hbac
Staff
Staff

Hi @H3nrikP

 

We see traffic on port 444 which means the ISP forwarded it to the FortiGate. Can you make sure there is no virtual IP configured on port 444? Please also make sure "source-address-negate" is not enabled. If it is enabled, the "source-address" must not be "all". You can run the following command to check: 
show full vpn ssl setting | grep source

 

Regards, 

Labels
Top Kudoed Authors