Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I'm mainly just trying to run a web server on this PowerEdge R610.
I decided to go with Debian 9 as it's been around for quite sometime and I've heard is the to go to OS for running a web server.
Let me know if you'd like me to run any commands on the terminal to help you help me.
It looks to me like there are four ethernet interfaces detected and usable, eno1, eno2, eno3, eno4. The "error" in your screenshot seems to be:
Quote:
Command "eno1" is unknown, try "ip address help"
This is not a "real" error, since it seems that you just don't know what commands to enter for the "ip" command. If you want to see a list of interfaces and addresses, use the following command:
Code:
ip address list
or simply
Code:
ip address
Which is what you typed in after. That is all fine.
My first guess is that maybe the ethernet cable is plugged into the wrong port, or the connection is not configured properly (look in the IPv4 settings on the connection in particular - you want DHCP, assuming you've got a router or some other DHCP server active on the network).
At some point, you'll probably want to learn how to set up /etc/network/interfaces rather than use the Network Manager GUI to set up and configure the network interfaces. Network Manager is a really nice tool for laptops, but its capabilities are extremely limited when it comes to handling multiple ethernet interfaces.
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195
Rep:
Debian 9 is extremely well suited for running a web server.
Having said this, one does not normally install a GUI and thing like networkmanager on a server. Using networkmanager requires that you don't have the interfaces setup in /network/interfaces.
If you install Debian using netinstall it will detect the first network interface. Then is requests a DHCP address. It is unlikely that you passed this step succesfully and the network interface does not show up after installation.
With Dell it is also possible and likely that the NIC uses non-free drivers. A netinstall does not pass beyond the point of NIC detection, but a CD install does. So I assume you have installed from a CD and ignored warnings about firmware being not available.
I recommend that you download a netinstall with non-free firmware included and do a netinstall. And see where it gets stuck.
I am not a fan of reinstalling, but without network connection I don't see how you can install the non-free firmaware.
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195
Rep:
Quote:
Originally Posted by AwesomeMachine
Wired Ethernet cards usually don't have extra firmware blobs.
I am sorry but I have to contradict this. They do. I am sure at least one Dell PowerEdge R210 server had this problem. That is a few years ago now, but messages about non-free firmware for NICs in Debian have not become less frequent. Especially Realtek.
Unfortunately the OP has already lost interest and leaves to the usual LQ members to have a discussion among themselves. He could have informed us about the installed NIC.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.