Litecoin in RegTest mode not respecting rpcbind config option

I have a virtual machine that I am running the litecoind program in, and I am attempting to connect to it from another virtual machine via RPC. However, I can not seem to get it to respect the rpcbind config option, it only seems to bind to 127.0.0.1, any ideas on how I can get this to work? Here is a snippet from my config…

[regtest]
regtest=1
txindex=1
server=1
daemon=1
rpcbind=0.0.0.0
rpcport=9332
bind=127.0.0.1

I have also tried

rpcbind=10.0.0.172

with no luck

you need to rpc bind to 127.0.0.1
if your running 2 VM’s on the same machine then the subnet may be different
or you need to try binding to 127.0.1.1 if running 2 vms on the same machine…possibly…
it has something to do with the DHCP assignments to the VM’s