User guide
ManageEngine Firewall Analyzer :: User Guide 
294 
Zoho Corp. 
For Linux Machine: (running as application and not as service) 
•  Shutdown Firewall Analyzer. 
•  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 run.sh file which is under <Firewall Analyzer Home>/bin directory 
and replace the existing jboss main arguments "-
LAdventNetDeploymentSystem.jar" with these arguments "-
LAdventNetDeploymentSystem.jar" "-c default" "-b <ip-address>" and 
replace <ip-address> with the ip-address to which you wants to bind your 
application and save the file.  
Before changing, the jboss main arguments will be 
org.jboss.Main "-LAdventNetDeploymentSystem.jar" 
After changing the arguments, it will be  
org.jboss.Main "-LAdventNetDeploymentSystem.jar" "-c default" "-b <ip-
address>" 
•  Open setcommonenv.sh file which is under <Firewall Analyzer Home>/bin 
directory and add the option -Dspecific.bind.address=<ip-address> while 
setting JAVA_OPTS as given below: 
JAVA_OPTS="-Djava.awt.headless=true -DpdfReport=false -
Duser.language=en -Duser.country=US -DminDiskSpace=5 -
Djava.library.path=../lib:../lib/native -Xms128m -Xmx512m -
Dspecific.bind.address=<ip-address>" 
and save the file. 
•  Open the mysql-ds.xml file which is under <Firewall Analyzer 
Home>/server/default/deploy directory and replace localhost in 
connection-url tag with the <ip-address> to which you wants to bind the 
application and save the file. 
•  Open the sample-bindings.xml file which is under <Firewall Analyzer 
Home>/server/default/conf directory and go to "jboss port setting block", 
set any fixed RMI port/jndi port (provided the port should be free) and save 
the file.










