IP Range port scanned 255 times
Same ip Range is port scanned 255 times and kept looping. Applicable to every 3.6 version available to date.
Step-by-step guide
You can run the modified store procedured or manually update it.
Steps below for manual Change
- In SQL Management Studio expand Programmability ==> Stored Procedure
- Right click on IPRangeBatchEx_se and press Modify
- Comment out line 28 like below
- --DELETE FROM [IPRangeBatch] WHERE [IPRangeID] IN ( SELECT [IPRangeID] FROM [IPRange] WHERE [StartIPBinary] IS NULL OR [EndIPBinary] IS NULL );
Related articles