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] Software probe using port 8080
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Enrico Ardizzoni
enrico.ardizzoni at unife.it
Fri Mar 13 17:57:26 CET 2020
Il giorno ven 13 mar 2020 alle ore 14:45 Philip Homburg < 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 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/32a90f09/attachment.html>
- Previous message (by thread): [atlas] Software probe using port 8080
- Next message (by thread): [atlas] Software probe using port 8080
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]