The issue is caused by the improperly working DPI data channel despite its correct configuration.
To resolve the issue:
- Login to the DSM console.
- Go to Computers > Domain Controller.
- Click Intrusion Prevention Rules and click Assign/Unassign.
- Unassign the following IPS Rules:
- 1005067 - Identified potentially harmful client traffic
- 1005090 - Identified potentially harmful server traffic
- Save the changes.
- Login to Deep Security Virtual Appliance (DSVA) and run the following command to re-establish the IPS data channel:
$>sudo stop ds_filter
$>sudo rmmod vmxnet3
$>sudo modprobe vmxnet3
$>sudo /etc/init.d/ds_datachannel start
$>sudo start ds_filter
Then
$>cd /dev
$>lsYou should see the vmxnet_eth2_shm character device.
- Restart the DSVA.
