|
This topic deals with the following pre-requisites for setting up Firewall Analyzer in your enterprise.
Firewall Analyzer requires the following ports to be free:
| Port Number | Usage |
|---|---|
| 8500 | This is the default web server port. You will access the Firewall Analyzer server from a web browser using this port number. You may change this port during installation. |
| 514, 1514 | These are the default listener ports on which Firewall Analyzer listens for incoming logs exported from devices. You can add more ports on which Firewall Analyzer can listen for incoming logs. |
| 33336 | This is the port used to connect to the MySQL database in Firewall Analyzer |
|
Look up Changing Default Ports for help on changing the default ports used by Firewall Analyzer |
Apart from the System Requirements, the following setup would ensure optimal performance from Firewall Analyzer:
Changing the default MySQL port:
Change the port number in the following line to the desired port number:
<connection-url>jdbc:mysql://localhost:33336/firewall</connection-url>
Changing the default web server port:
<binding port="8500"/>
|