Quantcast
Channel: Network Monitor forum
Viewing all 570 articles
Browse latest View live

NLB - WIndows Server - Application server redirection according to IP range

$
0
0
A long time ago I did not work with Windows Server NLB.
Is it possible via NLB to route incoming requests to different application servers based on the user's IP?
I would like to force requests in Europe to go to my application server in Europe. And requests from Asia went to Asia.
That is, the balancing is not by the load, but by the locality of the user.

Torres


WMIC invalid verb switch while running command remotely

$
0
0

Hi all,

I'm trying to run the process manager SMPD on a remote computer in LAN environment. Computers are 64-bit, running Windows 7 pro, Ethernet connected via wired router, and have same account's user name and password. The following WMIC has been written to command prompt: WMIC /node:SERVER /user:"Said El Noshokaty" /password:"soudy73" process call create “cmd.exe /c smpd.exe -d”. I received "Invalid verb switch" error message. It does not tell what verb or what switch. I need a solution which considers SMPD running within a Fortran 64-bit program using RUNQQ command. 

Need help.

Prof. Dr. Said El Noshokaty

wdcpus.microsoft.akadns

$
0
0
Can someone tell me what this is      wdcpus.microsoft.akadns.

Which version start to discard the 'Win32_PerfRawData_Tcpip_TCP' object

$
0
0

Hi, guys

I notice that, I could not use the 'SELECT * FROM Win32_PerfRawData_Tcpip_TCP' to query the wmi object 'Win32_PerfRawData_Tcpip_TCP' in the windows server 2003 (5.2.3790), and I can use the 'Win32_PerfRawData_Tcpip_TCPv4'for query.

But I want to known from which version we couldn't use the 'Win32_PerfRawData_Tcpip_TCP' any more?  5.2 or other version?

Thank you for any help!

Gavin

System Center 2012 Endpoint Protection

$
0
0

Hello 

I am using System Center 2012 Endpoint protection in my servers.Unfortunately with a short span of 1 month,2nd time my server got infected.My Virus definitions and spyware definitions were updated.It was effected with wallet extension encrypted files. Some email id name [gotham_mouse@aol.com].wallet is given with files extensions.I am surprised that when my virus(1.233.3312.0)/spyware definitions are updated,How these attacks are able to hamper my files or encrypt my system files.

Network Monitor - unavailable process name

$
0
0

I have noted that some of the Process name do not come through and unknown objects. Should I go crazy hunting down or just look for odd sources

Network Monitor - stops working when capture is full

$
0
0

I have found that temporary capture will causes network to stop working with loss of data. Lifting the capture size will help but only in relation with traffic.

URL Analytics

$
0
0

I apologize if this may seem out of forum scope, I am not sure where else to ask. 

My question is of a two fold nature, the first being:

Can a URL with an embedded share to face book "button" be analyzed for traffic, as in, the amount of shares to face book? 

(Online website offer this service free, this I know)

The second and most important being:

The date inwhich this webpage or URL was shared to face book?

Thank you


Network Monitor api c++

$
0
0

Hi

I want to develop a c++ program that can monitor network traffic by process like "network with activity" on Resource Monitor.

I've search it and I found ETW or Network Monitor.

ETW is too hard for me to use.

I downloaded Network Monitor ver3.4 and found there is an api doc and nmapi.lib.

But I don't know how to use it and I can't find any docment or example.

can you help me?

Thanks for reply.


Network Monitor

$
0
0
what is the max size on capture file

Want to monitor OPLOCK and LEASE

$
0
0

How to monitor oplock and lease in different Windows editions.

what will be the basic difference is the oplock and lease.

I read too much on this topic and I want to create one tool which will test oplock status and lease status and also it will take log of my smb oplock, lease and cache.

Please provide me guideline. It will be very helpful for me because I am in trouble on this topic.

Please Provide help on following topics:

  1. The principle of windows client cache and the relationship with oplock/lease.
  2. How oplock/lease use client cache.
  3. Cache size, expiration time and cache configuration analysis at mainstream Windows client.
  4. Difference analysis of mainstream windows client behavior when open client cache.

Internet fine, network not

$
0
0

I have excellent internet access. (well, perhaps somewhat of an overstatement, since I have satellite internet service). I have a wired PC, a wired TV and a wired "smart" audio receiver, two wired satellite TV receivers, as well as one laptop, two tablets, and a smartphone connected by wifi (cell service sucks at my house). All of these have decent internet access through by dish Modem and a DLink AC3200 router. None of these devices can see each other, nor can they see the NAS connected to the network by Ethernet. I am now running evaluation build 17074, but even before I loaded the insider build I was having the same problem. Until this morning most, but not all of my devices were able to see the NAS, now even that is gone. I've run several networking commands, including a reset, and multiple restarts with no effect. update: after removing the network adapter on the PC and rebooting, I can see the satellite TV receivers, but not the NAS, and none of the wifi devices. On may tablet I can see nothing on the network. Yes, it is private and network discovery is on, on all devices. 

