<div dir="ltr">Hi!<div><br></div><div>I don'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'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 <<a href="mailto:cwseys@physics.wisc.edu">cwseys@physics.wisc.edu</a>> 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 "Combined" controller/satellite node which I'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'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="ssl"<br>
port=3388<br>
server_certificate="/etc/linstor/ssl/keystore.jks"<br>
trusted_certificates="/etc/linstor/ssl/certificates.jks"<br>
key_password="linstor"<br>
keystore_password="linstor"<br>
truststore_password="linstor"<br>
ssl_protocol="TLSv1.2"<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>