Using this action we redirect port 1710 en 1711 on our localhost to the license server at ESAT.
2. Now we need to redirect Matlab to look for the license on the localhost on port 1711. This is done by altering the file "network.lic" under <matlab_installation_directory>/licenses. The file needs to contain the following information:
SERVER localhost ANY 1711
USE_SERVER
If you want to revert this operation don't forget to create a backup of the file.
1. Setup two forward ssh tunnels to the license server in ESAT. In Ubuntu this is achieved using the following commands:
Using this action we redirect port 1710 en 1711 on our localhost to the license server at ESAT.
2. Now we need to redirect Matlab to look for the license on the localhost on port 1711. This is done by altering the file "network.lic" under <matlab_installation_directory>/licenses. The file needs to contain the following information:
If you want to revert this operation don't forget to create a backup of the file.
3. That's it! You can now start Matlab.