Skip to main content

Posts

Showing posts from 2020

Cluster

  VMnet1 : 192.168.1.0/24 VMnet2 : 1.1.1.0/24 To create a Cluster setup it required 3 interface that need to be configure first. As per the above diagram we required 3 VMnet (Vmware Networks) to configure three interface. VMnet0 : 172.16.100.0/24 IP Address Details Gateway 1 (Active) IP : Internal (eth0) –> 192.168.1.2/24 || External (eth2) –>172.16.100.121/24 Gateway 2 (Standby) IP : Internal (eth0) –> 192.168.1.3/24 || External  (eth2) –>172.16.100.122/24 Cluster VIP (Virtual IP) : Internal –> 192.168.1.5/24 || External –> 172.16.100.125/24 Sync IP : Active Gateway (eth1) —> 1.1.1.2/24  ||  Standby Gateway (eth1) —> 1.1.1.3/24  (NO VIP Required) Route Internal LAN (192.168.1.0/24) —->  Default Gateway (VIP : 192.168.1.5/24) Gateway IP (172.16.100.121/24  & 172.16.100.122/24) —> Default Gateway (VIP:172.16.100.1/24) HOST Machine (Where VMware is running) —> 192.168.1.1/24 VMNet Details VMnet0 : Auto-Bridging  ...