简体   繁体   中英

Access PCF DEV from external machine on same network as host

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM