The_Unbeliever
Honorary Master
PROTIP :
Using ipconfig /all will give you the DHCP server's IP :
Use this if you want to make sure the correct device/server is dealing out DHCP. Finding the actual device is another matter.
When that device has been located/found, then a login to its management console is in order, and then looking for DHCP scope under LAN interface, and then disable said unwanted DHCP scope.
Using ipconfig /all will give you the DHCP server's IP :
Code:
Wireless LAN adapter Wireless Network Connection 3:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Broadcom BCM943228HM4L 802.11a/b/g/n 2x2
WiFi Adapter #2
Physical Address. . . . . . . . . : [redacted]
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.85.98(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.248.0
Lease Obtained. . . . . . . . . . : 21 October 2015 07:54:43 AM
Lease Expires . . . . . . . . . . : 22 October 2015 07:54:50 AM
Default Gateway . . . . . . . . . : 192.168.80.254
[b]DHCP Server . . . . . . . . . . . : 192.168.80.254[/b]
DNS Servers . . . . . . . . . . . : 196.43.50.190
196.43.38.190
NetBIOS over Tcpip. . . . . . . . : Enabled
Use this if you want to make sure the correct device/server is dealing out DHCP. Finding the actual device is another matter.
When that device has been located/found, then a login to its management console is in order, and then looking for DHCP scope under LAN interface, and then disable said unwanted DHCP scope.