VMware IP
본문
# VMware NAT configuration file
[host]
# NAT gateway address
ip = 172.16.8.2
netmask = 255.255.255.0
# VMnet device if not specified on command line
device = vmnet8
# Allow PORT/EPRT FTP commands (they need incoming TCP stream ...)
activeFTP = 1
# Allows the source to have any OUI. Turn this on if you change the OUI
# in the MAC address of your virtual machines.
allowAnyOUI = 1
# Controls if (TCP) connections should be reset when the adapter they are
# bound to goes down
resetConnectionOnLinkDown = 1
# Controls if (TCP) connection should be reset when guest packet's destination
# is NAT's IP address
resetConnectionOnDestLocalHost = 1
[tcp]
# Value of timeout in TCP TIME_WAIT state, in seconds
timeWaitTimeout = 30
[udp]
# Timeout in seconds. Dynamically-created UDP mappings will purged if
# idle for this duration of time 0 = no timeout, default = 60; real
# value might be up to 100% longer
timeout = 60
[netbios]
# Timeout for NBNS queries.
nbnsTimeout = 2
# Number of retries for each NBNS query.
nbnsRetries = 3
# Timeout for NBDS queries.
nbdsTimeout = 3
[incomingtcp]
# Use these with care - anyone can enter into your VM through these...
# The format and example are as follows:
#<external port number> = <VM's IP address>:<VM's port number>
#8080 = 172.16.3.128:80
3389 = 127.0.0.1:3389
[incomingudp]
# UDP port forwarding example
#6000 = 172.16.3.0:6001
상단에 # NAT gateway address 부분에 ip = 172.16.8.2라고 되어 있어서 인지...
VM ware안에 리눅스 ip주소를 확인 해보니...
172.16.8.2라고 나옵니다.
본 OS의 아이피를, VMWARE의 CentOS(리눅스)도 가져가서 공유하여 사용하고 싶은데...
유동 IP다 보니...어떻게 해야할지를 모르겠습니다.
좋은 방법이 없을까요...?
답변 3
만약에 iptime 공유기를 쓰신다면, ( iptime 공유기만 해당됨 )
구글에서 iptime 공유기 도메인 이라고 검색해 보시면 됩니다.
저는 xxxxxxx.iptime.org 으로 등록하여, 공부용으로 사용하고 있습니다.
아이피를 고정시키는것이 더 빠른방법이지 않을까요??
많은 도움이 되었습니다. 감사합니다.
답변을 작성하시기 전에 로그인 해주세요.