Linux-Noob Forums
How do I change my IP? - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html)
+--- Forum: How Do I? (https://www.linux-noob.com/forums/forum-60.html)
+--- Thread: How do I change my IP? (/thread-2931.html)



How do I change my IP? - alan - 2005-01-09


Can you guys please tell me how to change my IP in linux red hat 9?

 

I want to set a static ip for my server.




How do I change my IP? - anyweb - 2005-01-09


login as root

 



Code:
su -




 

once done type

 



Code:
neat




 

change it with the nice GUI

 

or, if you don't have access to a GUI then try this

 

edit your ip manually

 

once done, restart networking or reboot to see the changes

 



Code:
service network restart




 

then to check the new ip do

 



Code:
ifconfig




 

cheers

 

anyweb