问题
My intention is to use PCF DEV as an integration test environment for our CI server, as well as a place to demo proof-of-concept projects. I have Pivotal Cloud Foundry DEV setup on a private network in a windows environment. I'm able to access everything fine from the host box, but I and others on my team need to be able to access it from other machines on the network using the cf cli as well as just accessing deployed services. I'm not savvy in the ways of DNS proxy, so I'm not sure whether using Acrylic is the right move here or not, since the host machine will have internet access even though other's accessing it will not.
How do I access PCF Dev from other machines on the same network as the host machine?
回答1:
You can use netsh portproxy functionality and add a redirect from local network IP address to pcfdev host only IP address 192.168.11.1
more on https://technet.microsoft.com/en-us/library/cc731068(v=ws.10).aspx
来源:https://stackoverflow.com/questions/41639600/access-pcf-dev-from-external-machine-on-same-network-as-host