Hi @Andrey_Korobko
You can configure the below configuration on the CLI of each cluster member.
- Modify the $CPDIR/tmp/.CPprofile.sh script:
- Back up the current $CPDIR/tmp/.CPprofile.sh script:
[Expert@HostName:0]# cp -v $CPDIR/tmp/.CPprofile.sh $CPDIR/tmp/.CPprofile.sh_ORIGINAL
- Edit the current $CPDIR/tmp/.CPprofile.sh script:
[Expert@HostName:0]# vi $CPDIR/tmp/.CPprofile.sh
- Before the last line, add:
_cpprof_add CP_AUTO_ARP_FOR_MANUAL_NAT_RULES "1" 0 0
- Save the changes and exit the Vi editor.
- Modify the $CPDIR/tmp/.CPprofile.csh script:
- Back up the current $CPDIR/tmp/.CPprofile.csh script:
[Expert@HostName:0]# cp -v $CPDIR/tmp/.CPprofile.csh $CPDIR/tmp/.CPprofile.csh_ORIGINAL
- Edit the current $CPDIR/tmp/.CPprofile.csh script:
[Expert@HostName:0]# vi $CPDIR/tmp/.CPprofile.csh
- Before the last line, add:
setenv CP_AUTO_ARP_FOR_MANUAL_NAT_RULES "1"
- Save the changes and exit from Vi editor.
- Reboot the Security Gateway.
- Verify that the relevant environment variable was set:
- In the Bash shell:
- Log into the Expert mode.
- Check the value of the variable:
[Expert@HostName:0]# echo $CP_AUTO_ARP_FOR_MANUAL_NAT_RULES
Output should show a value of 1.
- In the Csh shell:
- Log into the Expert mode.
- Log into the Csh shell:
[Expert@HostName:0]# csh
- Check the value of the variable:
[admin@HostName ~]# echo $CP_AUTO_ARP_FOR_MANUAL_NAT_RULES
Output should show a value of 1.