Re: need help NIC inactive. Network configuration window

From: Tommy Reynolds (TommyReynolds_at_yahoo.com)
Date: 04/27/04


Date: Tue, 27 Apr 2004 00:30:36 -0500

On Tue, 27 Apr 2004 05:08:26 +0000, Ama Eze wrote:

> root@localhost root]# cat /etc/sysconfig/network-scripts/ifcfg-eth0*
> TYPE=Ethernet
> DEVICE=eth0:1
> HWADDR=00:06:29:29:34:9f
> BOOTPROTO=dhcp
> ONBOOT=yes
> DHCP_HOSTNAME=192.168.0.1 <=== This should be a hostname.domain pair!
> USERCTL=yes
> PEERDNS=yes
> GATEWAY=192.168.0.1 <=== Probably don't nee this; take it out.

Here is my "ifcfg-eth0" for a DHCP setup:

        # Realtek|RTL-8139/8139C/8139C+
        DEVICE=eth0
        BOOTPROTO=dhcp
        HWADDR=08:00:46:BD:1B:55
        ONBOOT=yes
        TYPE=Ethernet
        DHCP_HOSTNAME=lexx.localdomain
        USERCTL=yes
        PEERDNS=yes

as a reference.

Change your "ifcfg-eth0:1" file and as root:

        # ifdown eth0:1 <--- Ignore errors
        # ifup eth0:1 <---

P.S.: You don't need to restart the networking service if it is
already running. We just want to reset "eth0:1".

As usual, if any error messages are captured or displayed, please let
us see them.

Cheers!



Relevant Pages

  • Re: need help NIC inactive. Network configuration window
    ... > as a reference. ... You don't need to restart the networking service if it is ... Amaechi ...
    (linux.redhat)
  • Re: Closing out threads
    ... function the thread is running and restart it. ... the myThread reference cannot be used ... If you fire off a completely new thread [Thread myThread = new Thread(new ... Multithreading opens up a pretty big ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Closing out threads
    ... function the thread is running and restart it. ... the myThread reference cannot be used ... If you fire off a completely new thread [Thread myThread = new Thread(new ... .NET and never hesitate to use it because it is relatively easy. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Exchange --> Greylisting
    ... I have the hot fix applied and glitchretry at 120 secs. ... You can also reference this case ID: ... Looks like I'll have to put my SMTPSVC restart batch file back into action. ... "Yizhar Hurwitz" wrote: ...
    (microsoft.public.exchange.admin)
  • Re: Closing out threads
    ... function the thread is running and restart it. ... does the thread keep running after I exit the function? ... Thread myThread; ... the myThread reference cannot be used ...
    (microsoft.public.dotnet.languages.csharp)