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 network can access the forwarded ports. If you want to restrict access, see the guest_ip
and host_ip
settings below.
https://www.vagrantup.com/docs/networking/forwarded_ports.html
결국에는 Virtue Box에서 돌아가는가지만, 개발을 위해 멀티 클러스터 환경(그래봤자 4노드)를 구현 했지만, SSH말고 다른 통신 포트를 포워딩 하기 위해 찾아보니, 매우 쉽게 포워딩 가능
'Study > Linux' 카테고리의 다른 글
우분투 HDMI 스피커로 소리 나오게 하기 (0) | 2019.05.06 |
---|---|
Tomcat8 catalina MessageDispatch15Interceptor class not found (0) | 2017.03.22 |
[aws/아마존/ssh/putty] couldn't load private key unexpected end of file (0) | 2016.10.19 |
Centos6에서 MySQL 5.1 to 5.7 업그레이드 (0) | 2015.11.21 |
SSH root(또는 특정 아이디를) 특정 아이피 대역에서만 접근하게 하는 방법 (0) | 2015.08.06 |
우분투(Ubuntu ) mp4box 이용방법 (0) | 2015.04.08 |