LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 10-29-2017, 11:40 AM   #1
rtist
LQ Newbie
 
Registered: Oct 2017
Posts: 2

Rep: Reputation: Disabled
PowerEdge R610 Server on Debian 9


Hello Everyone,

I'm new to Debian 9 and a server (PowerEdge R610) I just got from ebay to mess around with.

Usually I mess around with Kali Linux but I'm looking to run a web server on this old server I just got.


I thought this was going to be a simple OS install.
However, looks like Debian isn't allowing me to connect via ethernet.

I figured I'd just grab my ethernet cable and hook it up and that would be it.

However, doesn't seem like Debian is picking up anything.


I did try to bring up the eno1 interface however, the terminal came up with something a long the lines of
"Eno1 interface unknown"

Here's some pics

http://fb.pics/image/tQzb
http://fb.pics/image/tahh

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.

Thank You and any help is appreciated.
 
Old 10-30-2017, 03:05 PM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051
Quote:
Originally Posted by rtist View Post
I did try to bring up the eno1 interface however, the terminal came up with something a long the lines of
"Eno1 interface unknown"
i've never heard of an eno1 interface.
please show us the commands issued & output received.
post it between code tags.
also the output of
Code:
ip link
 
Old 10-30-2017, 04:14 PM   #3
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,406
Blog Entries: 8

Rep: Reputation: 414Reputation: 414Reputation: 414Reputation: 414Reputation: 414
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.
 
Old 10-30-2017, 06:04 PM   #4
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
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.

jlinkels
 
Old 10-30-2017, 06:54 PM   #5
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,521

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
Wired Ethernet cards usually don't have extra firmware blobs. During the install it should give you a choice of all of the configured interfaces.
 
Old 10-30-2017, 07:10 PM   #6
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
Quote:
Originally Posted by AwesomeMachine View Post
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.

jlinkels
 
Old 10-30-2017, 09:38 PM   #7
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,695

Rep: Reputation: 3582Reputation: 3582Reputation: 3582Reputation: 3582Reputation: 3582Reputation: 3582Reputation: 3582Reputation: 3582Reputation: 3582Reputation: 3582Reputation: 3582
eno1 should mean it is supported in kernel but that assumes you actually have an enoX nic(s) and are not using a prior distro.

eno1 means predictive naming scheme. Every time you boot the exact nic should be in that exact same place.

Use IP configure or gui to configure. Be sure to start with lspci to see what nic model maybe.
 
Old 10-31-2017, 07:02 AM   #8
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
If this R610 has a Broadcom NIC 5709 installed it uses non-free firmware.
https://packages.debian.org/jessie/firmware-bnx2

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.

jlinkels
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dell OMSA - Debian Linux - Poweredge 2950 Server JJX Linux - Server 2 08-21-2017 06:02 PM
[SOLVED] RAID configuration on 2 Dell PowerEdge R610's burley Linux - Server 1 09-16-2014 07:17 AM
Failed to install Slackware 13.37 32Bit on DELL PowerEdge R610 andr0 Slackware - Installation 3 08-01-2011 03:40 PM
Installing Debian 5.0.3 (Lenny) on a Dell Poweredge 4-disk HW-RAID server alke Debian 1 01-21-2011 10:16 AM
No network connection aftet RH 5.3 install on new Dell PowerEdge R610 brusk Linux - Networking 4 01-04-2011 04:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration