星期六, 1月 29, 2011

做白工的vmware network

某天的windows藍色畫面,
需要重新安裝vmware image,
結果安裝花了一個晚上,

原本覺得裝好了,
去客戶那要使用的時候,
變成vmware的network有問題,
搞了一天的vmware network,
連重新安裝

最後是下班前有同事幫忙看了一下,
原來是dns的問題,
順便把防火牆關掉,
結果就好了,
留下記錄中...

========== /etc/network/interfaces ==========
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static

address 192.168.1.146
network 192.168.1.0
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.1
#dns-nameservers 192.168.1.1

========== /etc/resolv.conf ==========
nameserver 192.168.1.1

沒有留言: