WAN Routing
1753767 Members
5876 Online
108799 Solutions
New Discussion

SSL VPN on MSR900 (MSR954) with Comware 7

 
Osrr
Occasional Contributor

SSL VPN on MSR900 (MSR954) with Comware 7

I originally tried doing Client to Site VPN via IPSec but I was suggested to try and use SSL VPN by a coworker.

SSL VPN attempts have been more successful than IPSec ones.

I used mainly these commands to configure the SSL VPN https://community.hpe.com/t5/Comware-Based/MSR-sslvpn/td-p/6970502

With the differences being (other than the names):

sslvpn ip address-pool norsslvpn 10.10.10.3 10.10.10.6
ip address 0.0.0.0 port 443
ip-tunnel address-pool norsslvpn mask 255.255.255.248
local-port 443 local-name 0.0.0.0 remote-server 10.10.10.1 remote-port 443
 ip-route-list kaosvpn
  include 10.10.10.0 255.255.255.248

It works so far that I can open the tcpclient.jnlp. And it shows local host 0.0.0.0 on Local Port 443 Listening.

The thing is that when I try to double-click it, it prompts me with: "Please manually launch the program because no command is configured to execute the program."

On cmd when I run the command: netstat -an | find ":443" 

it find for that:

TCP   0.0.0.0:443     0.0.0.0:0     LISTENING

Where should I continue from or what have I done wrong?