1============
# ifdown eth0
============1
2============( [000]자리에 자신 IP 입력)
# vi /etc/network/interfaces
---------------------------------------------------
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.10.[000]
netmask 255.255.255.0
network 192.168.10.0
broadcast 192.168.10.255
gateway 192.168.10.1
dns-nameservers 210.94.0.7 210.94.0.73
---------------------------------------------------
============2
3============
# vi /etc/resolv.conf
---------------------------------------------------
nameserver 210.94.0.7
nameserver 210.94.0.73
---------------------------------------------------
============3
4============
# ifup eth0
============4
====== 자동 IP로 바꿀 경우 ======
2============
# vi /etc/network/interfaces
---------------------------------------------------
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
---------------------------------------------------
============2
'기술자료 > Linux' 카테고리의 다른 글
pthread API 정리 (0) | 2013.07.09 |
---|---|
linux-2.4.32 kernel header (0) | 2012.10.17 |
kernel-source-2.4.18-4.i386.rpm (0) | 2012.10.05 |
VMwareTools 5.5 링크 (0) | 2012.09.28 |
리눅스 네트워크 설정 안될 때 (2) | 2012.09.28 |
리눅스 커널 다운 로드 주소 (0) | 2012.09.26 |
RS232 프로그래밍 (0) | 2012.09.21 |
과제 - FileSocket (0) | 2009.08.14 |