identname@remote.host for inetd SECOND TRY

1996-09-23 Thread Remco van de Meent
I'm sorry, I hit the wrong key last minute...


In some other distributions, there is the possibility to get log-entries as:

Sep 22 10:05:25 sku in.telnetd[31280]: connect from
[EMAIL PROTECTED]
[fake names]


What I want is to get this also in my Debian distribution...

is that possible? I cannot find it in /usr/doc etc...

please help


// Remco van de Meent   (nParago on IRC)
//   email: [EMAIL PROTECTED]
//   www: http://cal052012.student.utwente.nl
//Never make any mistaeks. 



Re: identname@remote.host for inetd SECOND TRY

1996-09-23 Thread Stoyan Kenderov
 
 I'm sorry, I hit the wrong key last minute...

No problem, happens to me all the time :)

 
 In some other distributions, there is the possibility to get log-entries as:
 
 Sep 22 10:05:25 sku in.telnetd[31280]: connect from
 [EMAIL PROTECTED]
 [fake names]
 
 
 What I want is to get this also in my Debian distribution...
 
 is that possible? I cannot find it in /usr/doc etc...

This is what tcpd (the TCP wrapper) is configured to do on these other
systems.
Check whether your services (in /etc/inetd.conf) are beeing wrapped into
tcpd. If yes, check whats the contents of the two files /etc/host.allow and
/etc/host.deny

If they don't exist, you have to install the tcpd-software first...then read
the docu supplied.

The configuration you demand is part of the /etc/host.allow file. There you
can specify an action to execute on each successful or failing connection
attempt.

Hope this helps

regards,
Stoyan

-- 
Stoyan Kenderov/ 
NTG Netzwerk und Telematic GmbH  \/  phone: +49 721 9652 220
Geschaeftsbereich/\ LINK fax:   +49 721 9652 210
Vincenz-Priessnitz-Str. 3   /___ email: [EMAIL PROTECTED]
D-76131 Karlsruhe, Germany   http://www.xlink.net/~kenderov
  PGP Key fingerprint =  72 EC 34 1F BC 74 89 BA  FF 74 29 85 40 6B 5C F9 



Re: identname@remote.host for inetd SECOND TRY

1996-09-23 Thread Remco van de Meent
At 20:47 22-09-96 +0200, Remco van de Meent wrote:


[about subject]



Thank you all, it works!




// Remco van de Meent   (nParago on IRC)
//   email: [EMAIL PROTECTED]
//   www: http://cal052012.student.utwente.nl
//Never make any mistaeks.