简体   繁体   English

从与主机相同的网络上的外部计算机访问PCF DEV

[英]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. 我的目的是将PCF DEV用作CI服务器的集成测试环境,以及演示概念验证项目的场所。 I have Pivotal Cloud Foundry DEV setup on a private network in a windows environment. 我在Windows环境中的专用网络上安装了Pivotal Cloud Foundry DEV。 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. 我能够从主机盒中访问所有内容,但我和团队中的其他人需要能够使用cf cli从网络上的其他计算机访问它,并且只需访问已部署的服务。 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. 我对DNS代理的方式并不了解,所以我不确定使用Acrylic是否是正确的移动,因为主机将具有互联网访问权限,即使其他人访问它也不会。

How do I access PCF Dev from other machines on the same network as the host machine? 如何从与主机相同的网络上的其他计算机访问PCF Dev?

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 您可以使用netsh portproxy功能并将本地网络IP地址的重定向添加到pcfdev主机仅IP地址192.168.11.1

more on https://technet.microsoft.com/en-us/library/cc731068(v=ws.10).aspx 更多信息, 请访问https://technet.microsoft.com/en-us/library/cc731068(v=ws.10).aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从 vmware mac 访问我的主机 localhost - how to Access My host machine localhost from vmware mac 通过局域网从另一台机器访问虚拟主机 - Access virtual host from another machine over LAN 可以 ping,但不能连接到同一网络中另一台机器上托管的端点 - Can ping, but not connect to endpoint hosted on another machine from the same network 如何从主机外部(同一网络)连接到 docker 容器 [Windows] - How to connect to a docker container from outside the host (same network) [Windows] 更改PCF Dev安装位置 - Change PCF Dev installation location 同一网络中的本地主机连接 - local host connection in same network File.Copy()从网络共享到同一台机器上的另一个共享是否通过网络复制文件? - Does File.Copy() from a network share to another share on the same machine copy the file over the network? 使用Eclipse访问外部(网络)文件 - Access external (network) file with Eclipse 在Windows的Docker中,如何从我在机器上拥有的容器访问在我的开发机器上运行的webapi? - In Docker for windows, how do i access a webapi running on my dev machine from the container i aslo have on my machine? 主机无法访问来宾计算机上的nginx虚拟主机 - Host machine cannot access nginx virtual hosts on the guest machine
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM