Archived

This forum has been archived. Please start a new discussion on GitHub.

Multiple IP addresses

My IceStorm service is running on a machine with four different IP addresses. Our admin guy has configured the PublishedEndpoints for three of the ports, and in my client I specify the TopicManager endpoint exactly to an IP address that I know works. However, when my client tries to publish an event, it sometimes picks one of the addresses on the other side of the firewall and hangs up.

What is the correct property to use to prevent this?

Thanks.

Comments

  • benoit
    benoit Rennes, France
    Hi Mark,

    The IceStorm service has 2 object adapters. The "TopicManager" adapter and the "Publish" adapter. Did you perhaps forget to configure the PublishedEndpoints property of the "Publish" adapter? The "Publish" adapter hosts the publisher objects that you use to publish events. See the Ice manual for more information.

    Cheers,
    Benoit.