Host OS: MacOS 10.12
virtualization software:VMWare Fusion 7
Guest OS: Ubuntu 12.04 (Assume A)
Another host OS you are trying to connect to: Windows 7 (Assume B)
In the above environment, if B tries to connect to a website built on A,
The connection is extremely slow and the page only opens after a few minutes.
Also, other Macs and iPhone 7s on the same network are able to connect successfully.
However, both Windows 7 on the same network have the same symptoms.
Do I need any Windows settings?
windows vmware vmware-fusion
A common cause is that the web server should
hostname from the client IP address from which it is accessed.
You might want to go to DNS to search, but it takes a long time for the search timeout.
Will it not be resolved if I add the IP address and hostname of the Windows machine to /etc/hosts in the Ubuntu environment?
Also, if tcpdump or wireshark is available, capture the communication packet and
It will be easier to determine the cause if you check if there is any further communication when accessing the web.
584 PHP ssh2_scp_send fails to send files as intended
577 Who developed the "avformat-59.dll" that comes with FFmpeg?
614 GDB gets version error when attempting to debug with the Presense SDK (IDE)
623 Uncaught (inpromise) Error on Electron: An object could not be cloned
924 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.