Msssql3

Hi Guys,

I am having trouble connecting to mssql3 204.14.107.223 from the UK, can’t ping itor anything. My web app can connect thought from a Jodo server.

Is this just a weird routing issue?

Cheers,

Paul.

there are many reasons for this cause. may be port is block or routing issue. You can check it from your side.

You should go start >> Run >> Cmd and type below commands on it.

For checking if the port is open or not
telnet 204.14.107.223 1433

If you get connection error means wither your system or ISP is blocking 1433 (mssql port). You can stop firewall (if any) on your side and checking it by running same code again.

For checking route
tracert 204.14.107.223

If you get * entries ion your result that means your are blocking some where. You can paste result here.

Hrm, send me your IP via PM I blocked a UK IP today that had 8 connections to the server and I blocked the entire /24

We were tracing down some abuses on the network and MSSQL3 was having some of them.

Thanks for the reply Manaish, but I have PM’d my IP to Stephen in case he has blocked my IP it would fit the behaviour I am seeing!

Hi Stephen,

I sent you a PM, can you please check if it was me you blocked?

Cheers,

Paul.

you should be unblocked, I’ve had some issues with my DSL being down up until 4:45am today, I got it unblocked at that time.

Thanks!!