Telnet Localhost 25 - Hangs

Discussion in 'HOWTO-Related Questions' started by ezfilez, Sep 26, 2006.

  1. ezfilez

    ezfilez Member

    I can not connect to telnet localhost 25 it hangs on me ... below is the cf file and host .. I have a DyDNS name of ezfilez.selfip.net . thank you


     
    Last edited: Sep 26, 2006
  2. usuee

    usuee New Member

    Same problem

    Did you get it fixed? I am having the same problem and I don't know what to do about it. Looking for any ideas.
     
  3. ezfilez

    ezfilez Member

    yea i did

    i went with fedora 5 and worked fine for me
     
  4. fobicodam

    fobicodam ISPConfig Developer ISPConfig Developer

    Telnet ??? install openssl and connect using putty (google it), its faster and nicer than telnet !
     
  5. Hans

    Hans Moderator ISPConfig Developer

    And most important: more secure! ;)
     
  6. falko

    falko Super Moderator ISPConfig Developer

    Does ezfilez.selfip.net point to your public IP address?

    Code:
    dig ezfilez.selfip.net
    
    ; <<>> DiG 9.2.1 <<>> ezfilez.selfip.net
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40778
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;ezfilez.selfip.net.            IN      A
    
    ;; ANSWER SECTION:
    ezfilez.selfip.net.     60      IN      A       68.9.124.170
    
    ;; Query time: 34 msec
    ;; SERVER: 81.169.163.104#53(81.169.163.104)
    ;; WHEN: Wed Sep 27 20:21:03 2006
    ;; MSG SIZE  rcvd: 52
    What's in /etc/resolv.conf?
     

Share This Page