I have a three image vagrant file with NAT I want to NAT ip address not port number.
e.g. Guest1 Host 0.0.0.0:22 -> 127.0.1.1:22 Guest2 Host 0.0.0.0:22 -> 127.0.1.2:22 etc etc I can do this manually in Virtualbox but vagrant kicks up a fuss, and identifies port already in use. Is there a way I can do this nicely?? -- 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.
