Re: telnet to my machine (cont)

1999-09-23 Thread Rob Mahurin
On Tue, Sep 21, 1999 at 05:22:43PM +0200, Manuel Arenaz Silva wrote: > > Sep 21 17:11:49 cambados in.telnetd[8102]: connect from 193.144.50.23 > Sep 21 17:11:49 cambados in.telnetd[8102]: error: cannot execute > /usr/sbin/in.telnetd: No such file or directory > > Efectively, the file "/usr/sbin/i

Re: telnet to my machine (cont)

1999-09-22 Thread Seth R Arnold
On Wed, Sep 22, 1999 at 01:51:34PM +0200, Manuel Arenaz Silva wrote: > I have installed telnetd via "dpkg --install" and, after that, I have > rebooted the machine. Nevertheless, the daemon was not started. [...] > where de daemon "telnetd" does not appear. What else do I have to > configure in ord

Re: telnet to my machine (cont)

1999-09-22 Thread Mark Brown
On Wed, Sep 22, 1999 at 01:51:34PM +0200, Manuel Arenaz Silva wrote: > I have installed telnetd via "dpkg --install" and, after that, I have > rebooted the machine. Nevertheless, the daemon was not started. By default telnetd is not run as a standalone server but is instead started from inetd. I

telnet to my machine (succes)

1999-09-22 Thread Manuel Arenaz Silva
This is to inform that I have had succes. Next, I intend to install "ssh" so as to improve the security of my machine. Thanks to everyone, Manuel Arenaz

Re: telnet to my machine

1999-09-22 Thread Mark Brown
On Thu, Sep 16, 1999 at 02:16:21AM -0400, Bryan Scaringe wrote: > Pardon my ignorance, but how does one "look up ones IP address > in the DNS". Just for future reference. The standard way is to say nslookup The DNS is the system which is used to map text-form machine names (eg, "lists.debia

Re: telnet to my machine (cont)

1999-09-22 Thread Keith G. Murphy
Manuel Arenaz Silva wrote: > > Jim McCloskey wrote: > > > Hello, Manuel: > > > > [1] If you simply install the telnetd package, the daemon, I believe, > > will start running. If you reboot, it certainly will. So install > > it with: > > > > dpkg --install > > > > or: > > > > a

telnet to my machine (cont)

1999-09-22 Thread Manuel Arenaz Silva
Jim McCloskey wrote: > Hello, Manuel: > > [1] If you simply install the telnetd package, the daemon, I believe, > will start running. If you reboot, it certainly will. So install > it with: > > dpkg --install > > or: > > apt-get install telnetd > > and you should be fine. >

Re: telnet to my machine (cont)

1999-09-22 Thread Seth R Arnold
'ssh' is "secure shell". Think encrypting all the data that passes between two computers. It does more than that, but that is what it is known for. You can tunnel any other connections through it, such as X, whatever. Encrypted, authenticated. Its nice. http://www.ssh.fi/sshprotocols2/ has more

telnet to my machine (cont)

1999-09-22 Thread Manuel Arenaz Silva
Hello, I really want the telnet service installed. But, what is "SSM"? I have never heard about it. thanks

Re: telnet to my machine

1999-09-22 Thread Bryan Scaringe
Pardon my ignorance, but how does one "look up ones IP address in the DNS". Just for future reference. Thanks, Bryan On 20-Sep-99 Mark Brown wrote: > On Mon, Sep 20, 1999 at 06:50:44PM +0200, Manuel Arenaz Silva wrote: > >> I have installed Debian on my computer. Surprinsingly, someti

Re: telnet to my machine (cont)

1999-09-22 Thread Shao Zhang
here any HOW-TO > available? > > NOTE: I cannot "telnet" to my machine but I can connect via "ftp". The > strange is that I have no "ftpd" installed. ¿How is this posible? > > Thanks in advance, > >

Re: telnet to my machine (cont)

1999-09-21 Thread Marcin Owsiany
On Tue, Sep 21, 1999 at 05:22:43PM +0200, Manuel Arenaz Silva wrote: > Hello, > > I have taken a look at the file "/var/log/syslog", which registers the > same information every time a telnet conection is refused: > > Sep 21 17:11:49 cambados in.telnetd[8102]: connect from 193.144.50.23 > Sep 21

Re: telnet to my machine (cont)

1999-09-21 Thread Seth R Arnold
d" is working but there is no "telnetd" installed. > > ¿How can I make my system install "telnetd" on start-up? I don't know > where the daemons to be installed are specified. Is there any HOW-TO > available? > > NOTE: I cannot "telnet" to my

Re: telnet to my machine (cont)

1999-09-21 Thread Jean-Yves BARBIER
On Tue, Sep 21, 1999 at 04:49:01PM +0200, Manuel Arenaz Silva wrote: > ¿How can I make my system install "telnetd" on start-up? I don't know > where the daemons to be installed are specified. Is there any HOW-TO > available? INstall the 'telnetd' package. >

telnet to my machine (cont)

1999-09-21 Thread Manuel Arenaz Silva
Hello, I have taken a look at the file "/var/log/syslog", which registers the same information every time a telnet conection is refused: Sep 21 17:11:49 cambados in.telnetd[8102]: connect from 193.144.50.23 Sep 21 17:11:49 cambados in.telnetd[8102]: error: cannot execute /usr/sbin/in.telnetd: No

telnet to my machine (cont)

1999-09-21 Thread Manuel Arenaz Silva
fied. Is there any HOW-TO available? NOTE: I cannot "telnet" to my machine but I can connect via "ftp". The strange is that I have no "ftpd" installed. ¿How is this posible? Thanks in advance, Manuel Arenaz

Re: telnet to my machine

1999-09-21 Thread Quant-X UNIX and Linux Support
Hi, This may not be a tcpd issue. If it is, then you should experience a delay just before "Connection closed..." message and be able to see one or two connections to your auth port (aka ident) from the target machine in a TIME_WAIT state: % netstat | grep auth Otherwise, in case it's happening

Re: telnet to my machine

1999-09-20 Thread Mark Brown
On Mon, Sep 20, 1999 at 06:50:44PM +0200, Manuel Arenaz Silva wrote: > I have installed Debian on my computer. Surprinsingly, sometimes when I > try to stablish a telnet conection to my machine I obtain the following > message: Does reverse DNS work for your host (ie, if you look up your IP addre

Re: telnet to my machine

1999-09-20 Thread Marcin Kurc
What distribution are you running, what version of telnetd? anyways, it looks like it's working for me, except you probably have me in hosts.deny [EMAIL PROTECTED]:~]$ telnet cambados.des.fi.udc.es Trying 193.144.50.62... Connected to cambados.des.fi.udc.es. Escape character is '^]'. Connection

telnet to my machine

1999-09-20 Thread Manuel Arenaz Silva
Hello, I have installed Debian on my computer. Surprinsingly, sometimes when I try to stablish a telnet conection to my machine I obtain the following message: venus% telnet cambados.des.fi.udc.es Trying 193.144.50.62... Connected to cambados.des.fi.udc.es. Escape character is '^]'. Connection cl