I'm having a slight problem here: whenever I start the bitcoin client without parameters, it starts normally but can't get any connections (always at zero). What happens is
IRC got join
IRC got join
connection timeout
trying connection 94.69.147.4:8333 lastseen=69945.6hrs lasttry=-364549.9hrs
connection timeout
trying connection 99.9.200.216:8333 lastseen=69945.6hrs lasttry=-364549.9hrs
connection timeout
trying connection 46.160.108.99:8333 lastseen=69945.6hrs lasttry=-364549.9hrs
connection timeout
trying connection 152.98.218.1:8333 lastseen=69945.6hrs lasttry=-364549.9hrs
connection timeout
trying connection 81.229.89.130:8333 lastseen=69945.6hrs lasttry=-364549.9hrs
connection timeout
trying connection 76.175.90.117:8333 lastseen=69945.6hrs lasttry=-364549.9hrs
connection timeout
trying connection 77.46.135.73:8333 lastseen=69945.6hrs lasttry=-364549.9hrs
connection timeout
over and over again with different IP addresses. Figuring maybe port 8333 is blocked or something, I tried "bitcoin -port 80", "bitcoin -port 6667" but in these cases it simply exits with an error: "error - couldn't connect to server". Then, why trying "bitcoin -connect=192.168.0.100" it works, but still no connections. Using "bitcoin -addnode x.x.x.x" with every fallback node listed on the wiki produces the same "error - couldn't connect to server".
This is the precompiled 0.3.24 beta bitcoin client on Win7 32bit, can anyone help me with this?
P.S.: It was working 2 days ago, but suddenly stopped.