@jimb said in Modifying the Config File:
IP Config from the OS prompt on the Pi yields -
“Link/loopback 'all zeros…”
“inet 127.0.0.0/8 scope host lo”
This should be the first entry of three in the response when you enter ip addr
. The next entry should be your ethernet port, and the final entry should be your wireless LAN. My suggestion is to try this on your pi: ip addr | grep inet
Secondly, when Sam told you to switch on SSH, did you go into the config app and do it? You can get to it from the desktop but the fastest way is to type sudo raspi-config
and then navigate to “Interface Options”->“SSH”. Make sure it is enabled.