473,750 Members | 2,493 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Can't telnet 127.0.0.1 25 since install

Howdy,

I recently installed Visual Studio 2005 and I believe since then I cannot
telnet to my local machine on port 25. Furthermore, my .net applications can
no longer send emails through my local machine, or my server for that
matter. I cannot telnet to any other mail servers on port 25, however I can
telnet to my workstation from my server on port 25 with no problem. It
appears something is denying a loopback or turn around? I don't know! Again,
I'm confident in saying that this started when I installed VS 2005. Any
ideas?

Thanks!!

--
David Lozzi
dlozzi@(remove) delphi-ts.com
www.delphi-ts.com
Jul 7 '06 #1
2 1764
Can you verify your SMTP virtual server is still alive in your IIS manager?

"David Lozzi" <dl****@nospam. nospam¼¶¼g©ó¶l¥ ó·s»D:uS******* ******@TK2MSFTN GP05.phx.gbl...
Howdy,

I recently installed Visual Studio 2005 and I believe since then I cannot
telnet to my local machine on port 25. Furthermore, my .net applications
can no longer send emails through my local machine, or my server for that
matter. I cannot telnet to any other mail servers on port 25, however I
can telnet to my workstation from my server on port 25 with no problem. It
appears something is denying a loopback or turn around? I don't know!
Again, I'm confident in saying that this started when I installed VS 2005.
Any ideas?

Thanks!!

--
David Lozzi
dlozzi@(remove) delphi-ts.com
www.delphi-ts.com

Jul 8 '06 #2
It is. and I can telnet to it from another workstation fine.
"Lau Lei Cheong" <le****@yehoo.c om.hkwrote in message
news:OT******** *****@TK2MSFTNG P04.phx.gbl...
Can you verify your SMTP virtual server is still alive in your IIS
manager?

"David Lozzi" <dl****@nospam. nospam>
¼¶¼g©ó¶l¥ó·s»D: uS************* @TK2MSFTNGP05.p hx.gbl...
>Howdy,

I recently installed Visual Studio 2005 and I believe since then I cannot
telnet to my local machine on port 25. Furthermore, my .net applications
can no longer send emails through my local machine, or my server for that
matter. I cannot telnet to any other mail servers on port 25, however I
can telnet to my workstation from my server on port 25 with no problem.
It appears something is denying a loopback or turn around? I don't know!
Again, I'm confident in saying that this started when I installed VS
2005. Any ideas?

Thanks!!

--
David Lozzi
dlozzi@(remove) delphi-ts.com
www.delphi-ts.com


Jul 10 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
50328
by: Dan | last post by:
I'm writing a simplistic telnet client in VB6 and I've run into a small snag. The program has a textbox to write in the string to be sent using ..SendData and has another textbox that displays what that server sends. When I first connect to the server (in this case, my university's smtp server), I get a response that the server acknowledges my connection. When I type something into the textbox and send it, however, I get no response...
2
8278
by: john brown | last post by:
I'm telnetting into a router. Apart from the fact I can't seem to view the output when iniciating the session, I can't match one of the expressions using Net::Telnet. I can telnet into the router manually without a problem. I'm running a sniffer at the same time just to see what's happening behind the scenes. The computer does an ARP request looking for the router's direction, but that seems to be it. I don't think any data actually...
0
631
by: Steve Carson-Rowland | last post by:
I have tried to install MySQL 4.0.14 on my Pentium 1.7Ghz running WindowsXP Professional. the installation ran through without any problems. However, every command gives an error: C:\mysql\bin>mysql ERROR 2003: Can't connect to MySQL server on 'localhost' (10061) C:\mysql\bin>mysql --install
2
1869
by: Peted | last post by:
Hello i was wondering if anyone has any examples of access and sending info to a telnet server (with and without login) I was hoping to find some examples in unmanged code, but managed would do. I want to write my own class to do this, but would like a step by step guide showing how to start off and then add my own custom functions
20
3952
by: valpa | last post by:
I'm a net admin for about 20 unix servers, and I need to frequently telnet on to them and configure them. It is a tiring job to open a xterm and telnet, username, password to each server. Can I do it automatically by python? After that, there have 20 xterm consoles opened and telneted to their corresponding servers. Then I could start to type command in these xterms. Any suggestion appreciate. Much thanks.
1
8539
by: perlxyo999 | last post by:
Hi , I have a problem doing manipulation (like split) in string comeing back from telnet commnd : $HOST = 'xxx'; $USER = 'yyy20'; $PASS = 'yyy-pass'; #$telnet = Net::Telnet->new($HOST); #$telnet->login($USER,$PASS); $telnet = new Net::Telnet (Timeout => 30, Prompt => '/ $/');
8
5927
by: ivabigun | last post by:
Hi guys im trying to telnet to an IP address that is entered into a textbox from the click of a button but im having problems as it just gives me errors when i run it. Here is my code: Private Sub btnTelnet_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnTelnet.Click Dim telnet As Process = New Process telnet.StartInfo.FileName = "telnet.exe" telnet.StartInfo.Arguments = "o" + txthostname.text...
2
2995
by: thamayanthi | last post by:
Hi, The below code is used to connect to the remote machine using Telnet module in perl. use Net::Telnet; use Net::Ping; $telnet = new Net::Telnet (Timeout=>10,Errmode=>'die'); open (FILE,"C:/start.txt") or die ("Unable to open start.txt"); while(<FILE>)
17
7347
by: ravimath | last post by:
Dear all, I have written following script to loin to router bu it is showing error. #!c:\Perl\bin; use strict; use warnings; my $hostname = 'REMOVED FOR YOUR PROTECTION'; my $password = 'REMOVED FOR YOUR PROTECTION';
0
9002
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9584
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9399
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8266
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6083
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4895
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3328
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2811
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2228
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.