You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
SMB servers have two security settings which force all traffic to be signed. They are RequireSecuritySignature and EnableSecuritySignature. When either of these settings is set to true (they are false by default), transfer rates slow to an absolute crawl. I have witnessed transfer speeds as low as 184KiB/sec. This could cause some SMB copy requests to time out prematurely.
Describe the solution you'd like
We need a way to speed up file transfer if these settings are enabled.
Describe alternatives you've considered
Use winreg or similar library to disable these settings on the server, transfer our file, and then reenable the settings.
Create a very small dropper in powershell or batch that downloads the larger agent binary over http. Use SMB to transfer and execute the dropper.
Do nothing for now. When we rebuild everything to be pluggable, the agent should be a fraction of its current size. This effectively achieves 2.
This issue is a follow up to issue #1921.
The text was updated successfully, but these errors were encountered:
Migrated from guardicore/monkey#1923
Is your feature request related to a problem? Please describe.
SMB servers have two security settings which force all traffic to be signed. They are
RequireSecuritySignature
andEnableSecuritySignature
. When either of these settings is set to true (they are false by default), transfer rates slow to an absolute crawl. I have witnessed transfer speeds as low as 184KiB/sec. This could cause some SMB copy requests to time out prematurely.Describe the solution you'd like
We need a way to speed up file transfer if these settings are enabled.
Describe alternatives you've considered
This issue is a follow up to issue #1921.
The text was updated successfully, but these errors were encountered: