Public static ip for vagrant box
- by Numbata
I have server (Debian Squeeze) with 1 ethernet card and 2 public static IPs (188.120.245.4 and 188.120.244.5).
What I want: Setup virtual box (Ubuntu) with access via static IP (188.120.244.5).
What I was trying:
config.vm.forward_port - good idea: setup interface "eth1:1" with 188.120.244.5 on host-machine, and add to Vagrant file…