Hi - I'm new to all this but I have an issue where my Pi is acting as a DHCP server on my network. It's allocating addresses to devices that get turned on rather than my router. I've tried searching for ways to disable this to no avail.
I tried dpkg -l | grep -i dhcp and got the following:
ii dhcpcd5 6.7.1-1+rpi5 armhf DHCv4, IPv6RA and DHCPv6 client with IPv4LL support
ii isc-dhcp-client 4.3.1-6+deb8u2 armhf DHC client for automatically obtaining an IP address
ii isc-dhcp-common 4.3.1-6+deb8u2 armhf common files used by all of the isc-dhcp packages
ii udhcpd 1:1.22.0-9+deb8u1 armhf Provides the busybox DHCP server implementation
Tried sudo update-rc.d udhcpd disable but got the following.
update-rc.d: error: cannot find a LSB script for udhcpd
Help much appreciated!