Domanda porta bloccata

Stato
Discussione chiusa ad ulteriori risposte.

explosion016

Utente Bronze
16 Ottobre 2016
6
3
0
35
salve ho fatto una scansione delle porte del mio router, e alla porta 23 ha questa dicitura 23/tcp open tcpwrapped cosa vuol dire? e nel caso, si può modificare?
 
E' semplicemente la porta per Telnet (connessione console non criptata, ormai obsoleta), usata per l'accesso "console" al sistema del router.
Per conto mio, se non la utilizzi, ti conviene chiuderla. Facci sapere il modello del tuo router per più dettagli
 
E' semplicemente la porta per Telnet (connessione console non criptata, ormai obsoleta), usata per l'accesso "console" al sistema del router.
Per conto mio, se non la utilizzi, ti conviene chiuderla. Facci sapere il modello del tuo router per più dettagli
il router è il netgear d500, però non riesco ad accedervi con telnet, penso centri con quella scritta "tcpwrapped" però non saprei
 
il router è il netgear d500, però non riesco ad accedervi con telnet, penso centri con quella scritta "tcpwrapped" però non saprei

Ti lascio la definizione di tcpwrapped

What does "tcpwrapped" mean?

tcpwrapped refers to tcpwrapper, a host-based network access control program on Unix and Linux. When Nmap labels something tcpwrapped, it means that the behavior of the port is consistent with one that is protected by tcpwrapper. Specifically, it means that a full TCP handshake was completed, but the remote host closed the connection without receiving any data.
It is important to note that tcpwrapper protects programs, not ports. This means that a valid (not false-positive) tcpwrapped response indicates a real network service is available, but you are not on the list of hosts allowed to talk with it. When a very large number of ports are shown as tcpwrapped, it is unlikely that they represent real services, so the behavior probably means something else like a load balancer or firewall is intercepting the connection requests.

Sostanzialmente, definisce che una particolare porta e un particolare servizio (in questo caso Telnet) sono abilitati e attivi sulla macchina in esame, ma l'host dal quale stai facendo l'analisi non è autorizzato ad accedervi
 
Ti lascio la definizione di tcpwrapped

What does "tcpwrapped" mean?

tcpwrapped refers to tcpwrapper, a host-based network access control program on Unix and Linux. When Nmap labels something tcpwrapped, it means that the behavior of the port is consistent with one that is protected by tcpwrapper. Specifically, it means that a full TCP handshake was completed, but the remote host closed the connection without receiving any data.
It is important to note that tcpwrapper protects programs, not ports. This means that a valid (not false-positive) tcpwrapped response indicates a real network service is available, but you are not on the list of hosts allowed to talk with it. When a very large number of ports are shown as tcpwrapped, it is unlikely that they represent real services, so the behavior probably means something else like a load balancer or firewall is intercepting the connection requests.

Sostanzialmente, definisce che una particolare porta e un particolare servizio (in questo caso Telnet) sono abilitati e attivi sulla macchina in esame, ma l'host dal quale stai facendo l'analisi non è autorizzato ad accedervi
E non c'è modo di risolvere?
 
In genere tcp warapper è correlato al firewall del router. Prova a disattivarlo e vedi se la porta si chiude.
 
Stato
Discussione chiusa ad ulteriori risposte.