/etc/networking/interfaces 를 수정


 $ sudo vi /etc/network/interfaces


auto lo
iface lo inet loopback

iface eth0 inet static
address 192.168.10.98
netmask 255.255.255.0
gateway 192.168.10.1

auto eth0


$ sudo /etc/init.d/networking restart

'Education > Linux Kernel' 카테고리의 다른 글

우분투 네트워크 설정  (4) 2010.07.08
우분투 root 계정  (2) 2010.07.07
vmware 키보드 먹통  (2) 2010.07.07
인터럽트  (0) 2010.02.05
oops 강제 발생  (1) 2009.11.24
Posted by 초상큼발랄
l