LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   How can update New IP in linux OS without restarting the network service. (https://www.linuxquestions.org/questions/linux-networking-3/how-can-update-new-ip-in-linux-os-without-restarting-the-network-service-4175502939/)

manish kumar 04-25-2014 05:00 AM

How can update New IP in linux OS without restarting the network service.
 
How can I update New IP in linux Server without restarting the network service. If i will restart network service , it will affect the application, which is runing on this ip. Could any one answer this question?

nikmit 04-25-2014 05:05 AM

You can configure the IP directly, as in
Code:

ifconfig eth0 10.1.0.100 netmask 255.255.255.0

eklavya 04-29-2014 02:16 AM

http://www.wikihow.com/Assign-an-IP-...Linux-Computer


All times are GMT -5. The time now is 02:53 PM.