I'm trying to manually set IP configuration on my raspberry pi 2. Using SSH I run the following command in the terminal
sudo ifconfig eth0 10.0.0.100 netmask 255.255.255.0 up
my raspberry pi then does a full system crash and I have to shut it off and turn it back on in order for it to be responsive again.
I expect the Raspberry Pi to accept the manually given address that I am giving it, but instead I get a crash. For the record my Raspberry Pi boots up and says the version is 4.14.79-v7+
What could be the problem?