Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The "unable to connect" problem -.-
#1
Hi! im new yeah :> i have a question i have 5 cd-keys and i installed d2 recently (again) i upgraded it to 1.12a and when i try to connect to battle.net and a message unable to verify version pops up :X i tought that cd-key was screwed so i tryed another one and that message again :X so i tryed another and then the message went to "unable to connect" i gave 2 cd-keys to a friend and nothing is wrong with him :X searched google and i found that switching cd keys is bannable or something and i may be banned for 7-30 days :X is that true? btw its for all realms :X
Reply
#2
You can only connect with 4 keys simultaneously from one IP. If you want to use more than 4 from one computer, you have to tunnel.
Reply
#3
wut is tunnel? :O
Reply
#4
If you was banned from battle.net you would know it. The Network Administrators in Texas do not look for multi connected IP address. For one even moderating tools such as Solar Winds witch the government uses would not make this job easy.

Your problem is you Cant connect.

You can try a few things such as making shore you connecting to battle net. Goto Start Run type in cmd and then type in the command "nslookup"

Once there type in the domain name of battlenet. west.battle.net or what ever it is. Now you have the IP address of the Server.

Now place Diablo into Window mode. And keep Command Prompt open.

The next command is going to see what connections you are connecting out of on what port.

netstat -a

Now keep running this Command or Download a IPtool program what can keep running it for you.

Look for that IP address connecting. Now under Term Type you will see SYN ACK.. This will tell you if they re spawned.

SYN = You trying to connect.
ACK = You have received a Packet.
================================

Another Method is trying to resolve a Reg Problem.

Goto start Run type in Regedit.

local machine-->software-->battle.net < Delete that.

Now the next time you load Diablo it will create a new Registry.

======================================
Note: Battle will tell if what is going on..

This CD-key is in use
This Account is Banned
This CD-key is banned
This IP is banned


A unable to connect means you system did not send ACK to battle.net and this is a connection problem not a software problem.

Since you got an "unknown Version" < This could be a Registry problem. if you are up to date.



Just keep trying, You might wont to even run a winsock fix on your system... This will reset everything
Reply
#5
srry that im dumb but what happens after i have the ip address of europe? i type netstat? or smthing i cant understand :X plox explain for dummys Big Grin
Reply
#6
Windows Tip: Use Netstat to Track IPs
written by Morgan Webb on Wednesday, September 19, 2001
Track IPs and more with this hidden utility.

Netstat is a hidden utility that shows your computer's connections to the rest of the Internet. Netstat is useful to track the IP address of a friend, for example, or to find your own IP address. It gives you information on all your system's open connections, including local and remote ports and protocols. It can even tell you if you are infected with a Trojan.

You can run netstat from the command prompt or the run box along with a series of arguements as follows:

-a -- Displays all connections and listening ports.
-e -- Displays Ethernet Statistics. This may be combined with the -s option.
-n -- Displays addresses and port numbers in numerical form.
-p proto -- Shows connections for the protocol specified by proto; proto may be TCP or UDP. If used with the -s option to display per-protocol statistics, proto may be TCP, UDP, or IP.
-r -- Displays the routing table.
-s -- Displays per-protocol statistics. By default, statistics are shown for TCP, UDP and IP; the -p option may be used to specify a subset of the default.
interval -- Redisplays selected statistics, pausing interval seconds between each display. Press Ctrl+C to stop redisplaying statistics. If omitted, Netstat will print the current configuration information once.


These are the instructions included with the utility, and as such are particularly vague. I got them by typing "netstat ?" (without the quotes) into the command prompt. Don't worry -- I will explain the basics below.

Netstat -a will show you all the open connections on your machine (-a is for all). It will also tell you which remote systems you are connected to, the local port number, the remote port number, and the protocol. When I type Netstat -a into my command prompt, I get a number of lines. Following is the actual text returned on one of these lines. The output is in bold, my comments are in parentheses:

TCP (the protocol, in this case, Transmission Control Protocol. The protocol can also be UDP, or User Datagram Protocol. In rare cases you will see Internet Protocol or IP) morgan:1528 (my username followed by my local port #) Google (a site I am connected to, followed by the port on the remote system) ESTABLISHED (is the state of my connection). Here is a list of common port assignments.

Netstat -an will show you all the information above, except in numeric (-n for numeric) form. This means that in the example above, you would get an IP address instead of "morgan" and "www.google.com." Both will still be followed by the port numbers. This is one way to get your own IP address, because your username from the first example is now replaced by your numeric IP address in the second. You can also use netstat to get the IP addresses of your friends on ICQ or AIM (AIM buddies will be on port :5190).

Netstat -p TCP or Netstat -p UDP will give you all the information in the above examples, isolated by protocol.

Netstat -e will tell you general information like bytes received and sent, discards and errors.

Netstat interval (in seconds, such as netstat 10 or netstat 20) This command will retabulate and redisplay netstat information each specified interval.

Three bonus netstat tips:

If you ever get bored of waiting for Netstat to finish what it's doing, hit Control + C to abort the operation and go back to the command prompt.
You can use netstat to see if you have a Trojan. Go here for a list of ports known Trojans attack. If one of these ports is open, you can bet you've got one on your system. Your anti-virus software should also tell you if you are infected, but sometimes it is nice to see the nuts and bolts of how your computer gets attacked.
Sometimes Netstat generates a lot of text, too much to see in the command window. Type 'netstat -an >c:\windows\desktop\log.txt' or any other directory you please. Netstat will create a file (in this case, log.txt on my desktop) and dump the output into it. Just open the file to see your results.

This will confuse you but thats ok, Go pick up a Networking+ book to troubleshoot propr.

This will confuse you but thats ok, Go pick up a Networking+ book to troubleshoot propr.
Null
Reply
#7
Juke, nice post, but how is it relevant at all?
Battle.net does not allow more than 4 CD-keys from one IP. Full stop. If you want to log in with more than 4, you will have to create a network tunnel. As simple as that. That's what I used to do when I lived in my old dorms.

@sleek:
I used two programs, Soxcap and HTTP Tunnel (which I paid for), but I'm sure that Juke is more knowledgeable in that area and can recommend better programs.
Reply
#8
check you haven't got a firewall which is blocking diablo
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [PROBLEM] Cant connect to battle.net - hard issue ; need help ! Wolrag 7 293 08-24-2012, 05:39 AM
Last Post: Wolrag
  Can not connect ... check modem DragonStar 5 479 04-16-2011, 08:20 PM
Last Post: DragonStar
  D2 on Multi users problem steve421 0 194 01-23-2011, 05:40 PM
Last Post: steve421
  Unable to Run in Windows 7 oscarlo 2 767 08-28-2010, 07:12 PM
Last Post: DNA64
  I have a problem with a key Pokus 1 390 08-01-2009, 08:01 PM
Last Post: Vinny
  Just installed D2 and having a problem yourkeboy 1 698 05-26-2009, 12:18 AM
Last Post: Pamela
  problem with installing Lily 22 720 01-15-2009, 06:38 AM
Last Post: Lily
  Hammerdin mmbot problem Zla7in 1 415 10-20-2008, 10:44 PM
Last Post: hellsing293
  problem loading autohitv2 on 1.10 realm RW-Parlor 1 374 05-17-2008, 03:17 AM
Last Post: Tap
  vista problem Mozzy 0 802 04-27-2008, 12:08 AM
Last Post: Mozzy

Forum Jump:


Users browsing this thread: 1 Guest(s)