반응형 포트포워딩2 Vagrant port forwarding The forwarded port configuration expects two parameters, the port on the guest and the port on the host. Example:Vagrant.configure("2") do |config| config.vm.network "forwarded_port", guest: 80, host: 8080 end This will allow accessing port 80 on the guest via port 8080 on the host.For most providers, forwarded ports by default bind to all interfaces. This means that other devices on your networ.. 2016. 2. 22. 인트라넷 또는 클러스터 구성시 우분투 apt-get 사용방법 Borispol Sunrise (HDR, Opensource) by Lyncis 클러스터를 사용중인데 내부 노드의 클러스터에 설치를 해야겠는데, 이걸 컴파일 할수도 없고, 인트라넷도 비슷할꺼라고 생각됩니다. 만약 외부로 연결된 마스터 노드만 있다면 http://snowall.tistory.com/2225 2012. 6. 22. 이전 1 다음 반응형