- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- WAN Routing
- >
- SSL VPN on MSR900 (MSR954) with Comware 7
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2019 07:51 AM
03-14-2019 07:51 AM
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?