Link to home
Start Free TrialLog in
Avatar of bbressler
bbressler

asked on

Can't delete alias eth0:1

Somehow I've configured an alias for my eth0 device.  If I do ifconfig, I see eth0 and eth0:1.  I can do a ifconfig eth0:1 del xx.xx.xx.xx and it goes away.  However, if I do a 'ifdown eth0' and then 'ifup eth0', it's back out there.  When both are active, I notice a continual slowdown of network access.  Websites take several minutes to display, and pings just don't happen.  I use linuxconf to configure the devices, but there are not aliases configured in there.  Is there some way to permanently disable this device?  Could this cause the slowdown on my machine?

Thanks

Ben
Mandrake 9.0
Sony VAIO - 933 Mhz
Avatar of heskyttberg
heskyttberg

Hi!

eth0 and eth0:1 is the same interface.

So delteing or removing eth0 will kill your LAN/Internet connection to the Linux box.

If you do ifconfig eth0 and ifconfig eth0:1 you'll notice that the hardware address, HWaddr XX:XX:XX:XX:XX:XX, is the same for both devices.

eth0:1, eth0:2 ..... eth0:n

They are used so you can multiple IP numbers to a NIC.
I don't know what max number of IPs you can have, but I think it's enough for most people.

Regards
/Hans - Erik Skyttberg
Avatar of bbressler

ASKER

Right...but I want to get rid of the eth0:1 - for good.  Since they are on different subnets, I think it is slowing the connection way down.  When I remove it, the machine functions properly and has quick network speed.  With it enabled, it slows to a crawl quite quickly.  Thanks
ASKER CERTIFIED SOLUTION
Avatar of heskyttberg
heskyttberg

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
Hi!

That is the place for redhat, but you should be able to find something similiar if you use another distro.

Regards
/Hans - Erik Skyttberg
Great job... Thanks