I incapable Active Member Joined Mar 20, 2007 Messages 49 Reaction score 0 Jul 18, 2007 #1 HI I would like to know if it is possible for me to open a port on my sql server and then telnet to that port?
HI I would like to know if it is possible for me to open a port on my sql server and then telnet to that port?
J Juggy Executive Member Joined Nov 19, 2004 Messages 6,012 Reaction score 8 Location Woking, United Kingdom Jul 18, 2007 #2 As far as I know you can only telnet to ports that have applications listening on them. What is it that you want to achieve?
As far as I know you can only telnet to ports that have applications listening on them. What is it that you want to achieve?
X XCalibre Senior Member Joined Oct 13, 2005 Messages 910 Reaction score 0 Location UK Jul 18, 2007 #3 The default port for Telnet is 23. Open it
B Beta Banned Joined Apr 23, 2006 Messages 348 Reaction score 0 Jul 18, 2007 #4 Don't Open it, avoid clear-text protocols. Utilize SSH on Port 22.... use putty for win32.
G ghalied Senior Member Joined Jan 31, 2006 Messages 735 Reaction score 2 Jul 18, 2007 #5 don't for get to start the telnet service on the sql server, this will open the port (23) stop/disable it when your done.
don't for get to start the telnet service on the sql server, this will open the port (23) stop/disable it when your done.