Installing Wibu CodeMeter Linux: Difference between revisions

Content deleted Content added
No edit summary
Apparently managed to make the same mistake three times in a row - apologies to anyone confused. 22350, 22352 and 22353 are definitely correct, more in CodeMeter documentation.
Line 45:
On Debian, you can run:<pre>sudo iptables -A INPUT -p tcp -m tcp --dport 22350 -j ACCEPT</pre>
 
Similarly, if you want users to be able to access the web admin interface for code meter on the server, you would need to ensure the firewall allows request on port 22352 (for http) and/or 22353322353 (for https). However, access to the web admin interface from other machines is not required for obtaining a license and in typical configurations, you would be able to access the web admin interface on the host itself (localhost) without additional firewall rules.