Java.net.connectexception connection timed out no further information?

Help me please, i'm trying to connect to Minecraft servers and i get this error:
java.net.connectexception connection timed out no further information.
its happens with all servers,
i can play single player.
players can join my server.
i re-installed minecraft.
i re-installed java.
updated video card.
i was able to play minecraft servers before,
allowed it though firewall.
allowed ports trough firewall.
turned off firewall and anti-virus.
nothing helps, please help me:<

How to give your mincraft server more ram?

I'm trying to host a minecraft server for my friends but its really laggy and I want to give it more ram.

Info:

I have windows 8

64 bit computer

32 bit Java

When you buy mine craft PC you have online to play?

It's just that I bought minecraft PC and when I play online it just says can't connect to server. When I just bought minecraft pc and I put a server and it said can't connect to server I have internet on.

Please guys help me why its doing this please.

I can't connect to nexus pixelmon server?

I've been a fan of Mitch and Jerome for awhile and have been wanting to try out their new Pixelmon servers. The first time I tried to connect I got a message stating I needed FML to connect to the server so I downloaded FML. Then I was told I needed Pixelmon 3.0.4 to play on the server so seeing that that version of Pixelmon was 1.6.4 I deleted my other FML and downloaded one for 1.6.4 and then downloaded Pixelmon 3.0.4 and placed the file in my mod folder in my.minecraft folder. Even after doing all of this I can't connect to any of the servers and every time I try it tells me I need to download Pixelmon but I already have so I'm very confused. Am I not putting the Pixelmon file in the right folder or something.

My Internet became really slow all of a sudden?

I'm a gamer on Steam, so I have to update my games sometimes. Usually, I get about 300-400 kilobytes per second download speed. The other day, for no reason, my speed dropped to 20-30 kbps. I can't get it above that speed. I could hardly play a Minecraft server without sinking through the ground or disconnecting. I live in central Ohio, and I use Windstream Communications as my ISP. I have a 673 GB memory on my computer. I have an Asus Notebook, 6 GB of RAM. As I said, previous download speed was 300-400 KB upstream. I could provide additional computer/ISP information if needed.

Looking for a small minecraft server?

Wassup, i'm looking for a small minecraft server… I'm gonna be a sophomore in HS and am a three sport athlete. I'm not a ******** and do have skype for chat so if you are looking for an outgoing athlete then yea tell me your server ip.

What are charges for Harassment (Wisconsin)?

So, I got on this Minecraft server, and then they kicked me off for "being annoying, gross, childish," etc.
I decided to spam the applications with just silly things like "you know your server sucks" "shut down"
I was pretty mean. But they took my IP and threatened to call the cops. What could the cops do to me? I'm 13, by the way. I'm just worrying a bit that I made a rash decision.

How to make it like some one hacked on a minecraft server?

So i play this gta server with my gang the server is called cosmic craft and we hate this guy called dawood alrifi because he once scammed my jumper and i know he doesent hack but i want it to look like he does i have a video of him he uses 3 jumpers to get high in the sky and i want to make it look liek he hacks? Any ideas thanks i also have a video but how do i mae it look look like he was hacking even tho he didn't?

How to set up a CraftBukkit server on linux? (Ubuntu)?

I'll copy the directions from the help page and address what confuses me.
1. Download CraftBukkit's latest build: CraftBukkit - Recommended Build
2. Put the.jar in a folder, for this example we'll use a generic one: ~/craftbukkit (Does this have to be done through the terminal?)
3. Move to the above directory in terminal with 'cd ~/craftbukkit'
4. Create a new file in the minecraft folder and name it craftbukkit.sh
5. Edit the file and paste this into it: (Edit what file? Paste this where?)
#!/bin/sh
BINDIR=$(dirname "$(readlink -fn "$0")")
cd "$BINDIR"
java -Xmx1024M -jar craftbukkit.jar -o true

6. Make the file executable, either by running "chmod +x ~/craftbukkit/craftbukkit.sh" in a terminal, or by changing the permissions in the file's properties. (It says "No such file or directory", but in another terminal it says I can't create the file because it already exists.)
7. Then, in terminal, type '~/craftbukkit/craftbukkit.sh' to run to start the server.
8. When you're done playing around, issue the "stop" command in console.
If you plan to run the server more permanently an init script like this one (recommended) [1]
If you want to run your server with screen, you can use a script like this one (recommended) ABM