LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Closed Thread
  Search this Thread
Old 12-17-2020, 09:04 AM   #1
emp1953
Member
 
Registered: Nov 2007
Posts: 30

Rep: Reputation: 0
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.
 
Old 12-17-2020, 09:20 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,712

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by emp1953 View Post
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.
 
Old 12-17-2020, 09:34 AM   #3
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,146
Blog Entries: 6

Rep: Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834
https://access.redhat.com/documentat...prise_linux/8/
https://access.redhat.com/documentat...ng_guide/index
 
1 members found this post helpful.
Old 12-17-2020, 09:48 AM   #4
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Quote:
Originally Posted by emp1953 View Post
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.
 
Old 12-17-2020, 10:14 AM   #5
emp1953
Member
 
Registered: Nov 2007
Posts: 30

Original Poster
Rep: Reputation: 0
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.
 
Old 12-17-2020, 10:18 AM   #6
emp1953
Member
 
Registered: Nov 2007
Posts: 30

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by berndbausch View Post
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.
 
Old 12-17-2020, 10:20 AM   #7
emp1953
Member
 
Registered: Nov 2007
Posts: 30

Original Poster
Rep: Reputation: 0
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.
 
Old 12-17-2020, 10:28 AM   #8
emp1953
Member
 
Registered: Nov 2007
Posts: 30

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by berndbausch View Post
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
 
Old 12-17-2020, 11:16 AM   #9
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,712

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by emp1953 View Post
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?
 
Old 12-17-2020, 02:35 PM   #10
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
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/
 
  


Closed Thread

Tags
network, networkmanager, nic



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
syncing redhat 7 repository on a rhel8 host bomrat Linux - Software 1 08-28-2019 06:22 AM
[SOLVED] Issue installing RHEL8 on VirtualBox Andrew Stallard Red Hat 4 08-05-2019 08:07 PM
Installing fail2ban on RHEL8 Mark_667 Linux - Software 6 06-24-2019 03:14 AM
LXer: RHEL8 Brings the Hybrid Cloud to DevOps LXer Syndicated Linux News 0 05-13-2019 11:24 PM
increasing the number of file descriptors on RHEL8 mingram27 Fedora 1 02-21-2007 12:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:38 AM.

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