My Linux server in the two lan card one lan card is ok
working but second lan card after restart daily lan card
deactivate and then manual activate then properly working
but after restart repeat this problem.(Fedora O.S.)
Pls tell me solved this problem.

Answers were Sorted based on User's Feedback



My Linux server in the two lan card one lan card is ok working but second lan card after restart da..

Answer / bala

y should change the second ethernet configuration like
ifcfg-eth1
inside u should change ONBOOT=yes,BOOTPROTO=staticor dhcp

Is This Answer Correct ?    11 Yes 1 No

My Linux server in the two lan card one lan card is ok working but second lan card after restart da..

Answer / prakash0106

goto edit #vim /etc/sysconfig/network-script/ifcfg-eth0 or eth1
inside you should change
ONBOOT=yes,
BOOTPROTO=static or dhcp

Is This Answer Correct ?    8 Yes 0 No

My Linux server in the two lan card one lan card is ok working but second lan card after restart da..

Answer / ashish nagar

Either do the above commands
; service network restart
; chkconfig network on

OR
you can place these commands in your /etc/local directory
by this eyery time your server startup the NIC Cards
automatically works fine

Thanks
Ashish Nagar

Is This Answer Correct ?    1 Yes 0 No

My Linux server in the two lan card one lan card is ok working but second lan card after restart da..

Answer / prince gupta

run this command "service network restart; chkconfig on" -
It will save your settings at the next reboot as well.

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More Linux AllOther Interview Questions

what is the gate of ftp server in redhat linux?

0 Answers  


When you install RedHat what is the kernel mode ? What is kernel compilation / upgrade ?

4 Answers   IBM,


what restrict telnet for root itself but allow for other user

3 Answers   CA,


What is the complete name of the default configuration file for LILO?

1 Answers  


I have accidently deleted my fstab... how do i recover/ regenerate the file?????? in rescue mode i cannot create a new file since the filesystem is readonly and could not mount in readwrite mode ?????????

6 Answers   IBM,






what are the different types of Backups..?

6 Answers   IBM, SDG,


I want to send pop-up message to samba users when they access the shared folder.... for eg: i want to tell them (dont copy mp3 and video files)

2 Answers  


What text filter can you use to display a binary file in octal numbers?

1 Answers  


How to know what are the packages required for any service? Example: How to know what are the package required for send mail services. using any command it is passable are not?

2 Answers   OnMobile,


Give a Linux shell command to find all files in a directory which contain ip addresses.

1 Answers   Amazon,


How to sort a file of size 2N bytes, if I have N bytes of memory?

2 Answers   Yahoo,


What is page-in and page-out in redhat linux?

1 Answers  


Categories