Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Che porta e'?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
socksz
Apprentice
Apprentice


Joined: 28 Aug 2006
Posts: 233

PostPosted: Mon Oct 02, 2006 7:46 pm    Post subject: Che porta e'? Reply with quote

lanciando un nmap sul mio IP, trovo questa:
Code:
PORT     STATE  SERVICE     VERSION
1720/tcp filtered H.323/Q.931

ma che porta e'?
Qualcuno lo sa? Come posso chiuderla?

Ciao
Back to top
View user's profile Send private message
x-dd
n00b
n00b


Joined: 19 Aug 2005
Posts: 68

PostPosted: Mon Oct 02, 2006 7:48 pm    Post subject: Reply with quote

Code:
marco ~ # cat /etc/services | grep 1720
h323hostcall    1720/tcp
h323hostcall    1720/udp
h323callsigalt  11720/tcp                       # h323 Call Signal Alternate
h323callsigalt  11720/udp

voip?
_________________
Odio gli arroganti.
Moderare un forum non ha senso, le persone adulte sanno governarsi da sole.
Back to top
View user's profile Send private message
socksz
Apprentice
Apprentice


Joined: 28 Aug 2006
Posts: 233

PostPosted: Mon Oct 02, 2006 8:12 pm    Post subject: Reply with quote

x-dd wrote:
Code:
marco ~ # cat /etc/services | grep 1720
h323hostcall    1720/tcp
h323hostcall    1720/udp
h323callsigalt  11720/tcp                       # h323 Call Signal Alternate
h323callsigalt  11720/udp

voip?

e come la chiudo?
Back to top
View user's profile Send private message
.:deadhead:.
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 2963
Location: Milano, Italy

PostPosted: Mon Oct 02, 2006 9:38 pm    Post subject: Reply with quote

Chiudendo il programma che la apre? usi skype ekiga o altri tools similari?
_________________
Proudly member of the Gentoo Documentation Project: the Italian Conspiracy ! ;)
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Tue Oct 03, 2006 8:24 am    Post subject: Reply with quote

.:deadhead:. wrote:
Chiudendo il programma che la apre? usi skype ekiga o altri tools similari?


Perché, skype usa le porte dell'H232? (non so, mai provato...)
_________________
Ciao da me!
Back to top
View user's profile Send private message
.:chrome:.
Advocate
Advocate


Joined: 19 Feb 2005
Posts: 4588
Location: Brescia, Italy

PostPosted: Tue Oct 03, 2006 9:16 am    Post subject: Re: Che porta e'? Reply with quote

basta che chiudi/disattivi il programma che la sta usando
Code:
fuser -n tcp <numero porta>
mostra il pid del processo che sta utilizzando una data porta
in /proc/<pid> trovi le informazioni sul processo
Back to top
View user's profile Send private message
socksz
Apprentice
Apprentice


Joined: 28 Aug 2006
Posts: 233

PostPosted: Tue Oct 03, 2006 2:41 pm    Post subject: Reply with quote

Code:
osiris socksz # fuser -n tcp 1720
osiris socksz #

Niente =\
Non posso proprio farla risultare chiusa sta porta?
Non capisco che e', comunque non uso skype etc.

Ciao
Back to top
View user's profile Send private message
syntaxerrormmm
Guru
Guru


Joined: 17 Apr 2005
Posts: 449
Location: Romano di Lombardia - BG - ITALY

PostPosted: Tue Oct 03, 2006 5:05 pm    Post subject: Reply with quote

Ok, è aperta e forse dovresti controllare il tuo firewall per chiuderla... ma giusto per dare un quadro più completo, hai provato con netstat?
Code:
$ netstat -ta


Ciao.
_________________
"Every rule can be broken, but no rule may be ignored."

Last.fm - Gentoo 2006.1 on:
Acer Aspire 1355LC - suspend2-sources-2.6.18-r3
IBM Thinkpad T30 - suspend2-sources-2.6.19-r3
Back to top
View user's profile Send private message
.:chrome:.
Advocate
Advocate


Joined: 19 Feb 2005
Posts: 4588
Location: Brescia, Italy

PostPosted: Tue Oct 03, 2006 5:54 pm    Post subject: Reply with quote

Code:
osiris socksz # fuser -n tcp 1720
osiris socksz #

questo vuol dire che la porta È chiusa
nessun processo è in stato "listening" su di essa, quindi, come si dice volgarmente, la porta è chiusa
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Wed Oct 04, 2006 8:34 am    Post subject: Reply with quote

Quote:
1720/tcp filtered H.323/Q.931

filtered != open
Da qualche parte c'è un firewall che filtra quella porta ...
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
socksz
Apprentice
Apprentice


Joined: 28 Aug 2006
Posts: 233

PostPosted: Wed Oct 04, 2006 6:05 pm    Post subject: Reply with quote

Good stuff guys, grazie.
Back to top
View user's profile Send private message
.:chrome:.
Advocate
Advocate


Joined: 19 Feb 2005
Posts: 4588
Location: Brescia, Italy

PostPosted: Wed Oct 04, 2006 7:12 pm    Post subject: Reply with quote

si, ma se non c'è nessun processo in stato listen su quella porta, che te ne frega?
le connessioni non verranno mai accettate né trattate, finché qualcuno non le accetta
Back to top
View user's profile Send private message
socksz
Apprentice
Apprentice


Joined: 28 Aug 2006
Posts: 233

PostPosted: Wed Oct 04, 2006 8:46 pm    Post subject: Reply with quote

Si si certo :wink:
In effetti c'e' scritto "filtered", e non open!
Grazie a tutti, ciao.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum