Posted On March 31, 2019

How to Analyze Inbound / Outbound Traffic

kimconnect 0 comments
blog.KimConnect.com >> Networking , Windows >> How to Analyze Inbound / Outbound Traffic
Connect to the PacketShaper by entering the following into your web browser:
               packetshaper.kimconnect.com
You will be prompted to login
The 2 graphs will show you the current inbound and outbound stats
In order to drill-down and see the source of the traffic, complete the following steps:
                Click on Legacy UI in the upper-right
                Click on the Manage tab
                In the left pane, navigate to Inbound > Complaint-Burst > HTTP
                Click on Top Listeners
                                The top machines for inbound HTTP traffic are displayed
                You can hit the Reset button at the top for a more current analysis

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

DHCP Config on Enterasys Core Layer-3 Switch

# Setting ip helper-address to enable all VLANS to be able to access Internal DNS…

An Experience in Upgrading Synology SSD Cache Drives

This is a quick note to myself so that I wouldn't repeat the same mistake…

Install PBX in a Flash

Download and install FreePBX version 13Set static IPsifconfig <= to find interface namevim /etc/sysconfig/network-scripts/ifcfg-eth0---------ADD-----------BOOTPROTO="static"IPADDR=192.168.139.139NETMASK=255.255.255.0BROADCAST=192.168.139.255NM_CONTROLLED=noONBOOT="yes"-----------------------vim /etc/sysconfig/network-scripts/ifcfg-eth1---------ADD-----------BOOTPROTO="dhcp"ONBOOT="yes"-----------------------vim…