- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SSL-VPN not listening on WAN2
Hello, anyone experience any odd issues where it doesn't appear that the ssl-vpn daemon is listening on WAN2? When I enable debugging I never see a connection attempt regardless of what port I set the daemon to listen on. I've tried ports that I know are open and still nothing. I'm guessing this is a bug but wanted to see if I'm the only one experiencing this.
Regards,
- Labels:
-
5.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It turns out that despite the GUI settings being correct, the authentication portion of the SSL VPN config in the CLI showed that it was still tied to WAN1. Changing it to WAN2 fixed the problem. Relevant config section below.
set default-portal "full-access" config authentication-rule edit 1 set source-interface "wan2" set source-address "all" set groups "VPN Users" set portal "full-access" next end
