473,387 Members | 3,820 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Strange Network Problem, access timing out from 1 network

nikpreek
Hi Gurus,

Scenario: I've come across a strange network problem. I host a web server (Win2K3) on a virtual PC (host is Win XP), here in UK. I redirect my website using DNSExit and been using it for different apps since last 2 years. I have only 5-6 concurrent users. Most of the users are from a office in India.

Problem: Since yesterday no one from the India office can access my website (Sorry, I can not give web address). I asked them to try from a neighboring office and its working fine. I can access it all from UK (I tried from 3-4 locations) and it works fine.

Solution Attempts: I tried to see if my antivirus or firewall is blocking the IP for India office, but no event log or any other information could be found.
I even asked them to do DNS flush on 1 PC but still no luck. TRACERT too times out as my ping from that network.

Can someone please help me diagnose it and solve the problem?

Thanks in advance for help.

Regards,
Nik
Sep 16 '11 #1

✓ answered by sicarie

Nik,

I'd suggest starting at one end and trace the connection through.

So, for example, starting at the remote office (as they're initiating the connection).

1) Do they have access to the internet?
2) Do they have access to UK sites?
3) Can they ping the gateway to your LAN?
4) Can they access other resources on your LAN?
5) Does your computer see the incoming traffic?

Then, once you find out where the connection is not going through, you can focus on either that system, or the system right before it (if the connection isn't coming into that system, it's 'not coming' from the system before it; if it is coming into the system, but not going out (possible on gateways/firewalls) then you can look at that system)

3 2003
sicarie
4,677 Expert Mod 4TB
Nik,

I'd suggest starting at one end and trace the connection through.

So, for example, starting at the remote office (as they're initiating the connection).

1) Do they have access to the internet?
2) Do they have access to UK sites?
3) Can they ping the gateway to your LAN?
4) Can they access other resources on your LAN?
5) Does your computer see the incoming traffic?

Then, once you find out where the connection is not going through, you can focus on either that system, or the system right before it (if the connection isn't coming into that system, it's 'not coming' from the system before it; if it is coming into the system, but not going out (possible on gateways/firewalls) then you can look at that system)
Sep 16 '11 #2
Hi Sicarie,

Thank you very much for your response.

I checked following and found these:
1) They have internet access.
2) They can access UK sites, with no problem.
3) They cant ping my IP (request times out). Even tracert shows that my Virgin Media gateway name for the IP, but even in this case the request times out.
4) They can't ping / connect any website (IIS / Apache) or even ftp / telnet on my LAN in UK.
5) How do I see this? I can't see it in IIS logs or event viewer. I'm using McAfee and cant see anything in there (warning / error etc).

So overall, I can confirm that it is only my network (IP) they can not access. (I use Dynamic IP routing, but it has not changed since last few months, so I'm not doubting the local DNS for them. Also, direct IP ping too is not working, so I cant doubt it)

Shall I call Virgin Media if they have blocked it?

Which other place / tool I can use to see who is blocking it?

Thanks again for the help.

Regards,
Nikhil
Sep 17 '11 #3
LOL.... Sorry guys. It was just me being ignorant and stupid to jump for the questions. I had checked both the firewalls (Host & VM) for windows, event viewer and McAfee Firewall events. Today I noticed a new option in firewall named NetGuard (don't know since when it was installed). It had blocked the IP for the India office.
I just disabled all firewalls and problem was solved. It gave me clear indicator that one of the firewall is blocking it. Then noticed this new head in McAfee. Added the IP to safe list in NetGuard and all is working fine.
Thanks Sicarie for steps which helped me diagnose the problem.
Hope this helps someone else too...
Regards,
Nik
Sep 18 '11 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Stefan Mueller | last post by:
I've just installed phpMyAdmin. If I have the line $cfg = 'http://localhost/php/phpmyadmin'; in my config.inc.php I can login to phpMyAdmin without any problems from my local machine. But it's...
0
by: Grzegorz Kaczor | last post by:
Hello all, I've got a VERY strange network problem with Win2k Server and .NET. I've got one central server (hub) getting raw binary data (files) from many locations. Both server and clients...
2
by: Ronny sigo | last post by:
Hello all, A big part of my life I have been working with databases (as a non professional) on a local machine. Apart from a small problem now and then, for which I find the solution myself, or...
0
by: Grzegorz Kaczor | last post by:
Hello, I've got a VERY strange network problem with Win2k Server and .NET. I've got one central server (hub) getting raw binary data (files) from many locations. Both server and clients are...
4
by: Boris | last post by:
I observe the following strange behavior of my application. Let say we have managed application MyApp.exe which depend on a few assemblies MyAssembly1.dll, MyAssembly2.dll and MyAssembly3.dll. The...
2
by: Peter O'Reilly | last post by:
I am experiencing difficulty access a mapped network drive in an ASP.NET application. While using the .Net framework v 1.1 implementation of System.IO.Directory.Exists(), it fails to recognize a...
4
by: Chris Dunaway | last post by:
I have created an application that is to be run from a network share. grant FullTrust to the application. After doing so, the application started fine. I had to make a change and re-compiled...
2
by: jaLe | last post by:
There is one database shared at network drive The thing is that db works perfectly for everyone except one user. In either way if that user copy that db to his desktop or open it from network it...
1
by: Piyush Trivedi | last post by:
I am experiencing difficulty to access a mapped network drive in an ASP.NET application. While using the .Net framework v 1.1 implementation of System.IO.Directory.Exists() to check if the...
0
by: Shaik Rasheed | last post by:
Hi I am Totaly new for Vb(Before works in Oracle) I have developed a small application. On single PC it works perfectly. i need to work in network by keeping Access file in one PC and connect from...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.