I'm doing some OACS work on a w2k machine using vmware workstation 3.2. Sometimes it would be convenient if I could make my site publicly accessible to collaborators. I have a cable connection with a dynamic IP that has never changed, and my VM is configured using NAT. My site is viewable in the VM at localhost.localdomain:8000.
Can I use port forwarding to forward port 8000 request on the host machine to port 8000 in the VM and have my site viewable at my_host_ip:8000? Has anyone done something similar? Thanks.
Request notifications