Any ideas would be appreciated.

Why am i bad? I am Martynn, hi

남양주중절수술병원 〃 중절수술 quddnjs8866@gmail.com 당일/1:1문의주시기바랍니다.

$
0
0
중절수술병원,중절수술비용,중절수술가능한병원,서울중절수술병원,남양주중절수술병원,3주남양주중절수술병원,4주남양주중절수술병원,5주남양주중절수술병원,6주남양주중절수술병원,7주남양주중절수술병원,8주남양주중절수술병원,9주남양주중절수술병원

Powershell NetEventSession

$
0
0

Hi Guys, 

I'm trying to capture packets on a specific destination port (port 25) using powershell commands, and would need some help. I have attempted two ways, but hasn't worked.

Method 1:

param([UInt16[]]$ports=25)
New-NetEventSession -Name "Capture" -CaptureMode RealtimeLocal -LocalFilePath "C:\Users\5.etl"
Add-NetEventWFPCaptureProvider -SessionName "Capture" -TCPPorts $ports
Start-NetEventSession -Name "Capture"

Method 1 Result (Error): 

Start-NetEventSession : A general error occurred that is not covered by a more specific error code.
At line:4 char:1
+ Start-NetEventSession -Name "Capture"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (MSFT_NetEventSe...EFDF64462B1D}"):root/StandardCimv2/MSFT_NetEventSession) [St 
   art-NetEventSession], CimException
    + FullyQualifiedErrorId : MI RESULT 1,Start-NetEventSession

Method 2:

param([UInt16[]]$ports=25)
New-NetEventSession -Name "Capture" -CaptureMode RealtimeLocal -LocalFilePath "C:\Users\5.etl"
Add-NetEventPacketCaptureProvider -SessionName "Capture" -IpProtocols $ports
Start-NetEventSession -Name "Capture"

Method 2 Result:

Captures all traffic and doesnt limit it to dest.port 25, and i'm not sure of the arguments that could be used for -IpProtocols

Appreciate any help on this.

thanks.


Win8 Im able to adjust connection order. Win10 Doesn't Show the Option

$
0
0

Hey Guys,

Dont really know if this is the right forum, but figured I would ask anyways.

My issue comes down to not seeing the same network option in Windows 10 as compared to Windows 8. I was wondering if it was put somewhere different.

Win8 Steps:

  1. Select "Change Adapter Settings"
  2. (seeing my 2 NICs Wifi and Ethernet) Press the ALT key
  3. Select Advance > Advance Settings
  4. Under "Adapters and Bridges", you will see Connections that shows the order of the NICs

Windows 10 doesn't show this and was curious why?

Network Device tools and Diagram

$
0
0

Hello Experts ,

Actually i'am learning how to audit network of one customer .i'am System Expert but this is my first project in Network .

I'm looking for the tool that can do inventory of all of the  network devices ( Switch, Routers,Gateways,Proxies ....) and in the same time if it's possible can do for me a diagram of the network topology that was already exist in site .

I need helps 

thanks

high traffic

$
0
0

Hi Guy's

I am not really network monitoring expert and I hope some one can help me with a strange issue that we have at the data center.

last week the datacenter has change our up link switch and since the changing this switch we see a high inbound network traffic on the servers that normaly we would see only 500 MB.

I did run the netmon on one of the servers that we see high traffic and I hope some one can help me to find out what exectly causing high traffic exchange.

Thanks


Shahin

NTLM support for sha1/sha2

$
0
0

Hi Team,

Just wanted to know that 

Does NTML support SHA1/SA2 , as with centos 7.4 MD4/MD5 is deprecated ?

How to get network interface type (IANA) by WMI on Windows 2008 R2

$
0
0

Hi,

I am trying to do a PowerShell script that gets a report of the physical network interfaces, one of the properties that I need to retrieve is the interface type (according IANA https://www.iana.org/assignments/ianaiftype-mib/ianaiftype-mib), for Windows 8/2012 and higher there is no problem, that information is at MSFT_NetAdapter.InterfaceType or by Get-NetAdapter cmdlet, but the WMI object and the netadapter module are not available at 2008 R2. Do you know any other WMI Object where I can find the interface type (IANA) on Windows 2008 R2?

Thanks,

Cesar F.

Viewing all 570 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>