I'm trying to set up a static IP address for my LTSP server as to configure one of my two NICs (internal one : Server -> Light client) via the /etc/network/interfaces , but when I open the interfaces file all I can see is this :
auto lo
iface lo inet loopback
Is this normal?
cat /etc/NetworkManager/NetworkManager.conf. (Or maybe it'snm-system-settings.confin 12.04.) Under[ifupdown]is a line, eithermanaged=trueormanaged=false. And changing it fromfalsetotrueswitches from unmanaged to managed mode. – Eliah Kagan Aug 08 '14 at 13:54NetworkManagerprocess does not run anymore? (If you're not sure, you can check by runningps ax | grep [N]etworkManagerwhen you think NetworkManager may not be running.) Or just that it doesn't manage your interface anymore? What "stop" command was run? Did you modify/etc/network/interfacestoo? If the new issue is that theNetworkManagerprocess will no longer run automatically (rather than running but not working the way you want), then you might want to post a separate question about that. (In that case, please include a link here and I'll look.) – Eliah Kagan Aug 08 '14 at 23:23