inohilog

/var/log/inohiro.log

VMware Fusion4 で,仮想マシンのIPアドレス(NAT)を固定する

  • NAT で使ってるとたまにIPが変わって面倒な事になる
  • "/Library/Preferences/VMware Fusion/vmnet8" の dhcp.conf に以下を追記
    • Fusion3 と Fusion4 ではいろいろ変わっているらしい
host vm-ubuntu-desktop {
        hardware ethernet 00:**:29:B6:**:E5;
        fixed-address 172.16.225.141;
}

host vm-ubuntu-server {
        hardware ethernet 00:**:29:B9:**:83;
        fixed-address 172.16.225.133;
}