file auditing
+ Reply to Thread
Results 1 to 2 of 2

Thread: Telnet info

  1. #1
    Join Date
    Oct 2005
    Posts
    23

    Question Telnet info

    whenever i run telnet and try and conneect to a IP address on like any port it always says connecting ipadress ... Could not open connection to the host, on port number.
    connection failed

    help please how can i connect to them?

  2. #2
    Join Date
    Jan 2005
    Posts
    623
    You cant unless they have that port listening and accepting incoming connections.

    Ex: mobile.mycingular.net has telnet enabled and is listening on port 25 for their text messaging service.

    You can connect to the server via telnet and send text messages from ANYONE to ANYONE@cingular. Here is an example:

    Code:
    telnet mobile.mycingular.net 25
    helo MyCingular
    mail from:anything@validdomain.com
    rcpt to:whoever@mobile.mycingular.net
    data
    subject:subjectgoeshere
    (two hard returns)
    bodyofmessage
    .
    quit
    Each new line means there was a hard return given...
    [url=http://www.syntax******.info/tools/services.php]Speed Up Windows XP[/url]
    [url=http://www.syntax******.info/tools/ip.php]Get An Ip Address[/url]
    [url=http://www.syntax******.info/tools/base_converter.php]Base Converter[/url]
    --------------------------------
    [URL=http://www.boninroad.com/syntax******/]Old Site[/URL]
    [URL=http://www.syntax******.info]Comming Soon[/URL]

+ Reply to Thread

Similar Threads

  1. Capturing(Sniffing) Telnet Password-Telnet is not Secure
    By tariqmahmoud in forum Network Monitoring
    Replies: 4
    Last Post: 08-15-2015, 08:05 AM
  2. Telnet Help
    By lazwaz in forum Internet Privacy
    Replies: 0
    Last Post: 04-21-2005, 12:58 AM
  3. Telnet
    By Unregistered in forum Internet Privacy
    Replies: 3
    Last Post: 03-27-2005, 11:14 AM
  4. Telnet
    By Ravens in forum Proxies and Firewalls
    Replies: 3
    Last Post: 08-22-2004, 02:56 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts