GUI 환경을 찾지 못하여 이리저리 헤매다가 해결되었다.
http://www.yongbok.com/blog/entry/Debain-%B3%D7%C6%AE%BF%F6%C5%A9-%BC%B3%C1%A4
1. ip 설정
>cd /etc/network/interface
>vi interfaces
ex)
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
dns-nameservers 168.126.63.1 168.126.63.2
2. network restart
/etc/init.d/networking restart
'TIP' 카테고리의 다른 글
Linux / Unix Command: nm (0) | 2010.01.19 |
---|---|
빈칸(공백)이 들어간 경로 문제 (0) | 2010.01.19 |
disfilever (0) | 2009.11.13 |
linux port 확인 (0) | 2009.11.09 |
Linux : find and replace with grep and sed (0) | 2009.11.06 |