473,669 Members | 2,335 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

External Domain Access Monitor

11 New Member
Hi all,

I've got 4 servers running several instances (about 12) of an application. This application receives information from and external source and uploads it to a remote SQL Server database (the databases are then viewed by our customers through a web interface).

The problem is that recently, and as we've been adding more customers i.e. more application instances, our local area network and Internet connection appear to have slowed down - I expected this to happen, but not to the level that it has done so (the data exchanged, for the most part, should be bytes).

What I want to do is monitor all LAN traffic to the SQL Server's domain to see exactly how much information (size and frequency) is being exchanged between our servers and the remote SQL server.

So, finally, is there a network-monitoring tool that will show me this kind of information, for example:

Expand|Select|Wrap|Line Numbers
  1. Timestamp            Source          Dest              Size     Etc.   Etc.   Etc.
  2. 01 MAR 09 00:00:00   192.168.0.1     sql.remote.com    50Kb     x      y      z
  3. 01 MAR 09 00:00:03   192.168.0.1     sql.remote.com    150Kb    x      y      z
  4. 01 MAR 09 00:00:07   192.168.0.5     sql.remote.com    25Kb     x      y      z
  5. 01 MAR 09 00:00:09   192.168.0.5     sql.remote.com    67Kb     x      y      z
  6. 01 MAR 09 00:00:12   192.168.0.5     sql.remote.com    56Kb     x      y      z
  7.  
  8. etc.
  9.  

I've tried the demo of Colasoft's Capsa - Network Analyzer, but it only seems to give me this sort of information for the local machine (perhaps I have not configured it correctly).


Any help is most appreciated.

Thanks,

Andrew.
Jun 2 '09 #1
3 2237
sicarie
4,677 Recognized Expert Moderator Specialist
Andrew, there are a few things you could do - depending on your level of expertise and the availability of spare hardware.

You could create a proxy for all the LAN traffic to go through (thus creating a single point of failure, or becoming a chokepoint).

Another option would be to install a sniffer on that device and have it run, though this would cause an increased load on your sql server.

Or, some network devices allow mirroring of traffic if you wanted to create a separate sniffer to just put on the LAN.

How are these boxes connected (router/firewall/switch and brand)?
Jun 3 '09 #2
adlloyd
11 New Member
sicarie,

Thanks for the response.

I don't really want to go down the route of setting up more hardware to monitor the problem.

As it is now, I've just set up Microsoft's network monitor on the individual PCs; interestingly it looks as if there are a few PCs on the network regularly talking to hosts that they shouldn't be (totally random and over UDP) - perhaps there's some kind of Trojan using up the network's throughput (re-install ahoy!).

Ideally, I would have liked to have been able to log all accesses to the server in one place and wondered if there was an application to do that - it would appear not :(

But thanks again for the response - I'll certainly look into them if the problem persists and renders our network/ADSL useless.

Regards,

Andrew.
Jun 3 '09 #3
kevinzhou
1 New Member
@adlloyd
Hi Andrew,

You must have not deployed Colasoft network Analyzer correctly, you can find something helpful here: http://www.colasoft.com/support/installation.php

Still if the page cannot help, feel free to contact support[at]colasoft.com

Cheers,

Kevin
Jun 4 '09 #4

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

Similar topics

3
1944
by: Morten Thorsen | last post by:
Hi frame experts c",) Hope you can help me out on this one I've got a frameset (index.html) on my server (server A) defining two frames. Left frame is named "menu" and contains a page (menu.html) which is located on the same server while right frame is named "main" and contains a page (main.html) which is located on another server (server B). This page has a form named "f" with an element named "id". I want to access/read the value of...
1
2688
by: Robert de Ridder | last post by:
I use an asp page to display pages, where the dynamic content is in an iframe. To calculate the height of the iframe I use the calcheight function. However when trying to do this with external pages, I get an access denied error, and the iframe won't display correctly. Is there a way to solve this or another way to calculate the height for the iframe. The relevant code displayed below. Thanks in advance for any help,
0
899
by: Robin Yarnell | last post by:
Hello, I need to watch a specific external app to see if it is being used but, don't know how to go about it. The app can either be launched from my app or can already be launched and then my app just monitor it from there. I don't need any info from it only weather it is being used or not. If it has not been used for 25 minutes I need my app to close it. I have tried several different things like watching keyboard input but, I was not...
5
3624
by: snicks | last post by:
I'm trying to exec a program external to my ASP.NET app using the following code. The external app is a VB.NET application. Dim sPPTOut As String sPPTOut = MDEPDirStr + sID + ".ppt" Dim p As New System.Diagnostics.Process 'p.Start(MDEPDirStr & "macrun.exe", sPPTOut) p.Start("C:\WINDOWS\SYSTEM32\CALC.EXE") 'p.Start("C:\WINDOWS\SYSTEM32\macrun.exe", sPPTOut)
1
3452
by: Daniel Di Vita | last post by:
I have an application that needs to pull files from an internal server. This is the setup. The web server is external facing, meaning exposed to the internet. I then have a file server that sits inside our domain. I created a COM object that can impersonate a user to retrieve files from that server. However, I cannot get the application to pull files from the internal server. I first tried a domain account that could reach both servers....
1
9458
by: danknauf | last post by:
I have a webserver which is behaving strangely. The server is a fresh copy of Windows 2003 running IIS with default options + Active Server Pages installed. The server is connected to a Linksys router, and has a static IP address of 192.168.1.10. When I access a page with the following script directly from the server, my WAN IP address is returned (24.x.x.x.), instead of my LAN address. <%
1
1940
by: ouistyty | last post by:
Hi We have a simple asp page that query LDAP attribrute. Everithing is working fine using a native domain account. but when using an external account we have an error 70, acces denie. Here's some basic info on our structure. - Domain/Forest A with Exchange - Domain/Forest B with external accounts. - Forest A Trus Forest B and "Vice Versa" - asp page on a Exchange FrontEnd server on default web site (same as
4
5379
by: rudster | last post by:
Hey there, I have a little puzzle that I am trying to solve. I would like to set a user's password in AD (2003) from an external (i.e. non-domain member) webserver (2003/IIS6) via an .asp page. The page itself consists of nothing more than vbs code. If I run the code as a stand-alone vbscript from the command line, it completes successfully; however, when executed from the .asp page I get: Microsoft VBScript runtime error '800a0046' ...
1
1685
by: =?Utf-8?B?VCBSYXkgSHVtcGhyZXk=?= | last post by:
I have an ASP.NET 2.0 web app using forms authentication and an ASP.NET Membership database. Internal users access the app from the intranet, but they are authenticated by the membership module. External users access the app over SSL from the internet and are also authenticated the same way. I would like to have a different authentication timeout value for each. I want 720 minutes for internal users, so they can leave the app open all day...
0
8382
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8802
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8658
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7405
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6209
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5682
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4206
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4384
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2792
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.