Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
12-17-2020, 09:04 AM
|
#1
|
Member
Registered: Nov 2007
Posts: 30
Rep:
|
Cannot get networking functioning in RHEL8
I am running RHEL8. My computer has two new micro connector nic connections. When I type "ifconfig" or "ip address" the IP address does not print, only the MAC address prints. I used the NetworkManager to configure the ports with IP addresses, Netmask etc. Saved these settings and rebooted the computer. Checking the config scripts in /etc/ the setting that I just set are there. but still only the MAC address appears at "ifconfig" and I cannot ping myself from the command line. Getting error, network not available.
|
|
|
12-17-2020, 09:20 AM
|
#2
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,679
|
Quote:
Originally Posted by emp1953
I am running RHEL8. My computer has two new micro connector nic connections. When I type "ifconfig" or "ip address" the IP address does not print, only the MAC address prints. I used the NetworkManager to configure the ports with IP addresses, Netmask etc. Saved these settings and rebooted the computer. Checking the config scripts in /etc/ the setting that I just set are there. but still only the MAC address appears at "ifconfig" and I cannot ping myself from the command line. Getting error, network not available.
|
Anything to do with your other RHEL networking threads??
https://www.linuxquestions.org/quest...l8-4175686480/
https://www.linuxquestions.org/quest...-a-4175686432/
You don't post what the output of your "ip address" command actually is, so it's hard to guess...and you also don't say anything about your hardware, or whether or not you ever had networking functional on that system. But since you've been using Linux for thirteen years now, and are using Red Hat Enterprise 8, have you contacted Red Hat support?? RHEL is a commerical, pay-for distro. If you're using the registered developers version, you still have access to the Red Hat knowledgebase articles as well just by signing in.
What desktop GUI are you using? Because if you don't get an address at all, either you don't have functional hardware, or you haven't filled in the necessary information.
|
|
|
12-17-2020, 09:34 AM
|
#3
|
LQ Guru
Registered: Oct 2004
Distribution: Arch
Posts: 5,416
|
|
|
1 members found this post helpful.
|
12-17-2020, 09:48 AM
|
#4
|
LQ Addict
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316
|
Quote:
Originally Posted by emp1953
I used the NetworkManager to configure the ports with IP addresses, Netmask etc.
|
Precisely how? And how did you save the settings?
Quote:
Checking the config scripts in /etc/ the setting that I just set are there.
|
Do the ifcfg scripts include ONBOOT=yes? If not, the settings are not put into effect.
Can you show us the output of nmcli con? That's the list of all NetworkManager connections and their status.
|
|
|
12-17-2020, 10:14 AM
|
#5
|
Member
Registered: Nov 2007
Posts: 30
Original Poster
Rep:
|
It is a brand new computer from a vendor. There is a lot of information printed from an ifconfig command.
I used ethtool -o em1 to verify that the ethernet ports were seen by the os. It makes the led at the port flash. I use it to identify which is port 1 and which is port 2. This computer is stand alone so me getting files off of it onto my company network is not an easy task. Our network security is extreme. As soon as I get a file I will post the output on this thread. I set the networking information for both ports in the NetworkControl app included with the OS. Looking at the /etc/sysconfig/network-scripts/ files for each port the data appears in those files. Upon restart of the computer the information persists in those network-scripts files. but the problem persists.
|
|
|
12-17-2020, 10:18 AM
|
#6
|
Member
Registered: Nov 2007
Posts: 30
Original Poster
Rep:
|
Quote:
Originally Posted by berndbausch
Precisely how? And how did you save the settings?
Do the ifcfg scripts include ONBOOT=yes? If not, the settings are not put into effect.
Can you show us the output of nmcli con? That's the list of all NetworkManager connections and their status.
|
ONBOOT is set to YES.
I used the NetworkControl utility in the OS to make and save the changes.
It is a stand alone computer. Its time consuming to get files off of it to our company network. I will do that and get the information you requested and post it here. Might not be until tomorrow.
|
|
|
12-17-2020, 10:20 AM
|
#7
|
Member
Registered: Nov 2007
Posts: 30
Original Poster
Rep:
|
Quote:
Originally Posted by teckk
|
Both of those posts are from me one regarding a library that RedHat decided to leave out of version 8. My understanding is that its only function is to support legacy NIS functionality and shouldn't be contributing to the problem that I am seeing.
Last edited by emp1953; 12-17-2020 at 10:36 AM.
|
|
|
12-17-2020, 10:28 AM
|
#8
|
Member
Registered: Nov 2007
Posts: 30
Original Poster
Rep:
|
Quote:
Originally Posted by berndbausch
Precisely how? And how did you save the settings?
Do the ifcfg scripts include ONBOOT=yes? If not, the settings are not put into effect.
Can you show us the output of nmcli con? That's the list of all NetworkManager connections and their status.
|
Here is my config file: What I'm seeing suggests I am stuck in ipv6 when I should be in ipv4. How should I change this configuration to get to where I need to be.
TYPE=Ethernet
PROXY_METHOD=none
BROWSER_ONLY=no
BOOTPROTO=none
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=no
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
IPV6_ADDR_GEN_MODE=stable-privacy
NAME=eno1
UUID=19e3b53d-b2d8-4378-8606-02326159ae95
DEVICE=eno1
ONBOOT=yes
IPADDR=192.168.200.72
GATEWAY=192.168.200.104
NETMASK=255.255.0.0
IPV6_PRIVACY=no
HWADDR=3C:EC:EF:1B:9A:54
PREFIX=16
PEERDNS=no
PEERROUTES=no
|
|
|
12-17-2020, 11:16 AM
|
#9
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,679
|
Quote:
Originally Posted by emp1953
Here is my config file: What I'm seeing suggests I am stuck in ipv6 when I should be in ipv4. How should I change this configuration to get to where I need to be.
Code:
TYPE=Ethernet
PROXY_METHOD=none
BROWSER_ONLY=no
BOOTPROTO=none
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=no
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
IPV6_ADDR_GEN_MODE=stable-privacy
NAME=eno1
UUID=19e3b53d-b2d8-4378-8606-02326159ae95
DEVICE=eno1
ONBOOT=yes
IPADDR=192.168.200.72
GATEWAY=192.168.200.104
NETMASK=255.255.0.0
IPV6_PRIVACY=no
HWADDR=3C:EC:EF:1B:9A:54
PREFIX=16
PEERDNS=no
PEERROUTES=no
|
So essentially a duplicate of your other thread:
https://www.linuxquestions.org/quest...l8-4175686480/
Again: you've been using Linux for thirteen years now, and are using RHEL 8. Have you contacted Red Hat support?? And you still don't answer what desktop GUI you're using, or how you're configuring things. Why can you not set your interface to use DHCP, get a working address, then modify the address accordingly?
|
|
|
12-17-2020, 02:35 PM
|
#10
|
Moderator
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,976
|
Moderator Response
Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate content in https://www.linuxquestions.org/quest...l8-4175686480/
|
|
|
All times are GMT -5. The time now is 04:15 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|