Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
13
rated 0 times [  13] [ 0]  / answers: 1 / hits: 22626  / 3 Years ago, sun, august 1, 2021, 11:54:41

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?


More From » 12.04

 Answers
3

This is normal. What you have is exactly the same as what's in /etc/network/interfaces on my Ubuntu 14.04 system (which is working fine and networking actively through two separate physical interfaces).



By default an Ubuntu desktop system uses NetworkManager to manage network connections automatically and dynamically. This does not require (and in fact typically requires there not be) entries detailing configuration of your physical interfaces in /etc/network/interfaces.



(NetworkManager, if changed from running in "unnmanaged mode" to "managed mode," will recognize and work with /etc/network/interfaces entries. But unmanaged mode is the default.)



Sources:




[#23769] Tuesday, August 3, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
scrubuz

Total Points: 194
Total Questions: 96
Total Answers: 127

Location: Monaco
Member since Fri, Sep 24, 2021
3 Years ago
;