How to ""Add"" not replace address to same network card
other than the alias way.... ??????
Answers were Sorted based on User's Feedback
Answer / kumaresanchandran
ifconfig eth0 ipaddress subnetaddress broadcastaddress
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / susheel narayan singh
if you want to give ip address 192.168.0.100 and subnetmask
is 255.255.255.0
then
#ifconig eth0 192.168.0.100 netmask 255.255.255.0 up
Note:
Now you can ping by this ip.
but when you will restart network service it will not
work.
| Is This Answer Correct ? | 1 Yes | 0 No |
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?
what are acl permissions..? what is automation of jobs..?
expalin the process of kickstart installation?
why you are using nis server
What is the difference between an argument and an option/switch?
what are the different types of Backups..?
What is the other method of installing Linux O.S other than Text, GUI mode? Why we prefer that for installation of Linux in Real time?
User unable to login in server then how can u troubleshooting it? Example: server at Bangalore. in that server two users try to login in server. 1st user able to login. but second user unable to login so how can troubleshoot it ?
How to sort a file of size 2N bytes, if I have N bytes of memory?
i want some basic level enterview questions can any one can help me in this
How does the boot process[init levels] work on Linux? How is it different from Solaris?
How to ""Add"" not replace address to same network card other than the alias way.... ??????