Results 1 to 5 of 5
Hi,
presently my system get a dynamic ip & i wanna to change it into static IP.
Please advice me how to change ip in RHEL 5
Thanks
Vaibhav...
- 05-05-2011 #1Just Joined!
- Join Date
- May 2011
- Location
- Udaipur, India
- Posts
- 3
Convert Dynamic IP into Static IP in RHEL 5.3
Hi,
presently my system get a dynamic ip & i wanna to change it into static IP.
Please advice me how to change ip in RHEL 5
Thanks
Vaibhav
- 05-05-2011 #2
You can use the 'system-config-network' tool to change your IPs about on the local system. If you're going to use a static, you may find that network-level changes are needed so that the IP addresses you're allocating aren't in the block allocated by the DHCP server.
Linux user #126863 - see http://linuxcounter.net/
- 05-05-2011 #3Just Joined!
- Join Date
- May 2011
- Location
- Udaipur, India
- Posts
- 3
hi
thanks for reply
i have convert ip by using system-config-network but when i restart my server it take dynamic ip
- 05-06-2011 #4Just Joined!
- Join Date
- Dec 2009
- Location
- California
- Posts
- 68
vi /etc/sysconfig/network-scripts/ifcfg-eth0
----
DEVICE=eth0
BOOTPROTO=static
BROADCAST=192.168.37.255
IPADDR=192.168.37.12
NETMASK=255.255.255.0
NETWORK=192.168.37.0
ONBOOT=yes
GATEWAY=192.168.37.1
----
- 05-06-2011 #5Just Joined!
- Join Date
- May 2011
- Location
- Udaipur, India
- Posts
- 3
Hi,
Thanks for replly
it's work properly
thanks buddy


Reply With Quote
