Windows Server 2000/2003 Thread, A socket operation was attempted to an unreachable network 69.28.206.212:25 in Technical; Hi,
I am trying to use the SMS service provided by a SMS provider to send SMS from my application ...
-
19th March 2009, 07:28 AM #1
- Rep Power
- 0
A socket operation was attempted to an unreachable network 69.28.206.212:25
Hi,
I am trying to use the SMS service provided by a SMS provider to send SMS from my application to mobile phone. However, the error existed "A socket operation was attempted to an unreachable network 69.28.206.212:25".
The code used is as follow:
protected void Submit_Click(object sender, EventArgs e)
{
SmtpClient client = new SmtpClient("smtp.ipipi.com");
client.Credentials = new NetworkCredential("useraccount", "password");
client.Send("useraccount@smtp.ipipi.com", "+phonenumber@sms.ipipi.com", "", "Your Message");
}
Could anyone give me any advice?
Thanks a lot!
-
-
IDG Tech News
-
19th March 2009, 07:30 AM #2 Like your mail server problem this again appears to be a firewall issue accessing a remote TCP25.
For your info; I have tested that server and it works fine.
telnet 69.28.206.212 25
Trying 69.28.206.212...
Connected to 69.28.206.212.
Escape character is '^]'.
220 ipipi.com SMTP Server (JAMES SMTP Server 2.3.0) ready Wed, 18 Mar 2009 23:28:41 -0700 (PDT)
^]
telnet> quit
Connection closed
-
Thanks to kmount from:
amychow (19th March 2009)
-
19th March 2009, 07:38 AM #3
- Rep Power
- 0

Originally Posted by
kmount
Like your mail server problem this again appears to be a firewall issue accessing a remote TCP25.
For your info; I have tested that server and it works fine.
How can I configure the firewall that it can access a remote TCP 25?
Thanks!
-
-
19th March 2009, 08:22 AM #4 It depends upon whether the firewall is a hardware or software device and whether you have control of it. (It might be a block upstream you see...)
-
-
19th March 2009, 08:35 AM #5
- Rep Power
- 0

Originally Posted by
kmount
It depends upon whether the firewall is a hardware or software device and whether you have control of it. (It might be a block upstream you see...)
I have turn off the windows firewall and still not work.
-
-
19th March 2009, 08:55 AM #6 Ok, how are you connected to the internet? (Is this at work I assume?).
Have you contacted your provider and had confirmation that TCP Port 25 is allowed outbound to this destination?
-
-
19th March 2009, 09:08 AM #7
- Rep Power
- 0

Originally Posted by
kmount
Ok, how are you connected to the internet? (Is this at work I assume?).
Have you contacted your provider and had confirmation that TCP Port 25 is allowed outbound to this destination?
No, this is at school.
I have contacted the SMS service provider and waiting for response.
For my SMTP virtual server, when I first configured the SMTP server, I can send email to outside. But I don't know why after a period, I cannot send email to outside. Maybe I made some modification after that.
Last edited by amychow; 19th March 2009 at 09:17 AM.
-
-
19th March 2009, 09:11 AM #8 
Originally Posted by
kmount
Ok, how are you connected to the internet? (Is this at work I assume?).
Have you contacted your provider and had confirmation that TCP Port 25 is allowed outbound to this destination?
Would a router affect this ? maybe going into the routers configuration and making sure that the above port is not blocked ? Not sure as obviously my netgear allows all out going traffic but not sure if that was by default or not.
-
Thanks to mac_shinobi from:
amychow (19th March 2009)
-
19th March 2009, 09:11 AM #9 Yep, could be the router but more likely the upstream ISP.
-
-
19th March 2009, 09:15 AM #10 
Originally Posted by
kmount
Yep, could be the router but more likely the upstream ISP.
Wasn't debating that
-
-
19th March 2009, 09:36 AM #11 I know, I was agreeing with you Shane.
-
-
19th March 2009, 10:20 AM #12
- Rep Power
- 0
Thanks everyone who gave comment here.
I may try to use another email server.
-
-
19th March 2009, 10:40 AM #13 If you can't connect out on 25 no matter what you use it won't help! (Unless you can get out on a different port).
-
-
19th March 2009, 11:16 AM #14 So who provides your internet connection? If its through your LEA they will need to know to allow the traffic....
-
-
19th March 2009, 12:55 PM #15 
Originally Posted by
kmount
I know, I was agreeing with you Shane.
ooopppsss - sorry
-
SHARE:
Similar Threads
-
By salan in forum Hardware
Replies: 8
Last Post: 1st May 2008, 07:01 PM
-
By TekkyMatt in forum Hardware
Replies: 4
Last Post: 9th March 2008, 01:09 PM
-
By FN-GM in forum Networks
Replies: 6
Last Post: 31st July 2007, 04:39 PM
-
By acerf1 in forum Hardware
Replies: 0
Last Post: 27th June 2007, 03:28 PM
-
By Sylv3r in forum Educational Software
Replies: 0
Last Post: 19th December 2006, 07:08 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules