02-02-2016 10:26 PM
Solved! Go to Solution.
02-05-2016 10:47 PM
The firewalls share the following MAC addresses: 00:C0:02:12:35:88 and 00:C0:02:12:35:89. Could you run the script below in the Lansweeper web console under Configuration\Database Scripts. Copy and paste the code and hit the Execute SQL Code button. This will blacklist the MAC addresses, so they are no longer used to uniquely identify assets. This will prevent your firewalls from overwriting each other. Just to be safe, we do recommend backing up your database prior to running any scripts, by following these instructions.
Don't forget to rescan your firewalls afterwards, by hitting the Scan All Enabled IP Ranges Now button in the IP Address Range Scanning section of Configuration\Scanning Methods.
INSERT INTO tsysMacBlacklist (Mac, Comment) VALUES ('00:C0:02:12:35:88', 'firewall exclusion 1')
GO
INSERT INTO tsysMacBlacklist (Mac, Comment) VALUES ('00:C0:02:12:35:89', 'firewall exclusion 2')
GO
UPDATE tsysupdate SET MacBlacklist = GETDATE()
02-05-2016 10:47 PM
The firewalls share the following MAC addresses: 00:C0:02:12:35:88 and 00:C0:02:12:35:89. Could you run the script below in the Lansweeper web console under Configuration\Database Scripts. Copy and paste the code and hit the Execute SQL Code button. This will blacklist the MAC addresses, so they are no longer used to uniquely identify assets. This will prevent your firewalls from overwriting each other. Just to be safe, we do recommend backing up your database prior to running any scripts, by following these instructions.
Don't forget to rescan your firewalls afterwards, by hitting the Scan All Enabled IP Ranges Now button in the IP Address Range Scanning section of Configuration\Scanning Methods.
INSERT INTO tsysMacBlacklist (Mac, Comment) VALUES ('00:C0:02:12:35:88', 'firewall exclusion 1')
GO
INSERT INTO tsysMacBlacklist (Mac, Comment) VALUES ('00:C0:02:12:35:89', 'firewall exclusion 2')
GO
UPDATE tsysupdate SET MacBlacklist = GETDATE()
02-04-2016 03:17 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now