글 수 367
우분투 (Ubuntu)에서 네트웍 정보를 설정하거나 변경하기 위해서는
다음과 같은 방법으로 설정해주면 된다.
2. vim /etc/network/interfaces
---------------------------------------------------------------------
auto eth0
iface eth0 inet static
address 192.168.0.100
netmask 255.255.255.0
gateway 192.168.0.1
---------------------------------------------------------------------
3. /etc/init.d/networking restart 명령으로
네트웍을 재시작 해주도록한다.