I am stuck at Map Sandbox IP to Your Desired Hostname in the Hosts File from https://www.cloudera.com/tutorials/learning-the-ropes-of-the-hdp-sandbox.html#determine-ip-address-o...
I'm not getting anything at http://127.0.0.1:1080/
or http://127.0.0.1:4200/
I am able to Alt F5 into Hortonworks Sandbox.
I not able to run `ssh root@sandbox-hdp.hortonworks.com -p 2222` in git bash.
I just get `ssh_exchange_identification: read: Software caused connection abort`
but `ssh root@sandbox-hdp.hortonworks.com -p 2200` in git bash works where I get `root@sandbox-hdp.hortonworks.com's password:`
I'm running Virtual Box 6.1 in Windows 10 x64
My hosts file looks like
`127.0.0.1 sandbox-hdp.hortonworks.com`
`127.0.0.1 sandbox-hdf.hortonworks.com`
and I have tried
`<my ipv4> sandbox-hdp.hortonworks.com`
`<my ipv4> sandbox-hdf.hortonworks.com`
I turned my Firewall off.
I tried for Hortonworks Sandbox > Network > Adapter 1 doing Attached to: NAT to Bridged Adapter. It did not work.