Valhalla Legends Forums Archive | Visual Basic Programming | Winsock not connecting... :(

AuthorMessageTime
CrAz3D
[code]WS.Close
WS.Connect txtIP.text, 5663
[/code]

That doesn't even try to connect. The winsock only connects when I try to connect to 127.0.0.1. Even my IP (64.136.**.***) won't work. After turning off firewall it still does the same thing. Could it be my ISP? I am using NetZero HiSpeed.

It does connect when I set txtIP.text to bnls.valhallegelends.com & the port to 9367
June 10, 2004, 8:40 PM
Stealth
What are you trying to do, exactly?
June 11, 2004, 6:51 AM
Forged
I think he is trying to make a bd.
June 11, 2004, 4:06 PM
CrAz3D
Think, I told you that that is what it is. It is nothing that has an effect on whoever's computer...it sends little message boxes. What is bugging me is the fact that I cannot connect to my own IP, only 127.0.0.1. Any ideas what the problem could be?
June 11, 2004, 6:19 PM
Adron
It could be that your listening program only listens on localhost?

Are you trying to connect from your own machine or from another machine?
June 11, 2004, 7:07 PM

Search