View Single Post
  #10 (permalink)  
Old 2006-10-26
jamjam jamjam is offline
Junior Member
 
Join Date: 2006-05-20
Posts: 2
Rep Power: 0
jamjam has an average reputation (10+)
Default Re: IP address of ClusterXL outgoing traffic

If you want to avoid using the cluster IP address for some specific protocol, you can do the following:
On the SmartCenter Server (Management module)
1) Type cpstop to stop the firewall services.
2) Backup the $FWDIR/lib/table.def (%FWDIR\lib\table.def) file.
3) Edit the $FWDIR/lib/table.def (%FWDIR%\lib\table.def) file with a text editor.
Note: The procedures to edit the table.def file is for the purpose of preventing the cluster member from hide NATing its own real IP address.
4) Locate the line starting with the string no_hide_services_ports, which looks like the following:
no_hide_services_ports = { <500, 17>, <259, 17>, <1701, 17> };
5) Change to:
no_hide_services_ports = { <500, 17>, <259, 17>, <1701, 17>, <your port number,17 (17 means UDP)> };
6) Save the edited table.def file and exit the editor.
Note: When the version or HFA of the SmartCenter Server (management module) is upgraded, the changes made to table.def file are lost.
7) Type cpstart to start the firewall services.
8) Log in to SmartDashboard.
9) Install the Security Policy.
Worked for me . Hope this helps
__________________
jamjam
Reply With Quote