Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Is it possible to specify the local bridge port number?

Hi Chris,

When you configure a bridge, the local broker makes a connection to
the remote broker. The local port is just the local end of that
connection, it doesn't mean anything and isn't something you can use.
It's the same thing as the ephemeral port that is used on the local
side when a normal client makes a connection to a broker.

Regards,

Roger


On 9 April 2018 at 19:14, Maynard, Chris <Christopher.Maynard@xxxxxxx> wrote:
> When configuring a bridge, the remote bridge listens on port 1883 or 8883 as
> the case may be, but it seems that the local mosquitto instance uses an
> ephemeral port.  Is there a way to force mosquitto to use a specific port
> for the bridge?
>
>
>
> Thanks.
>
> - Chris
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> CONFIDENTIALITY NOTICE: This message is the property of International Game
> Technology PLC and/or its subsidiaries and may contain proprietary,
> confidential or trade secret information.  This message is intended solely
> for the use of the addressee.  If you are not the intended recipient and
> have received this message in error, please delete this message from your
> system. Any unauthorized reading, distribution, copying, or other use of
> this message or its attachments is strictly prohibited.
>
>
> _______________________________________________
> mosquitto-dev mailing list
> mosquitto-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/mosquitto-dev


Back to the top