Okay, when I try to telnet to
anything it gives me some funky error message! When I try to connect to GMail to check my email (it's an assignment my dad gave me to help me learn TCP/IP), it tells me the connection was closed by a foreign host!:
Code:
seth@SETH-LAPTOP:~$ telnet pop.gmail.com 995
Trying 74.125.155.109...
Connected to gmail-pop.l.google.com.
Escape character is '^]'.
user sethrobert94@gmail.com
Connection closed by foreign host.
seth@SETH-LAPTOP:~$
I can't even telnet to localhost!:
Code:
seth@SETH-LAPTOP:~$ telnet localhost
Trying ::1...
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
seth@SETH-LAPTOP:~$
Can you please help me mates? Any help would be appreciated! Cheers :]