|
Thanks for your response I do have another question.
Here is my config for Grandin Branch
<BridgeConfiguration>
<internalservicebinding ip="10.0.0.113" port="1235" />
<externalservicebinding ip="10.0.0.113" port="1236" />
<channelbinding ip="224.10.11.12" mport="9998" sport="9997" />
<targets>
<add ip="10.3.1.102" port="1236" />
</targets>
</BridgeConfiguration>
Here is config for Van Buren Branch
<BridgeConfiguration>
<internalservicebinding ip="10.3.1.102" port="1235" />
<externalservicebinding ip="10.3.1.102" port="1236" />
<channelbinding ip="224.10.11.12" mport="9998" sport="9997" />
<targets>
<add ip="10.0.0.113" port="1236" />
</targets>
</BridgeConfiguration>
What I need to know is how to setup Ellsinore Branch and Doniphan Branch Config
Ellsinore ip 10.4.1.101
Doniphan ip 10.2.1.101
will I need to create port for each branch...if possible please copy and past complete config for each branch Thanks
|