README.md in vagrant-qubes-0.0.4 vs README.md in vagrant-qubes-0.0.5

- old
+ new

@@ -35,11 +35,11 @@ end end end ``` -Currently, the plugin will insert a firewall rule allowing the NetVM to communicate with the vagrant created machine... this eanbles provision and "vagrant ssh <name>" etc. to work. +Currently, the plugin will insert a firewall rule allowing the NetVM to communicate with the vagrant created machine... this enables provision and "vagrant ssh <name>" etc. to work. This is not fully thought through or fully secured, use it at your own risk! ## Installation @@ -47,14 +47,19 @@ ``` vagrant plugin install vagrant-qubes ``` +## Guest networking + +Check out https://github.com/gp397/salt-for-vagrant-qubes it has a script that will enable networking between guests. + +It requires an ssh server and puppet in the guest template, the salt formula takes care of all of that though. + ## TODO There is a lot to do, in no particular order: - Extend to support Standalone VMs/HVMs -- Sort out networking (possibly by an option) so that Vagrant's children can talk to each other ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/gp397/vagrant-qubes. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/gp397/vagrant-qubes/blob/master/CODE_OF_CONDUCT.md).