Linux-Noob Forums

Full Version: How do I change my IP?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

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.


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