LoginSignup
0
0

More than 1 year has passed since last update.

VMWare Fusionでguest(windows)からhost(mac)の開発環境(localhost:3000)にアクセス

Posted at

環境

Host: Mac Big Sur 11.5.2
VM: VMWare Fusion 12.1.2
Guest: Windows 10 x64

やりたいこと

お客さんの環境(Windows)だけで、デザインが崩れたので修正したい
Guest(Windows)からHost(Mac)の開発環境(localhost:3000)にアクセスして直接操作

手順

1 VMでWindowsを立ち上げる
2 Macのターミナルでコマンド実行

$ ifconfig

3 上記から該当するものを探す

en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    options=400<CHANNEL_IO>
    ether 3c:22:fb:13:df:4f
    inet6 fe80::1c84:d089:5dae:5860%en0 prefixlen 64 secured scopeid 0x6
    inet 192.168.128.56 netmask 0xffffff00 broadcast 192.168.128.255
    nd6 options=201<PERFORMNUD,DAD>
    media: autoselect
    status: active

4 自分のは192.168.128.56
5 Windowsでchromeを立ち上げて、192.168.128.56:3000にアクセス

動作は遅いけどとりあえずこれで確認できた

0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0