I installed meteor in my virtual machine, when i use it under my windows machine it will get an ip address like "192.168.100.128", but will get a new ip address like "192.168.200.128" in my ubuntu. I tried to use two configuration for them to use different ROOT_URL in different machine. But that doesn't work.
I tried to change ROOT_URL under config/linux/env.sh and start up with iron --env linux, but it still use the old IP address in windows machine.