Can you do this with commands with VBoxManage?


On Sun, Oct 7, 2018 at 11:39 PM Russ Dill <russ.d...@gmail.com> wrote:

> I'm trying to connect my Vagrant VM to a UDP tunneled Ethernet network. I
> can do so under VirtualBox native with the following syntax:
>
>        <Adapter slot="0" enabled="true" MACAddress="080027F350AA" cable=
> "true" type="82540EM">
>           <GenericInterface driver="UDPTunnel">
>             <Property name="dest" value="127.0.0.1"/>
>             <Property name="dport" value="22225"/>
>             <Property name="sport" value="22226"/>
>           </GenericInterface>
>         </Adapter>
>
>
> However, I'm not sure what the Vagrantfile syntax for such a thing would
> be. Is such a thing currently possible under Vagrant? Do I need to modify
> Vagrant to make something like this work?
>
> Thanks!
>
> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in
> violation of those guidelines may result in your removal from this mailing
> list.
>
> GitHub Issues: https://github.com/mitchellh/vagrant/issues
> IRC: #vagrant on Freenode
> ---
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to vagrant-up+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/vagrant-up/29168c82-ce4a-4d3f-b882-351d19f0ca82%40googlegroups.com
> <https://groups.google.com/d/msgid/vagrant-up/29168c82-ce4a-4d3f-b882-351d19f0ca82%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Alvaro

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/CAHqq0ezei1qt9gK9YDe_J7yTfycxSyLrk6_XBtfO8-tNdK3eeA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to