cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
535
Views
0
Helpful
1
Replies

Load Balancing Error Message

dianewalker
Level 1
Level 1

We are setting up Load Balancing on two ASA's.  We got the error message when I tried to type "cluster ip adress XXX.XXX.XXX.XXX" on the main ASA:

                    ERROR: CLuster IP address/host name is not on the same subnet as the public interface.

The cluster IP address is the same subnet as the public interface.  Do you have any suggestions?  Does it make any difference of which order that I type?  Thanks.

vpn load-balancing
priority 10
interface lbpublic Inside
interface lbprivate Outside
cluster key *****
cluster encryption

Thanks.

Diane

1 Reply 1

debra-brown
Level 1
Level 1

Diane,

You had your statements reversed.  Your statements should look like these (in red):

vpn load-balancing
priority 10
interface lbpublic Outside
interface lbprivate Inside
cluster key *****
cluster encryption

participate