- Open a Terminal.
-
Type in the following commands to add the ports used by the license server to the list of open ports:
$ sudo firewall-cmd --permanent --zone=public --add-port=<license server port>/tcp
$ sudo firewall-cmd --permanent --zone=public --add-port=<vendor daemon port>/tcp
$ sudo firewall-cmd --reload
NOTE: The port numbers for the license server daemon and the vendor daemon can be specified in the license server configuration file—see Configuring a License Server Manually.
Comments
0 comments
Please sign in to leave a comment.