mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Only TCP port forwarding supported
Documenting the inability to forward protocols other than TCP. See #260
This commit is contained in:
parent
8f60ed404b
commit
34a8fe1d15
@ -302,9 +302,7 @@ vagrant-libvirt supports vagrant's [standard ssh settings](https://docs.vagrantu
|
||||
|
||||
## Forwarded Ports
|
||||
|
||||
vagrant-libvirt supports Forwarded Ports via ssh port forwarding. For each
|
||||
`forwarded_port` directive you specify in your Vagrantfile, vagrant-libvirt
|
||||
will maintain an active ssh process for the lifetime of the VM.
|
||||
vagrant-libvirt supports Forwarded Ports via ssh port forwarding. Please note that due to a well known limitation only the TCP protocol is supported. For each `forwarded_port` directive you specify in your Vagrantfile, vagrant-libvirt will maintain an active ssh process for the lifetime of the VM.
|
||||
|
||||
vagrant-libvirt supports an additional `forwarded_port` option
|
||||
`gateway_ports` which defaults to `false`, but can be set to `true` if
|
||||
|
Loading…
Reference in New Issue
Block a user