[vagrant-up] Need to see real source IPs from behind port forwarding, can I disable SNAT?

2015-11-27 Thread Michael Taylor
I'm trying to use graylog with Vagrant in a port forwarded Virtualbox appliance and I'm noticing that every message has 10.0.2.2 as its source IP. Vagrantfile: Vagrant.configure(2) do |config| config.vm.box = "ubuntu/trusty64" config.vm.hostname = "graylog" config.vm.network

Re: [vagrant-up] Need to see real source IPs from behind port forwarding, can I disable SNAT?

2015-11-27 Thread Alvaro Miranda Aguilera
Hello, If you comment those out, and then use the gui I think the result will be the same. I think if you can came up with the VBoxManage that can do what you are afterm then you may use a virtualbox block to run that, and not use the out of the box forward port. make sense? Thanks Alvaro