CLIENT.IP_MISMATCH Advisory Subject Name Syntax _RV.ERROR.SYSTEM.CLIENT.IP_MISMATCH Purpose A client transport receives this advisory when it reconnects to daemon, and the daemon’s IP address is different from the IP address of the original connection. Background Point-to-point message delivery relies on a transport connection to a daemon with an IP address that remains constant. If a client transport loses connectivity, and reconnects to a daemon with a different address, then that transport cannot support point-to-point connectivity (nor any features that rely on point-to-point connectivity). Remarks Only the specific client transport receives this advisory. This message is an error, however the daemon does not reject the connection, and the transport continues to support multicast message delivery. Message Fields Field Name Description tport The transport ID. descr The client’s description string. Diagnosis This error can occur in a network architecture that uses virtual IP addresses. The redirector might assign one remote daemon when a transport first connects, but might assign a different daemon when the transport attempts to reconnect. In this situation, transport behavior is undefined.