Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Forwarded (reverse) ports #62

Open
tomjanssens opened this issue Apr 15, 2016 · 0 comments
Open

Forwarded (reverse) ports #62

tomjanssens opened this issue Apr 15, 2016 · 0 comments
Milestone

Comments

@tomjanssens
Copy link

Allow custom forwarded ports to be configured. This will allow the box to talk to other service running on the host machines (jekyll sites, node.js apps, ..)

Example from a Puphpet config:

 vagrantfile:
    target: local
    vm:
        box: puphpet/centos65-x64
        box_url: puphpet/centos65-x64
        hostname: mybox
        memory: '512'
        cpus: '1'
        network:
            private_network: 192.168.56.101
            forwarded_port:
                vflnp_8n82k04lyz3d:
                    host: '6178'
                    guest: '22'
                vflnp_n319oy1hyfdg:
                    host: '3306'
                    guest: '33060'
[...]
@tomjanssens tomjanssens added this to the Backlog milestone Apr 15, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant