Re: [Project Clearwater] Lost the IPs of clearwater node

2018-04-15 Thread Nagendra Kumar
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

Re: [Project Clearwater] Lost the IPs of clearwater node

2018-04-10 Thread Sunil Kumar
Hi, thanks for replying, How can i find the ip of interface of the vm? one more thing, after poweroff ,the ip of vm is changed, so in which places i need to update the changed IP. I have update in following places still it did not works: /etc/clearwater/local_config in all nodes /etc/hosts

Re: [Project Clearwater] Lost the IPs of clearwater node

2018-04-10 Thread tahir Masood
No the public ip is the one which is assigned on the interface of that VM. No they will have different ip's public ip is only required on bono You need to assign that public ip to bono if you want it to be publicly accessible On Tue, 10 Apr 2018, 4:02 PM Sunil Kumar, wrote:

Re: [Project Clearwater] Lost the IPs of clearwater node

2018-04-10 Thread Sunil Kumar
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

Re: [Project Clearwater] Lost the IPs of clearwater node

2018-04-08 Thread Nagendra Kumar
Hi Sunil,  I am not aware of your setup details, but its better to use static IPs for all the nodes as private IPs, so that when it comes up, it holds those IPs and you needn't make any changes in DNS. The public IP of nodes will change after reboot(because of DHCP), but it doesn't

Re: [Project Clearwater] Lost the IPs of clearwater node

2018-04-06 Thread tahir Masood
Assign IP's again and update the hosts/DNS. Regards, Tahir On Fri, Apr 6, 2018 at 11:15 AM, Sunil Kumar wrote: > Hi all, > I have installed the clearwater using manual installation. I used briidge > adapter and ip is assigned by DHCP. Some how the machine is power off