hi

        Do # netconfig --device=eth0
It will prompt u to opt either DHCP or enter IP address manually with
necessary subnet mask, gateway and DNS. That time manually enter the IP and
the rest of the details if u don't have a dhcp server support in ur
network. Else u can go to /etc/sysconfig/network-scripts/. There open
ifcfg-eth0 and enter manually the NIC details like

ONBOOT=yse
BOOTPROTO=static
IPADDR=[your ip address]
NETMASK=[netmask]
GATEWAY=[gateway ip]

save the file, and do a # ifup eth0.

See # ip ad sh 
output to confirm whether ip address is assigned to the eth0 interface or
not.

regards

Vinoos.

On Fri, 21 Jun 2002, Vamsi Krishna K-RollNo.2000-134 wrote:
> Date: Fri, 21 Jun 2002 15:08:45 +0530 (IST)
> To: <[EMAIL PROTECTED]>
> From: "Vamsi Krishna K-RollNo.2000-134" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Subject: Re: [LIH]eth0 not starting
> 
> 
> hai,
>       iam using a Xircom card and my box is a laptop please give me the
>  command to setup ipaddress for eth0.
> thanks
> 
> 
> 
> On Fri, 21 Jun 2002, Manjunath.H.N. wrote:
> 
> > 
> > > iam getting the same message if i type
> > > [root@localhost etc]/etc/init.d/network restart
> > >
> > > please help
> > >
> > > if i press [root@localhost ~]ifconfig
> > >
> > > i can see only lo
> > > but not eth0
> > 
> > You can see lo because lo is local loopback and it is present
> irrespective
> > of whether you have a network card or not.
> > Assign a IP address to eth0 and the ethernet interface eth0 will be up
> >  Assuming that you are using a ethernet interface card.)
> > 
> > Manjunath.
> > 
> > 
> > 
> > -------------------------------------------------------
> > Sponsored by:
> > ThinkGeek at http://www.ThinkGeek.com/
> > _______________________________________________
> > linux-india-help mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/linux-india-help
> > 
> 
> -- 
> 
> 
> ---------------------------------------------
> 
> God has not promised
> 
> Skies always  blue,
> 
> Flower-strewn pathways
> 
> All our life through;
> 
> God has not promised
> 
> Sun without rain,
> 
> Joy without sorrow,
> 
> Peace without pain
> 
> 
> 
> 
> -------------------------------------------------------
> Sponsored by:
> ThinkGeek at http://www.ThinkGeek.com/
> _______________________________________________
> linux-india-help mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/linux-india-help
> 


-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to