I've got 2 machines: one local , one flexserver
I'd like to do a ssh connection for forwarding the TCP port of the flexserver.
On the flexserver, lmutil lmstat -c 5280@localhost
is working fine
So I launched the ssh tunneling connection:
ssh -N -L 5280:flexserver:5280 user@flexserver
On the local machine where the ssh connection is launched I tried:
lmutil lmstat -c 5280@localhost
lmutil - Copyright (c) 1989-2012 Flexera Software LLC. All Rights Reserved.
Flexible License Manager status on Wed 4/15/2015 17:10
License server status: 5280@flexserver
License file(s) on flexserver: 5280@localhost:
lmgrd is not running: Cannot connect to license server system. (-15,570:115 "Operation now in progress")
Any Idea what i missed or did wrong? Thanks