Sep 28, 2006 #1 dupas Technical User Aug 19, 2006 79 US Is this correct forum to post in?? I have a brain fart here... Im trying to communicate (telnet) between 2 servers using port 25... How do I make this work?
Is this correct forum to post in?? I have a brain fart here... Im trying to communicate (telnet) between 2 servers using port 25... How do I make this work?
Sep 28, 2006 #2 Roadki11 MIS Mar 23, 2005 1,097 US at a command prompt try: telnet 10.10.10.10 25 Not sure if that is what you are looking for but thats how i do it if im testing smtp. RoadKi11 10.10.10.10 is an example ip by the way. ;-) Upvote 0 Downvote
at a command prompt try: telnet 10.10.10.10 25 Not sure if that is what you are looking for but thats how i do it if im testing smtp. RoadKi11 10.10.10.10 is an example ip by the way. ;-)
Sep 29, 2006 Thread starter #3 dupas Technical User Aug 19, 2006 79 US i tried that... couldnt connect. both servers are behind a router but not between the 2 and on same subnet... i tried it with the server IP not 10.10.10.10 ;-) Upvote 0 Downvote
i tried that... couldnt connect. both servers are behind a router but not between the 2 and on same subnet... i tried it with the server IP not 10.10.10.10 ;-)
Sep 29, 2006 #4 NetIntruder MIS Jul 13, 2004 427 US your server isn't listening on port 25 by default... do you have a mail server running on here? Does a standard telnet work over the standard port? ~Intruder~ CEH, CISSP, MCSA/MCSE 2000/2003 Upvote 0 Downvote
your server isn't listening on port 25 by default... do you have a mail server running on here? Does a standard telnet work over the standard port? ~Intruder~ CEH, CISSP, MCSA/MCSE 2000/2003
Sep 29, 2006 Thread starter #5 dupas Technical User Aug 19, 2006 79 US yes we do have a mail server, exchange server. trying to connect to that server for the other server to email forms out to outside clients... Upvote 0 Downvote
yes we do have a mail server, exchange server. trying to connect to that server for the other server to email forms out to outside clients...