Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Here i got some problem reg NIC card, to day i boot my sys then i got a message u r network card has been removed ... and it asks me optins llike "keep configuration ", "remove configuration", "no changes". then i select" remove config " option ... after i would like to config manually....
when ever iam trying to activate network card it gives me a message
" cannot activate etho " configuration for etho not found "
"usage /sbin/ifup <device name>"
what should i do ..... iam new to linux admin just enter into it.. so can anybody do help regarding this issue....
Siemens,
first of all iam very thanqfull to ur patience......
Iam providing full information what happened...
ACTUALLY PROBLEM IS...
Here i got some problem reg NIC card, to day i boot my sys then i got a message u r network card has been removed ... and it asks me options llike "keep configuration ", "remove configuration", "no changes". then i select" remove config " option ... i think i can config it manually....
when ever iam trying to activate network card it gives me a message
" cannot activate etho " configuration for etho not found "
"usage /sbin/ifup <device name>" even it doesn't shows me a network card from hardware devices....
I use netconfig command through terminal , here i change IP Address , subnetmask , gateway address , and i clicked on... then i check through ifconfig command there i got Loopback address
now tell me what to do... u have complete information ..... plz don't tell do whatever u boss said......
I will really appretiate if i solve this problem......
I think u might be using Red Hat 9, plz. check it by looking at message show and boot time , and u can even check this by runing these commands
#dmesg |grep version
#cat /etc/issue.net
#uname -r
and show me the output and try to find your self also through these commands output...
now run as a root show me the output of this command
do the following things as a root,
#ifconfig
and now steps to configure network card
#vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=static
IPADDR= <enter the ip address of the system>
NETMASK=255.255.255.0 (set it according to ur ip)
NETWORK=192.168.1.0 (set it according to ur ip)
BROADCAST=192.168.1.255 (set it according to ur ip)
ONBOOT=yes
MII_NOT_SUPPORTED=yes
GATEWAY=192.168.1.1 (set it according to ur ip)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.