For some strange reason, my Raspberry Pi is acting as the DHCP server on my home network. Whenever a computer boots up in our house, it's immediately told that the IP address for the DHCP server is my Pi.
I don't know if there's some way to prevent such an assignment outside of static setup (which is what our "main" computer is on now as a workaround), or whether it's something that needs to be done in the router admin page or in the Pi. I would like to prevent just turning off the Pi because I'm trying to keep it open as a file offload server.
My router - Netgear R6200, firmware V1.0.1.52_1.0.41 - is on 192.168.1.1, and my Pi is on 80 - every other device we own filters in between those two addresses.
dpkg -l | grep -i dhcpwhat do you get ? – Lawrence Jul 23 '14 at 03:01ii isc-dhcp-server 4.2.2.dfsg.1-5+deb70u6- there's also aisc-dhcp-client(which I assume belongs),isc-dhcp-common(which I assume is a dependency of the server and the client) andudhcpd. – sctjkc01 Jul 23 '14 at 04:47