Comment 4 for bug 374687

Revision history for this message
Mark Kamichoff (prox-prolixium) wrote :

Hi Tomasz -

Sure, here is the relevant part of my s2s.xml:

[...]
  <local>
    <!-- IP and port to listen for incoming s2s connections on
                                           (default: 0.0.0.0, 5269) -->
    <ip>::</ip>
    <port>5269</port>

    <!-- Multihomed machines (with more than one interface and IP address)
         need to specify outgoing S2S connections interface/address.
         If not set, the <ip> section address above is used. -->
    <!--
    <origin>1.2.3.4</origin>
    -->
[...]

Thanks!

- Mark