This archive is retained to ensure existing URLs remain functional. It will not contain any emails sent to this mailing list after July 1, 2024. For all messages, including those sent before and after this date, please visit the new location of the archive at https://mailman.ripe.net/archives/list/[email protected]/
[atlas] Software probe using port 8080
- Previous message (by thread): [atlas] Software probe using port 8080
- Next message (by thread): [atlas] Probe 2285 is disconnected (Randy/Bainbridge Comcast)
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Paul Eagles
paul at pauleagles.com
Fri Mar 13 18:51:47 CET 2020
Hi Enrico, An excellent suggestion, I’ll give it a go. Thanks, Paul. From: ripe-atlas <ripe-atlas-bounces at ripe.net> On Behalf Of Enrico Ardizzoni Sent: 13 March 2020 16:57 To: Philip Homburg <philip.homburg at ripe.net> Cc: ripe-atlas at ripe.net Subject: Re: [atlas] Software probe using port 8080 Il giorno ven 13 mar 2020 alle ore 14:45 Philip Homburg <philip.homburg at ripe.net<mailto:philip.homburg at ripe.net>> ha scritto: On 2020/03/13 13:48 , Paul Eagles wrote: > Is there any way to change the ports that the software probes use? Port > 8080 is used by the probe which conflicts with another piece of software > I wanted to use. Unfortunately, that is not possible at the moment. I'll look into making this more flexible. Hi Paul, 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). On my software probe: $ netstat -ltpn | grep 8080 tcp 0 0 127.0.0.1:8080<http://127.0.0.1:8080> 0.0.0.0:* LISTEN 2456/ssh tcp6 0 0 ::1:8080 :::* LISTEN 2456/ssh $ nc -l 127.0.0.1 8080 nc: Address already in use $ nc -l 127.0.0.2 8080 ^C $ ssh just binds to 127.0.0.1 and ::1 E. -- | ENRICO ARDIZZONI | Responsabile Ufficio Reti e Sistemi | Università degli Studi di Ferrara -------------- next part -------------- An HTML attachment was scrubbed... URL: </ripe/mail/archives/ripe-atlas/attachments/20200313/58a144fc/attachment.html>
- Previous message (by thread): [atlas] Software probe using port 8080
- Next message (by thread): [atlas] Probe 2285 is disconnected (Randy/Bainbridge Comcast)
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]