[nmcli] Where is the configuration file of device (redhat 7)

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat [nmcli] Where is the configuration file of device (redhat 7)
# 1  
Old 11-14-2016
[nmcli] Where is the configuration file of device (redhat 7)

OS is redhat 7.

Code:
[root@ole7 network-scripts]# nmcli dev 
DEVICE       TYPE      STATE         CONNECTION 
virbr0       bridge    disconnected  --         
eno16777736  ethernet  disconnected  --         
eno33554960  ethernet  disconnected  --         
virbr0-nic   ethernet  disconnected  --         
lo           loopback  unmanaged     --

Code:
root@ole7 network-scripts]# nmcli dev connect eno16777736 
Device 'eno16777736' successfully activated with 'd0a7c85d-fb7b-4330-88e7-e7085a7106fe'.
[root@ole7 network-scripts]# nmcli con sh
NAME         UUID                                  TYPE            DEVICE      
team0-p2     bf8a8885-4bb5-42cc-b25b-e64f894ff740  802-3-ethernet  --          
team0-p1     15187fa2-5159-4f4c-a981-6fb17b4ad2cd  802-3-ethernet  --          
eno33554960  16eb4e85-5075-4c05-a068-721f09a7e9d2  802-3-ethernet  --          
team0        d51390e8-e75a-466b-9870-41e7a7ad3edc  team            --          
eno16777736  d0a7c85d-fb7b-4330-88e7-e7085a7106fe  802-3-ethernet  eno16777736


Which mean its device eno16777736 configured 'somewhere' to connection eno16777736.
I tried to edit from sysconfig network-scirpts file but not works.

Im new with redhat 7. This is very basic topic of network configuration. However read through redhat and oracle linux books does not meantion. Please help me.



Moderator's Comments:
Mod Comment Please use CODE tags as required by forum rules!

Last edited by RudiC; 11-14-2016 at 05:38 PM.. Reason: Added CODE tags.
# 2  
Old 03-08-2017
check /etc/sysconfig/network-scripts

also check the device

# ls /sys/class/net/
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

0514-516 Device Configuration Database Lock Service

Hello guys, on one of our AIX VIO LPARs I can not remove hdiskpower devices, which seemed to presented to the VIO in an incorrect way and behaviour (not all paths can be seen, pseudo device name is unknown etc.) Therefor I decided to deattach the hdiskpower device from PowerPath controll by: ... (5 Replies)
Discussion started by: tomek79
5 Replies

2. Red Hat

Unable To Activate Ethernet Network Device in RHEL 5.5 - e100 device eth0 does not seem to be presen

Hi All, Could anyone please help to resolve the below problem. I installed RHEL5.5 in my desktop.But when i try to activate the ethernet connection then it gives me the error. I spent 2 days for the above and go through with several suggestion found by googling. But no luck. ... (0 Replies)
Discussion started by: Tanmoy
0 Replies

3. Shell Programming and Scripting

Help with Backup Shell Script for Network Device Configuration backup

HI all, im new to shell scripting. need your guidence for my script. i wrote one script and is attached here Im explaining the requirement of script. AIM: Shell script to run automatically as per scheduled and backup few network devices configurations. Script will contain a set of commands... (4 Replies)
Discussion started by: saichand1985
4 Replies

4. Red Hat

DELL M910 with RedHat Linux 5.5 getting "Buffer I/O error on device sdd"

Dear Guru, IHAC who is using Redhat Linux 5 on DELL M910. When system bootup, it show "Buffer I/O error on device sdd" error message. Below is the "dmesg" output. The scenario is: If more external FC SAN disk LUN add, the device would change other name. So it will impact the raw device... (7 Replies)
Discussion started by: devyfong
7 Replies

5. UNIX for Advanced & Expert Users

where do the configuration files from Redhat (fedora) authconfig-tui reside?

I have tried moving out the /etc/ldap.conf as well as /etc/openldap/ldap.conf files. I have LDAP Authentication turned on in the TUI. It lets me define a host and base, but the entries are not saved to the above files. /etc/sysconfig/authconfig has a bunch of environmental variables, but none... (2 Replies)
Discussion started by: druidmatrix
2 Replies

6. Red Hat

Dns configuration error in Redhat

Dear All I want to configure DNS in redhat linux. i am following these steps but when i restart the services it is showing status failed. Please any body can help me on urgent basis. #service named restart Stopping named: Starting named: ---------Edited in named.conf... (2 Replies)
Discussion started by: sahu.tapan
2 Replies

7. Red Hat

qmail configuration in redhat linux - doubts

hi, How to Install & configure the qmail in redhat linux? and also how to get the free qmail package? I know the sendmail configuration in redhat linux. What is the features of qmail compared with sendmail? Regards, Jones (3 Replies)
Discussion started by: jones_linux
3 Replies

8. UNIX for Dummies Questions & Answers

RedHat display cpu configuration

Hello people ! Does anyone knows how can I get the CPU configuration in the RedHat Box ??? I need know the frequence of cpu and how much cpu(s) in my box ... Thank you, Witt (2 Replies)
Discussion started by: witt
2 Replies

9. UNIX for Dummies Questions & Answers

x window configuration for redhat 6.0

I recently tried to install redhat 6.0 on my IBM desk top. Everything was fine except the x window. After the installation, I logged in, the icons and graphics were so big that I even could not read a complete message in one screen. I did not find any helpful tool in the control panel to help me... (4 Replies)
Discussion started by: yinuod
4 Replies
Login or Register to Ask a Question