TIP

ubuntu network 설정

tomato13 2009. 12. 8. 18:49

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