Installing Wibu CodeMeter Linux: Difference between revisions
Content deleted Content added
No edit summary |
updated port number and added remark about http / https access to web interface |
||
Line 39:
On Red Hat, you can achieve this with:<pre>sudo firewall-cmd --get-active-zones
sudo firewall-cmd --zone=public --add-port=
sudo firewall-cmd --reload</pre>
This assumes you see the `public` zone after the first command.
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 interface for code meter on the server, you would need to ensure the firewall allows request on port 22352 (for http) and/or 223532 (for https). However, access to the web interface from other machines is not required for obtaining a license and in typical configurations, you would be able to access the web interface on the host itself (localhost) without additional firewall rules.
| |||