Virtual etc interfaces??


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Virtual etc interfaces??
# 1  
Old 10-22-2014
Virtual etc interfaces??

So after getting a Nagios plugin up and running that checks certain things including network interfaces, I get an error off the one box I built (as opposed to all of the others that were built by a former employee). The error complains of the "NIC logical group" failing.

All the boxes are HP DL380's with four physical NIC interfaces and an iLO port. For some reason the boxes not built by me all have ifcfg-eth configuration files for eth0 - eth5 (which would be six interfaces). While the machine I build only has eth0 - eth3 which corresponds to the four physical interfaces.

SO, I can assume from the error above, and the fact that eth4 and eth5 are not physical interfaces that they are some kind of logical interfaces configured but I'm not sure where to go from here with my investigation. I'm thinking there is some kind of link aggregation or bonding maybe going on, but not sure how to investigate this in Centos/Linux in general. Smilie

Any suggestions would be very much appreciated.
# 2  
Old 10-22-2014
The presence of an ifcfg configuration file in /etc/sysconfig/network-scripts does not mean a physical interface, but rather a configuration for a connection with a device.

Look inside the other ifcfg-eth4 or ifcfg-eth5 in one of the servers that have them and that would tell you what their configuration is for.
# 3  
Old 10-23-2014
All they give me is:

Code:
DEVICE="eth5"
BOOTPROTO="static"
HWADDR="hardware address"
NM_CONTROLLED="yes"
ONBOOT="no"
TYPE="Ethernet"
UUID="UUID"
IPADDR=IP Address
netmask=255.255.255.0

The only difference between eth4 and eth5 and the others (eth0-eth3)is that they are set to ONBOOT no, and their MAC addresses don't correspond to the actual physical MAC addresses (obviously).

---------- Post updated at 09:09 AM ---------- Previous update was at 08:57 AM ----------

In other words, its quite obvious that the former employee did something to configure these virtual interfaces for some reason, but how do I go about figuring out what?

Sorry I come from a Windows background, so outside of the normal everyday stuff a lot of this is still foreign to me in Linux.

Last edited by Corona688; 10-23-2014 at 01:25 PM..
# 4  
Old 10-23-2014
Please use code tags instead of italics, [code]stuff[/code].
# 5  
Old 10-23-2014
A network configuration file doesn't generally have the power to create a network device, just alter it. Take a closer look at eth4 and eth5 on those systems.

It's also possible that your systems have eth4/eth5, but aren't using them... If they're not "up", they wouldn't show in ifconfig. Try ifconfig -a to see if they appear.

As for what eth4/eth5 actually are, that's difficult to say without taking a look at them, examine them on one of the other systems, what are they connected to / doing, if anything?
# 6  
Old 10-23-2014
Quote:
Originally Posted by Corona688
Please use code tags instead of italics, [code]stuff[/code].
Apologies, I will remember that in the future Smilie

These interfaces do show up in ifconfig, however none of them show as being up so quite frankly I'm not sure why they're there.

I was able to find the system-config-network-tui to create an eth4 and eth 5 on my test box, but when I do that it only gives me:

Code:
BOOTPROTO
ONBOOT
TYPE
IPADDR
NETMASK

So this does not duplicate what was done on the other boxes since they also have some sort of fake MAC addresses and UUID generated somehow Smilie
This User Gave Thanks to xdawg For This Post:
# 7  
Old 10-23-2014
Quote:
Originally Posted by xdawg
These interfaces do show up in ifconfig, however none of them show as being up so quite frankly I'm not sure why they're there.
I mean in systems you didn't build. What are they doing there, if anything?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Virtual Interfaces on Linux

Hi, I have RH Linux system on which we have a 10Gb nic card that we want to configure multiple Virtual interfaces that are all tagged on the switch side. Here is what I am trying to do, I want to have clients from different vlans that are truncked to be able to communicate with my RHEL... (1 Reply)
Discussion started by: new2prog
1 Replies

2. UNIX for Beginners Questions & Answers

Providing virtual machine priority in kvm based virtual machines

Hi All, Is there any way I can prioritize my VMs when there is resource crunch in host machine so that some VMs will be allocated more vcpu, more memory than other VMs in kvm/qemu hypervisor based virtual machines? Lets say in my cloud environment my Ubuntu 16 compute hosts are running some... (0 Replies)
Discussion started by: SanjayK
0 Replies

3. Solaris

Interfaces and Virtual-interfaces queries

Hi Al, In course of understanding networking in Solaris, I have these doubts on Interfaces. Please clarify me. I have done fair research in this site and others but could not be clarified. 1. In the "ifconfig -a" command, I see many interfaces and their configurations. But I see many... (1 Reply)
Discussion started by: satish51392111
1 Replies

4. Solaris

Change hostID of Solaris 10 virtual/guest machine installed by Virtual Box 4.1.12 on Windows-XP host

Trying to set or modify the randomly set hostID of a Solaris 10 virtual/guest machine that I installed on a Windows-XP host machine (using Virtual Box 4.1.12). I was able to set/modify the hostname of the Solaris 10 virtual/guest machine during installation as well as via the Virtual Box... (4 Replies)
Discussion started by: Matt_VB
4 Replies

5. Linux

Routing via several interfaces for hosted virtual machines

My setup consists of a hardware node, which hosts several virtual machines (OpenVZ, to be precise). The hardware node has two network interfaces (<ifA>, <ifB>) connected to different subnets (<networkA>, <networkB>). I want to route the traffic of certain VEs over <ifB> while routing the other VEs... (0 Replies)
Discussion started by: bakunin
0 Replies

6. UNIX for Dummies Questions & Answers

Have to log out of a virtual terminal twice in order to exit virtual terminals

Not really a newbie, but I have a strange problem and I'm not sure how to further troubleshoot it. I have to log out of a virtual terminal by typing exit, then exit again as in: woodnt@toshiba-laptop ~ $ exit logout woodnt@toshiba-laptop ~ $ exit logout I DON'T have to do this when I'm... (1 Reply)
Discussion started by: Narnie
1 Replies

7. Solaris

Adding multiple virtual interfaces on a non global zone.

Hello All, I have a requirement to add multiple virtual interfaces on a non-global zone (Solaris 10). The global zone is a 2 node Veritas Cluster Server. So, my question is do we have to make any modifications to the cluster config (which I think should not be the case)? Can anyone help with me... (11 Replies)
Discussion started by: mahive
11 Replies

8. Solaris

Is there any Virtual data center as we have Virtual Machine?

Do we have any Virtual Data Center software as we have Virtual Machine? I want to practice everything of Solaris practically but i don't have resources like data center which includes Servers, Data storages, switches, and other things. (2 Replies)
Discussion started by: karman0931
2 Replies

9. UNIX for Advanced & Expert Users

Differentiating between Virtual and non Virtual IP addresses

Hello, I would like to know if there is a command or any configuration file to find and differentiate the Virtual IP Addresses (of the Cluster Resource Group) and the IP Address of the Cluster Node. I observe that the ifconfig -a command returns all the IP addresses configured on the ... (1 Reply)
Discussion started by: vineetd
1 Replies
Login or Register to Ask a Question