You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Vagrant
My Vagrantfile has this: config.vm.define "client" do |client| client.vm.box = "hashicorp/precise64" client.vm.network :private_network, ip: "10.10.10.10" end
But then I get two NICs. I want to just have the IP I specify, and have another system (server) do the routing to Internet. $ ifconfig eth0 Link encap:Ethernet HWaddr 08:00:27:88:0c:a6 inet addr:10.0.2.15 Bcast:10.0.2.255 Mask:255.255.255.0 inet6 addr: fe80::a00:27ff:fe88:ca6/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:738 errors:0 dropped:0 overruns:0 frame:0 TX packets:539 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:85404 (85.4 KB) TX bytes:66000 (66.0 KB)