컴퓨터/Linux
Linux]Change IP Address
예섬수진
2010. 1. 3. 13:51
1. Show ip information
ifconfig eth0
2. Change ip adress
ifconfig eth0 ip netmask 255.255.255.0 up
3. If ip address is not applied after rebooting, please change following file
ifconfig eth0
2. Change ip adress
ifconfig eth0 ip netmask 255.255.255.0 up
3. If ip address is not applied after rebooting, please change following file
/etc/sysconfig/network-scripts/ifcfg-eth0