In which File is Static IP address given so that it becomes
Permanent ?

Answers were Sorted based on User's Feedback



In which File is Static IP address given so that it becomes Permanent ?..

Answer / matrix

just go to system-config-network

and type ip address
or

go
vi /etc/sysconfig/network-scripts/ifcfg-eth0

edit in this file it will become permanent.

Is This Answer Correct ?    78 Yes 0 No

In which File is Static IP address given so that it becomes Permanent ?..

Answer / mcmarc

/etc/sysconfig/network-scripts/ifcfg-eth0

Is This Answer Correct ?    34 Yes 2 No

In which File is Static IP address given so that it becomes Permanent ?..

Answer / amit kumar ghosh

The file is /etc/sysconfig/network-scripts/ifcfg-eth0 or the
other device name like eth1,eth2.

Is This Answer Correct ?    13 Yes 0 No

In which File is Static IP address given so that it becomes Permanent ?..

Answer / jagadeesh

/etc/sysconfig/network-scripts/ifcfg-eth0

Is This Answer Correct ?    7 Yes 1 No

In which File is Static IP address given so that it becomes Permanent ?..

Answer / naresh

just go to system-config-network

and type ip address
or

go
vi /etc/sysconfig/network-scripts/ifcfg-eth0

edit in this file

then run this command $ service network restart

it will become permanent.

Is This Answer Correct ?    4 Yes 0 No

In which File is Static IP address given so that it becomes Permanent ?..

Answer / shyam nandan

Edit the file /etc/sysconfig/network-scripts/ifcfg-ethX
Where, X (0,1,2 etc.) number of your ethernet to configure.
eg.
vi /etc/sysconfig/network-scripts/ifcfg-eth0
after editing save the file and exit from vi,then type
system config network restart
to make changing in action.

Is This Answer Correct ?    3 Yes 0 No

In which File is Static IP address given so that it becomes Permanent ?..

Answer / kirans

root#system-config-network-tui

(Or)

root#vim /etc/sysconfig/network-scripts/ifcfg-eth0

Is This Answer Correct ?    1 Yes 0 No

In which File is Static IP address given so that it becomes Permanent ?..

Answer / mohan

by using setup command.

Is This Answer Correct ?    2 Yes 1 No

In which File is Static IP address given so that it becomes Permanent ?..

Answer / tushar

If you want to configure IP Address permanently over the
network of 8-10 pc , then use DHCP . It will permanently
allow the IP to all the pc by wrinting configuration in
dhcpd.conf ....assign ip with the Mac address ..
otherwise
system-config-network is OK .

Is This Answer Correct ?    1 Yes 2 No

In which File is Static IP address given so that it becomes Permanent ?..

Answer / raja

yes

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More Linux Commands Interview Questions

In a company there are 3 groups i.e Finance, HR and Marketing. Each groups having 3 members. There is a file named as file1.txt. The permission set for the above file is rwx-rw----x. Now the question is only the members of Hr and Marketing group can view and edit the file. But the file is not accessible to the members of Finance Group. Can anyone tell me what would be the exact command for linux.root@localhost#<type the exact linux command>

3 Answers   Six Sigma,


How do I check cores in linux?

0 Answers  


How do you find out the server processes running?

4 Answers   HP,


What are the basic commands in LINUX?

6 Answers  


What are commands in grammar?

0 Answers  






what is the fastest way to enter a series of commands from the command-line in linux

0 Answers  


What does bash stand for?

0 Answers  


What is the status code 403,404 represented in apache server?

2 Answers  


How many interfaces(ethernet cards) are working using single command?

0 Answers  


What can you type at a command line to determine which shell you are using?

6 Answers   Tech Mahindra,


My linux machine is crashed due to root file system, I need not to bother about the root file system, but i need to take care of /etc, /usr, like that.,, can i recover these file systems?

2 Answers  


What does comm do and how to use it?

0 Answers  


Categories