Sudo service aerospike status stopped

[vagrant@vm1hn ~]$ ifconfig eth0 Link encap:Ethernet HWaddr 08:00:27:46:FD:B3 inet addr:10.0.2.15 Bcast:10.0.2.255 Mask:255.255.255.0 inet6 addr: fe80::a00:27ff:fe46:fdb3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:653 errors:0 dropped:0 overruns:0 frame:0 TX packets:576 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:70441 (68.7 KiB) TX bytes:77468 (75.6 KiB)

eth1 Link encap:Ethernet HWaddr 08:00:27:A4:A8:E0 inet addr:172.28.128.12 Bcast:172.28.128.255 Mask:255.255.255.0 inet6 addr: fe80::a00:27ff:fea4:a8e0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:2514 errors:0 dropped:0 overruns:0 frame:0 TX packets:2592 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:791496 (772.9 KiB) TX bytes:1014613 (990.8 KiB)

eth2 Link encap:Ethernet HWaddr 08:00:27:5D:4D:9D inet addr:10.1.1.11 Bcast:10.1.1.255 Mask:255.255.255.0 inet6 addr: fe80::a00:27ff:fe5d:4d9d/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:6 errors:0 dropped:0 overruns:0 frame:0 TX packets:30 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:552 (552.0 b) TX bytes:4664 (4.5 KiB)

lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1364 errors:0 dropped:0 overruns:0 frame:0 TX packets:1364 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:482858 (471.5 KiB) TX bytes:482858 (471.5 KiB)

[vagrant@vm1hn ~]$ exit logout Connection to 127.0.0.1 closed.

Sairam Saini@DESKTOP-FH71MIA MINGW64 ~/aerospike-vm $ vim vagrantfile

Sairam Saini@DESKTOP-FH71MIA MINGW64 ~/aerospike-vm $ vagrant ssh-config Host VM1 HostName 127.0.0.1 User vagrant Port 2222 UserKnownHostsFile /dev/null StrictHostKeyChecking no PasswordAuthentication no IdentityFile “C:/Users/Sairam Saini/.vagrant.d/insecure_private_key” IdentitiesOnly yes LogLevel FATAL

Host VM2 HostName 127.0.0.1 User vagrant Port 2202 UserKnownHostsFile /dev/null StrictHostKeyChecking no PasswordAuthentication no IdentityFile “C:/Users/Sairam Saini/.vagrant.d/insecure_private_key” IdentitiesOnly yes LogLevel FATAL

Host VM3 HostName 127.0.0.1 User vagrant Port 2205 UserKnownHostsFile /dev/null StrictHostKeyChecking no PasswordAuthentication no IdentityFile “C:/Users/Sairam Saini/.vagrant.d/insecure_private_key” IdentitiesOnly yes LogLevel FATAL

Vagrantfile

I want to add VM1 node to the cluster and it’s saying failed to connect hosts

could you please help me to find flaw in vagrnat file