Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] port loop back
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
leon_73
Guru
Guru


Joined: 13 Mar 2003
Posts: 505
Location: Milano

PostPosted: Wed Mar 07, 2007 2:23 pm    Post subject: [SOLVED] port loop back Reply with quote

Ciao a tutti,

tempo fa avevo letto di un programmino che svolgeva un servizio che in questio gg mi potrebbe tornare utile ma del quale ora non mi ricordo il nome... magari mi potete aiutare voi...

Quello che faceva era semplicemente partire e mettersi in ascolto su una porta indicata. Una volta avviato era possibile controllare se quella determinata porta era raggiungibile o meno, con un semplice telnet verso quella porta.

Scrivendo qualcosa, questo "demone" la leggeve e la rimandava al mittente.

non e' nulla di speciale... ma in questo momento potrebbe tornarmi utile.


Potete propormi qualcosa di simile?

Leo


Last edited by leon_73 on Thu Mar 08, 2007 5:06 pm; edited 1 time in total
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Wed Mar 07, 2007 3:22 pm    Post subject: Reply with quote

Questo?

Code:

* net-misc/knock
     Available versions:  (~)0.3 (~)0.3.1 (~)0.4 0.5
     Homepage:            http://www.zeroflux.org/knock/
     Description:         A simple port-knocking daemon


ciao
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Wed Mar 07, 2007 6:35 pm    Post subject: Reply with quote

Hai provato a vedere:

Code:
/etc/xinetd.d/echo-*


:?:
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
leon_73
Guru
Guru


Joined: 13 Mar 2003
Posts: 505
Location: Milano

PostPosted: Thu Mar 08, 2007 4:11 pm    Post subject: Reply with quote

comio wrote:
Questo?

Code:

* net-misc/knock
     Available versions:  (~)0.3 (~)0.3.1 (~)0.4 0.5
     Homepage:            http://www.zeroflux.org/knock/
     Description:         A simple port-knocking daemon


ciao


Ti ringrazio ma no... questo mi serve come portknocker... mentre a me serve solo una specie di loopback...
adesso provo a vedere se gutter ci ha preso ;-)

comunque grazie

leo
edit
gutter wrote:
Hai provato a vedere:

Code:
/etc/xinetd.d/echo-*


:?:



o non ho capito come fare ... o mi sa che anche questo non mi va bene... :-(


quello che vorrei fare e' semplicemente avviare un demone su si una determinata porta e da un client fare un "telnet IPSERVER PORTA" collegarmi al demone e se la porta e' raggiungibile scrivere "ciao" e ricevere un ciao in risposta...
o una cosa simile, telnet e' solo un esempio.


Leo


Last edited by leon_73 on Thu Mar 08, 2007 4:35 pm; edited 1 time in total
Back to top
View user's profile Send private message
GiRa
l33t
l33t


Joined: 07 Apr 2005
Posts: 717

PostPosted: Thu Mar 08, 2007 4:23 pm    Post subject: Reply with quote

Netcat?
Back to top
View user's profile Send private message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4831
Location: somewhere in L.O.S.

PostPosted: Thu Mar 08, 2007 4:32 pm    Post subject: Reply with quote

non vorrei sbagliarmi ma non è mai esistito un simile pacchetto. Era il codice sorgente di un esempio, ma non mi ricordo più dove lo ho visto.

[IPER-OT] e con questo messaggio sono diventato guru 8) .
Non so se esserne felice o meno da miscredente convinto.
_________________
scita et risus abundant in ore stultorum sed etiam semper severi insani sunt:wink:
mala tempora currunt...mater stultorum semper pregna est :evil:
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist :wink:
Back to top
View user's profile Send private message
leon_73
Guru
Guru


Joined: 13 Mar 2003
Posts: 505
Location: Milano

PostPosted: Thu Mar 08, 2007 5:05 pm    Post subject: Reply with quote

GiRa wrote:
Netcat?

Siori e Siore... il nostro caro GiRa ha vinto una bambolina :-)

netcat e' stato la soluzione

<SERVER>
#netcat -l -p 667 -T -v
</SERVER>

<CLIENT>
telnet 127.0.0.1 667
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
ciao
tutto funziona?
</CLIENT>

e scrivendo i vari "ciao tutto funziona" sul server appare

<SERVER>
ciao
tutto funziona?
</SERVER>


comunque grazie a tutti

Leo
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