Hello. I want to connect to VMs using ssh from External (e.g. another VM or My PC). My plan is hadoop installation on VMs.
I know that bridged network is needed. My network configuration is following: My PC (eth0: public IP) (eth1: 192.168.2.1) <----> HUB <----> Management Server (ip: 192.168.2.2, gw: 192.168.2.1) <-----> Host1 (ip: 192.168.2.10, gw: 192.168.2.1) <-----> Host2 (ip: 192.168.2.11, gw: 192.168.2.1) Could you tell me how to setup bridged network? Regard.