Cristian
2018-11-12 10:49:10 UTC
Hi,
I've run into an issue while using Vagrant.
I have to boxes and I've configured them to be part of different virtualbox
internal networks (relevant config below):
#Dataplane port
vsrx1.vm.network 'private_network', auto_config: false, nic_type: '82540EM', virtualbox__intnet: **"seg1"**
end
#Dataplane port
vsrx3.vm.network 'private_network', auto_config: false, nic_type: '82540EM', virtualbox__intnet: **"seg2"**
end
However, the hosts are able to communicate with one another (they have IPs
from the same subnet), although they belong to different private networks.
Does anyone know why?
Thanks, Cristian
--
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+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/a08f4e4d-5f4c-4e9d-997e-759f879bb47c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I've run into an issue while using Vagrant.
I have to boxes and I've configured them to be part of different virtualbox
internal networks (relevant config below):
#Dataplane port
vsrx1.vm.network 'private_network', auto_config: false, nic_type: '82540EM', virtualbox__intnet: **"seg1"**
end
#Dataplane port
vsrx3.vm.network 'private_network', auto_config: false, nic_type: '82540EM', virtualbox__intnet: **"seg2"**
end
However, the hosts are able to communicate with one another (they have IPs
from the same subnet), although they belong to different private networks.
Does anyone know why?
Thanks, Cristian
--
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+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/a08f4e4d-5f4c-4e9d-997e-759f879bb47c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.