Topic profile page for TELNET.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: TELNET.
Topic "Telnet" was discussed 17,782 times on 1,258 sites in last 3 months
Started 2 days, 3 hours ago (2009-11-28 02:13:00)
by Erubiel
Hello everyone, I am trying to connect to one of my remote computers. I tried to do this with the help of many services, but nothing works. Then, recently I got a suggestion from one of my friends to use TELNET. So, I wanted to know what is TELNET, is it possible to connect to a remote computer using TELNET ? If yes, kindly tell me how to do it. I am using Windows Vista Home edition....
Started 2 days, 18 hours ago (2009-11-27 11:10:00)
by Jidma
Hello, i am trying to use telnet inside of a ksh script. i would like to do like the following: Code: #!/bin/ksh ... user="user" hostname="hostname" telnet -l $user $hostname |& wait #end of the ksh and with this piece of code, i would like to telnet another machine, and let the user use telnet to work on the other machine. It's like if the command was typed directly into ...
Started 3 days, 10 hours ago (2009-11-26 19:07:00)
by XXXXX
I've never used Telnet before. I decided to look into it a little bit and want to try an MUD which I've also never tried before. I knew there were MUD clients but I wanted to use Telnet since I already had it and I want something simple. I found what looked like a good beginner newbie MUD online so I got the connection information to use on Telnet. I was playing with telnet commands and I tired ...
Started 4 days, 7 hours ago (2009-11-25 21:51:00)
by SDracis
I was trying to test some open ports on Windows 7 64-bit with telnet and NMAP I needed to see if 7777 was open for a game. I disabled my Firewall first to check and see if it could talk to the port. Neither telnet nor NMAP could find that port open with the firewall off. Any chance someone can help me figure out why nothing is talking to those ports?
Started 5 days, 4 hours ago (2009-11-25 01:02:00)
by IT STAFF
A) PS2.0 installed on MY XP. b) i've a list of SERVERS with telnet service turn on. c) i've only one exchange relay server, let's call it relay_server. Telnet service is turn on too. Objective 1. I wish to check whether the list of SERVERS can telnet to relay_server port 25 (telnet relay_server 25)....
Started 6 days, 12 hours ago (2009-11-23 17:22:00)
by Shawn Gossman
I am wanting to move my vbulletin from one host to another but the manual asks me about ssh/telnet, wondering if there is a site to explain how to use ssh/telnet to a newbie
Started 1 week ago (2009-11-22 10:56:00)
by tierra
Since there's no hyperterminal in Vista Media Premium I tried to telenet in my browser to access my email account doing: telnet://scn.org I get: This link needs to be opened with an application. Internet shortcut extension DLL I can't seem to find the right application and this is in Firefox. In IE it says it can't find it. Any ideas? I haven't heard back from...
Hello all i am using postfix on redhat 5.3 server i have a problem, here people use to telnet my port no. 25 and send mails using SMTP commands.. how can i stop this..
Started 4 days, 19 hours ago (2009-11-25 10:29:00)
by leijona
Hello , i have the NAS200 with jac2b firmware on. Tonight by chance I run netstat -a from ssh prompt and saw this: tcp 0 0 192.168.2.2:telnet 85-20-208-172-dyna:3861 ESTABLISHED tcp 0 892 192.168.2.2:ssh netxx9.xxxx.xxxx:6617 ESTABLISHED tcp 0 0 192.168.2.2:telnet client-200.106.106:3634 ESTABLISHED tcp 0 0 192....
Started 3 days, 1 hour ago (2009-11-27 04:28:00)
by bungy
Our debugger hangs and I have been told by SAP support that it has something to do with port 5001 on our job server. They say that if I cannot telnet to that port then it is not open and I need to get our admin to open it. There is no firewall on our job server, so there is nothing to open. OUr admin has also told me that there is nothing listenning on port 5001, so wether ...
Started 1 week, 1 day ago (2009-11-21 16:37:00)
by chicagotech
This example deny telnet from subnet 192.168.10.0/24 out E0 and permit all other traffics. conf t access-list 101 deny tcp/192.168.10.0 0.0.0.225 any eg 23 access-list 101 permit ip any any interface Ethernet 0 ip access-group 101 out
Started 1 day, 9 hours ago (2009-11-28 20:28:00)
by aeon
Just joined this site. Hi to everyone. Onwards to my problem: I have a chat script running on my webserver (php). I do not have access to SSH / Telnet, so I used proc_open() to run my script. The script is programmed to accept incoming socket connections, but for some reason, socket_select() gives an error: [4] Interrupted system call. This ends the script prematurely, disconnecting ...
Started 4 days, 1 hour ago (2009-11-26 04:30:00)
by cloudally
I am try to open port 999 on my ec2 linux instance where i am running a small java server. I have added 999 to my security group. nmap should 999 as open. and telnet to port 999 from 127.0.0.1 works. But when i access it from my elastic ip address it doesnt work. what could be the reason? Instance ID is : i-41b7c129 [root@domU-12-31-39-09-29-96 bin]# ./ec2-...
Started 5 days, 20 hours ago (2009-11-24 09:07:00)
by undisclosed
Hi, Please help me... Out of curiosity I swapped the naming of \DosDevices\C: and \DosDevices\D: at HKEY_LOCAL_MACHINE\\SYSTEM\\MountedDevices in the registry. After that the drive letters changed (as viewed from ‘My Computer’) but during login in the system via telnet the prompt was showing D:\WINNT\Profiles\Administrator> instead of C:\...
Started 3 days, 11 hours ago (2009-11-26 17:59:00)
by honeypot
Code: netstat -a|grep -E ":(22|23) "|wc -l das leerzeichen nach der schließenden klammer beachten! damit nicht versehentlich eine connection zu port 222 mitgezäht wird!