Hi Sunil, You can configure one of your VM interface as
"Host-only Adaptor" option and configure static IP address as below(example in
Oracle VM VIrtualBox Manager):
vi /etc/network/interfaces# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.56.100
netmask 255.255.255.0
network 192.168.56.1
gateway 192.168.56.1
dns-nameservers 8.8.8.8
When you reboot the machine, it will always have this IP address, use this IP
address as private address on your nodes.
Thanks-Nagu
On Tuesday, 10 April, 2018, 4:30:45 PM IST, Sunil Kumar
<[email protected]> wrote:
Hi,Now I am using NAT mode for networking, but i have some dooubts:1) Should
public_ip is the ip of the host on which virtualbox is installed?2) Should all
nodes having the same public_ip in NAT mode?
3) Instead of doing port forwarding for particular node, I have left blank host
ip field that means it is opens for world, or do I need to open for particular
node?
Thanks,Sunil _______________________________________________
Clearwater mailing list
[email protected]
http://lists.projectclearwater.org/mailman/listinfo/clearwater_lists.projectclearwater.org