<div dir="ltr"><div dir="ltr">Il giorno ven 13 mar 2020 alle ore 14:45 Philip Homburg <<a href="mailto:philip.homburg@ripe.net">philip.homburg@ripe.net</a>> ha scritto:<br></div><div dir="ltr"><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2020/03/13 13:48 , Paul Eagles wrote:<br>
> Is there any way to change the ports that the software probes use?  Port<br>
> 8080 is used by the probe which conflicts with another piece of software<br>
> I wanted to use.<br>
<br>
Unfortunately, that is not possible at the moment. I'll look into making </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">this more flexible.<br></blockquote><div><br></div><div>Hi Paul, </div><div><br></div><div>you can "bind" your software on port 8080 to a specific address (on loopback or ethX interface) and not to ANY (0.0.0.0).</div><div><br></div><div>On my software probe:</div><div><br></div><div>$ netstat -ltpn | grep 8080<br>tcp        0      0 <a href="http://127.0.0.1:8080">127.0.0.1:8080</a>          0.0.0.0:*               LISTEN      2456/ssh<br>tcp6       0      0 ::1:8080                :::*                    LISTEN      2456/ssh<br><br></div><div>$ nc -l 127.0.0.1 8080<br>nc: Address already in use<br><br></div><div>$ nc -l 127.0.0.2 8080<br>^C<br></div><div>$ </div><div><br></div><div>ssh just binds to 127.0.0.1 and ::1</div><div><br></div></div><div>E.</div>-- <br><div dir="ltr" class="gmail_signature">| ENRICO ARDIZZONI<br>| Responsabile Ufficio Reti e Sistemi<br>| Università degli Studi di Ferrara</div></div>