Tuesday 28 May 2019

windows 7 - Forward Ports on Parallels


I have a dev server on port 8080 on my mac, and I'm trying to access it from a clean installation of Windows 7 in parallels.


Ipconfig says my VM's IP address is 10.211.55.3. I can access the mac web sharing service at 10.211.55.2:80/ but not my own webserver (GAE) at 10.211.55.2:8080/



  • Parallels set to Shared Networking and is able to browse the internet fine

  • Firewall is off in both windows and mac

  • I installed bonjour for windows as a few forums said to do. I can then use my-computer-name.local/ but same deal as before, port 8080 doesn't work

  • Tried adding a port forwarding entry of 8080,TCP,10.211.55.3,8080 to Parallels Desktop > Preferences > Advanced > Port forwarding rules



Answer



Can you access your testing server on :8080 from other real machines on your network? It could be that your development server software accepts only connections from your local machine (127.0.0.1 aka localhost).


No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...