- Open a terminal.
-
Type in the following commands to add the ports used by the license server to the list of open ports:
$ sudo iptables -I INPUT -m state --state NEW -p tcp -m tcp --dport <license server port> -j ACCEPT
$ sudo iptables -I INPUT -m state --state NEW -p tcp -m tcp --dport <vendor daemon port> -j ACCEPT
$ sudo service iptables save
$ sudo service iptables restart
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
Article is closed for comments.