Hi,
In a Lansweeper Classic installation:
IP range definitions are stored in:
tsysIPScanRanges
This table holds:
The range ID (primary key)
Start and end of the range (IPFrom, IPTo)
Description, enabled flag, schedule, etc.
Credential mappings per IP range are stored in:
tsysIPRangeCredentials
This table holds:
RangeID → foreign key to tsysIPScanRanges.ID
CredentialID (or similar) → foreign key to tsysCredentials
Credentials themselves are stored in:
tsysCredentials