OS/Ubuntu

iptime 공유기 vmware ubuntu ip 고정

Lawmin 2012. 11. 27. 22:20

1. 

VMWare - Edit - Virtual Network Editor

VMnet0 의 Bridged to: 의 Automatic Settings... 를 눌러 체크를 해제함

Add Network... 를 눌러 VMnet2 를 추가 

Bridged to: 를 자신의 랜카드를 설정 (Realtek ...)


2. ubuntu 들어가서 관리자 모드

su


3. vi /etc/network/interfaces

# The primary network interface

auto eth0

iface eth0 inet static

address 192.168.0.100

netmask 255.255.255.0

gateway 192.168.0.1

dns-nameservers 168.126.63.1 168.126.63.2


4. /etc/init.d/networking restart


5. 공유기에서 수동 IP 를 관리하고 있다면, 내부 네트워크 설정(iptime)에서 위의 address 를 추가시켜준다.