Created on 12-29-2015 08:52 AM - edited 09-16-2022 02:55 AM
We are a group of 7 people each having our own individual laptops and we have installed sandbox HDP2.2 on our machines and we all are working under one wifi network in our office. My question is how does each one of us get unique ip address for each of our sandbox so that we can ssh to each of our HDP from our local machines and work individually. If we do ifconfig in sandbox, all 7 are getting inet addr as 192.168.0.166 in bridged network and 10.0.2.15 in NAT network and 192.168.56.101 in Host-Only network.
Created 12-29-2015 09:15 AM
Configure bridged network and ensure that mac address of all of them are unique.
Also configure them(bridged network) to use dhcp.
Created 12-29-2015 09:15 AM
Configure bridged network and ensure that mac address of all of them are unique.
Also configure them(bridged network) to use dhcp.
Created 12-30-2015 06:29 AM
Hi Rahul, Thank you very much for the advice, your answer helped us alot.