Hi Bilal,
Thanks for your reply. Here I've shown both working and non-working clusters fxp0 configuration.
In the below cluster, I am able to access both the nodes individually using IP 192.168.1.12 & 192.168.1.26.
g.rangaraj@srx3400-node0> show configuration groups node0 interfaces fxp0
unit 0 {
family inet {
address 192.168.1.12/24;
}
}
{primary:node0}
g.rangaraj@srx3400-node1> show configuration groups node1 interfaces fxp0
unit 0 {
family inet {
address 192.168.1.26/24;
}
}
{primary:node0}
============================================================================================
Here is the cluster in question, where I'm only able to ssh one at a time, whichever is primary. Secondary node, I can't. Currently I'm able to ssh only to node1 using IP 192.168.0.14 because it is primary now. When I try to ssh node0 using IP 192.168.0.13, I got error "ssh_exchange_identification: Connection closed by remote host".
g.rangaraj@srx-node0> show configuration groups node0 interfaces fxp0
unit 0 {
family inet {
address 192.168.0.13/24;
}
}
{primary:node1}
g.rangaraj@srx-node1> show configuration groups node1 interfaces fxp0
unit 0 {
family inet {
address 192.168.0.14/24;
}
}
{primary:node1}
Please let me know if you want any specific command output.
Thanks in advance.