Hi,
(first issue reporting sorry if it's missing anything)
I’m configuring Microsoft File Share plugin for Exact Data Match (EDM) on Cloud Exchange (CE) v6.0.1, following the Netskope KB ((https://docs.netskope.com/en/microsoft-file-share-plugin-for-exact-data-match) . The configuration is not able to connect to the SMB file share.
While troubleshooting, I SSH’d into the CE server and monitored outbound SMB traffic. I can see connection attempts using TCP/139. I expected SMB TCP/445 (as required in the KB above), and the connection is failing :
After checking the main.py file, it seems like it needs to have the port to be added when SMB connection is being made.
Anybody could update the file to force SMB over port 445 please ?
Hi,
(first issue reporting sorry if it's missing anything)
I’m configuring Microsoft File Share plugin for Exact Data Match (EDM) on Cloud Exchange (CE) v6.0.1, following the Netskope KB ((https://docs.netskope.com/en/microsoft-file-share-plugin-for-exact-data-match) . The configuration is not able to connect to the SMB file share.
While troubleshooting, I SSH’d into the CE server and monitored outbound SMB traffic. I can see connection attempts using TCP/139. I expected SMB TCP/445 (as required in the KB above), and the connection is failing :
After checking the main.py file, it seems like it needs to have the port to be added when SMB connection is being made.
Anybody could update the file to force SMB over port 445 please ?