Keywords: Redis - Virtual Machines - Technical issue - Other
Description:
I have a host: Windows 10, there is VirtualBox with bitnami preconfigured Debian and Redis.
When I do in host:
ping 192.168.0.86 (VM IP)
it replies.
When I try to connect from my W10 machine to Redis(in the VM) - it does not respond:
redis-cli.exe -h 192.168.0.86 ping
What should I check and fix?