Hi

I am using vagrant to setup our dev env - for this we have 1 linux VM (all 
taken care of) and one "Appliance" VM.

The appliance vm is totally closed and not much can be changed about it. 
One of the things that cant be changed is that its managment interface 
(with ssh) etc is on the second nic. I have tried a few variations on the 
below but just can get things working. What I need to happen is have NIC#2 
be NAT - NIC#1 can be NAT or Private..

ci.vm.network "private_network", ip: "10.0.1.3", virtualbox__intnet: "Dev 
Net", adapter: 1
ci.vm.network "public_network", type: "nat"
ci.vm.network "forwarded_port", guest: 443, host: 8081, adapter: 2

No matter what I set type to it will setup the network as a bridge :(

anyone else tackled this ?

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to