I have installed the latest version Raspbian, that is stretch but I got little problem that make me confuse,
When I set the /etc/network/interfaces
file with a static IP address, and it's fine. But after I restart the networking for several times, suddenly I got error warning like this:
[....] Restarting networking (via systemctl): networking.servicejob for networking.service failed because the control process exited with error code.
see "systemctl status networking.service" and "journalctl- -xe" for details.
failed!
And when I try to find my configuration by ifconfig command, I don't find eth0?
ifconfig
– guyd Sep 05 '17 at 05:36ifconfig -a
, or better yet,ip link
, if you want to see all existing interfaces (as opposed to just the active ones). – goldilocks Sep 05 '17 at 16:15