
ManageEngine Firewall Analyzer :: User Guide
295
Zoho Corp.
Before setting the port it will look like <binding
host="${jboss.bind.address}" port="0"/>
After setting the port it will look like <binding
host="${jboss.bind.address}" port="<any fixed free port>"/>
<any fixed free port> is the port number which you have configured
and not used by any application.
• Restart Firewall Analyzer.
To shutdown Firewall Analyzer use the below command
./shutdown.sh -S -s <ip-address>:<jndi-port>
where <jndi-port> in the above command is the one which you have set in
sample-bindings.xml
Ensure that the following two conditions are met:
1. In .etc/nsswitch.conf file you need to ensure the below line:
hosts: files dns
i.e. it should be in the order 'files' and 'dns' not the reverse as 'dns'
and 'files'.
i.e. it should not be hosts: dns files
2. In .etc/hosts file add the below one as the first line
<binded-ip-address> localhost
Replace <binded-ip-address> with the ip-address to which you
want to bind your application.
For Linux Machine: (running as service)
• Stop the Firewall Analyzer service.
• Open the startDB.sh file which is under <Firewall Analyzer Home>/bin
directory and add option --bind-address=<ip-address> in the mysqld
start command that starts with $DB_HOME and save the file.
• Open the stopDB.sh file which is under <Firewall Analyzer Home>/bin
directory and add -h <ip-address> to the command arguments and save the
file.
Before change the line will look like the one given below:
commandArgs="-S $TMP_HOME -P $DB_PORT -u $USER_NAME"
After the change the line should like the one given below:
commandArgs="-S $TMP_HOME -P $DB_PORT -u $USER_NAME -h <ip-
address>"
• Open the wrapper.conf file which is under <Firewall Analyzer
Home>\server\default\conf and and follow the below steps:
Uncomment the second application parameter
Komentarze do niniejszej Instrukcji