<div dir="ltr">Hi!<div><br></div><div>I don&#39;t know why you think that the satellite listens on port 3377?</div><div>Here are the default port bindings:</div><div><br></div><div>    /*<br>     * Default ports<br>     */<br>    public static final int DFLT_CTRL_PORT_SSL = 3377;<br>    public static final int DFLT_CTRL_PORT_PLAIN = 3376;<br>    public static final int DFLT_STLT_PORT_SSL = 3367;<br>    public static final int DFLT_STLT_PORT_PLAIN = 3366;<br></div><div><br></div><div>It wouldn&#39;t make much sense to have a combined node, where you only can run either a controller or satellite...</div><div>We have multiple setups where Controller and Satellite run on the same node.</div><div><br></div><div>Best regards</div><div>Rene</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jul 2, 2020 at 7:02 AM Chad William Seys &lt;<a href="mailto:cwseys@physics.wisc.edu">cwseys@physics.wisc.edu</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
   I have a &quot;Combined&quot; controller/satellite node which I&#39;m trying to set<br>
up SSL on.<br>
   It appears that the controller binds port 3377 by default.  This is <br>
also the port the satellite listens to by default.  When the node is <br>
Combined, this causes problems connecting to the satellite daemon.<br>
   My hope was to have the controller bind to a non-3377 port so that <br>
one would not have to specify a non-default port when creating a node. <br>
However, I haven&#39;t been able to get the controller daemon to bind to <br>
anything but 3377.<br>
E.g. This does not work:<br>
# cat /etc/linstor/linstor_controller.toml<br>
[netcom]<br>
   type=&quot;ssl&quot;<br>
   port=3388<br>
   server_certificate=&quot;/etc/linstor/ssl/keystore.jks&quot;<br>
   trusted_certificates=&quot;/etc/linstor/ssl/certificates.jks&quot;<br>
   key_password=&quot;linstor&quot;<br>
   keystore_password=&quot;linstor&quot;<br>
   truststore_password=&quot;linstor&quot;<br>
   ssl_protocol=&quot;TLSv1.2&quot;<br>
<br>
<br>
Thanks!<br>
Chad.<br>
_______________________________________________<br>
Star us on GITHUB: <a href="https://github.com/LINBIT" rel="noreferrer" target="_blank">https://github.com/LINBIT</a><br>
drbd-user mailing list<br>
<a href="mailto:drbd-user@lists.linbit.com" target="_blank">drbd-user@lists.linbit.com</a><br>
<a href="https://lists.linbit.com/mailman/listinfo/drbd-user" rel="noreferrer" target="_blank">https://lists.linbit.com/mailman/listinfo/drbd-user</a><br>
</blockquote></div>