Access PCF DEV from external machine on same network as host

北城以北 提交于 2019-12-07 12:41:35

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!