Link to home
Start Free TrialLog in
Avatar of Los Angeles1
Los Angeles1

asked on

Linux, network config and deleting old eth's

I have a situation where I created a new IP using the
'setup' command.  I created eth3, then I deleted the old eth2 by deleting all the characters in the  setup-Netowrk configuration-eth2   TUI

This did not work well, and I ca no longer perofrm a service network restart

I usually setup a network config using the setup command.  In this situation where I need to delete eth2, how should I do it

Thanks
ASKER CERTIFIED SOLUTION
Avatar of farzanj
farzanj
Flag of Canada image

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 Los Angeles1
Los Angeles1

ASKER

Here are the ifcfg files

 ls -la ifcfg*
-rw-r--r--. 3 root root 235 Dec 12 11:27 ifcfg-eth2
-rw-r--r--. 3 root root 260 Dec 12 11:27 ifcfg-eth3
-rw-r--r--. 1 root root 254 Oct 10 10:48 ifcfg-lo

Open in new window


Here is the content of the ifcfg-eth2 file:

cat ifcfg-eth2
# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
DEVICE=eth2
BOOTPROTO=none
NETMASK=255.255.240.0
TYPE=Ethernet
IPADDR=10.14.0.194
GATEWAY=10.14.0.1
IPV6INIT=no
ONBOOT=no
USERCTL=no

Open in new window


So I did a mv on the ifcfg-eth2 to a.a, and then I did a mv back to ifcfg-eth2, so the directory is still the same

 ls -la ifcfg*
-rw-r--r--. 3 root root 235 Dec 12 11:27 ifcfg-eth2
-rw-r--r--. 3 root root 260 Dec 12 11:27 ifcfg-eth3
-rw-r--r--. 1 root root 254 Oct 10 10:48 ifcfg-lo

Open in new window


The ifup eth3 still works, but I get this on the service network restart

service network restart
shutting down loopback interface                {OK]
Bringing up loopback interface          {OK]

Open in new window


So at this point the service network restart does nto bring up eth3 even though the ifcfg-eth3 file is in the directory
Sorry, that previous post was ment for another thread
This worked well