Link to home
Start Free TrialLog in
Avatar of mbpssgms
mbpssgms

asked on

software needs eth0

Hello,
I have installed some software at work on RH enterprise.  However, its license needs to use eth0 and the nic is on eth1.  Is it possible to make a ln -s, or switch the nic label.  We had to install another card since the one provided was onboard and unsupported.
Thanks.
ASKER CERTIFIED SOLUTION
Avatar of dufduf
dufduf

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of g14
g14

in /etc/modules.conf or /etc/conf.modules, it is really easy to alias which card is eth0 and which card is eth1
g14: not really, if all cards uses different drivers(different cards) and are compiled as modules, then yes, otherwise You have problem with this, right ?

on modern systems, You can tell to the udev which card (mac address) is which under system.
Most all modern linux distributions compile network card drivers as modules for this very reason, yes. If he is using Redhat Enterprise, the answer is yes and my solution would work.
what about haveing three 3c905X cards ?
Avatar of mbpssgms

ASKER

Hi all,
I am not in the lab until Tue. then I will firstly try 'ifname' to rename the cards.  I have to be local since all cards have to be disabled first.
Thanks.