Multiple IP addresses in network overview

Thanks, yubiuser!!

I think I've resolved the two DHCP server problem. Here's a recent network scan from pi-hole

Following the advice in your last post, I ran ipconfig on my laptop (192.168.1.101) and it correctly reported that 192.168.1.192 is the DHCP server. But pihole reports two additional IP addresses for the laptop: 192...198 and 192...201

Why is that happening??

And I ran the linux command on a linux machine (192.168.1.192) and got this result:

broadcast-dhcp-discover:
| Response 1 of 1:
| IP Offered: 192.168.1.215
| DHCP Message Type: DHCPOFFER
| Server Identifier: 192.168.1.192
| IP Address Lease Time: 2m00s
| Renewal Time Value: 1m00s
| Rebinding Time Value: 1m45s
| Subnet Mask: 255.255.255.0
| Broadcast Address: 192.168.1.255
| Domain Name Server: 192.168.1.192
| Domain Name: lan
|_ Router: 192.168.1.1

Where did the 192...215 IP address come from?

This is all very confusing. I feel like I'm in the deep end of the pool.