David Obwaller wrote:

* lukas <[EMAIL PROTECTED]> [02/ 9/04]:


I emerged netkit-telnetd along with xinetd and added xinetd to the
default runlevel. in /etc/xinetd.d/telnetd I changed diabled = yes to
= no, so telnet's enabled with xinetd. now, when I access my telnetd
using telnet 127.0.0.1 I can login normally, without any problems,
but when I try to log in from a remote computer on my local network
it says 'connection refused by foreign host'. ssh works over lan, but
as I said I need telnet to control my computer remotely.


How are you connected to the internet?
Are you using a router or a firewall(script) or something else?



I`m using a router, which acts as a hub at the same time, to provide access internet. And I want to be able to access my computer from a remote host (outside the local network). I found the idea about making sshd listen on the telnet port quite interesting, how do I achieve this?

David

Do "man sshd_config" and look for ListenAddress. Adjust /etc/ssh/sshd_config
accordingly and start/restart sshd.


-- [EMAIL PROTECTED] mailing list



Reply via email to