
Originally Posted by
mcnallym
Same as on a physical device with the $FWDIR/conf/discntd.if file.
List the interfaces want to ignore within ClusterXL and then install Security policy. Just make sure change to the appropriate vs within the CLI
Stop all Check Point Services:
[Expert@HostName]# cpstop
2.Edit the $FWDIR/conf/discntd.if with a Vi text editor:
[Expert@HostName]# vi $FWDIR/conf/discntd.if
Note:
If the $FWDIR/conf/discntd.if file does not exist, then create it:
[Expert@HostName]# touch $FWDIR/conf/discntd.if
3.Add the names of all interface that should not be monitored by ClusterXL on separate lines.
Example:
eth4
eth5
eth6
To obtain the correct interface names, run this command:
[Expert@HostName]# fw ctl iflist
Note: In Gaia OS, in R75.47 and R77.20 (and above), this file is not needed anymore to list the unused interfaces (except for the physical slaves of Bond interfaces).
4.Save changes in the Vi editor and exit.
5.Start all Check Point Services:
[Expert@HostName]# cpstart
6.Repeat the same actions for the other cluster members.
Note: If after making these changes to the $FWDIR/conf/discntd.if and running 'cpstart', the problematic interfaces are not shown as 'Disconnected' in the output of 'cphaprob -a if' command, then reboot the cluster members.
Bookmarks