As a network admin, one of your important tasks is to stay on top of the availability and performance of different devices within your network, so you can plan and make the necessary changes or fixes to ensure the smooth functioning of your network as a whole. SNMP is a protocol that greatly eases this […]
SNMP Community String – What is it and How to Configure it
Best Network Maps & Diagram Software & Tools for Creating Topology of your LAN/WAN
Need to Create a Network Topology Map for your Network Devices, Computers, Routers, Firewalls, Server and More? Download One of these Free Tools today!
Best IP Sniffer Tools & Software for Enterprise Networks
We’ve compiled a List of the Best Best IP Sniffer Tools & Software for Enterprise Network Packet Analysis and Debugging of Network & Application Issues!
SNMP Trap – What is it (Definition) and Guide!
Lets Dive into what an SNMP Trap is and a Small Guide into SNMP and its Components – Find out what they Do and How they Help you Monitor Servers!
Netflow – Definition, Exporters, Collectors & Analyzers – Lets Learn About What it is!
What is Netflow ? Lets jump into the Definition, Exporters, Collectors & Analyzers – Lets Learn About What it is! Learn How to Monitor & Manage It!
Best SNMP Scanner Tools & Software for Searching Networks with Simple Network Management Protocol
Simple Network Management Protocol, or SNMP in short, is a protocol used to manage different devices on an IP network. This protocol is mostly used to collect information about managed devices on IP networks and to use that information to change the behavior of these devices. It is also used to identify devices, monitor the […]
Network Troubleshooting Software & Tools to Help you Diagnose LAN & WAN Issues
Here’s the Best Network Troubleshooting Tools & Software for Diagnosing Network Issues, connectivity problems and much more all for FREE!
WAN/LAN Network Traffic Generators for Bandwidth & Stress Testing
Here’s our favorite Network Traffic Generators for Stress Testing Tools and Software for LAN & WAN Bandwidth Generation.
Best TraceRoute Alternatives for Troubleshooting Hop by Hop Connectivity Issues
/ — NetworkingHere’s the Top Alternatives to Traceroute for Network Connectivity Troubleshooting, Hop-by-Hop Analysis and Bandwidth Analysis
TCP and UDP Service Listing
Here is a text version of /etc/services that might be useful for determining whether a port is being used by a trojan, etc: TCP and UDP Service Listing
Adding an IP Address to an Interface With Red Hat and CentOS
There is some apparent voodoo on what, exactly, is needed to add an IP address to an interface using Red Hat style scripts. We have tested this on Red Hat Enterprise 3 and CentOS 4, and it appears that the convention is quite forgiving. This makes sense, really, since if you hose up these interfaces, […]
Changing the IP Address on a Cisco Router With an IP Conflict
If you wish to bring up a Cisco router that has an IP address that conflicts with existing hosts on your network, there are a variety of ways to change it. We just happened to have a crossover network cable sitting on our work bench, and a GNU/Linux host on the LAN with an extra […]
Using OS Identification with Nmap
Nmap can be used to fingerprint operating systems. Here is a typical session: [root@srv-1 usr-1]# nmap -O –min_rtt_timeout=6000 10.50.100.1-80 Starting nmap 3.70 ( http://www.insecure.org/nmap/ ) at 2006-05-05 12:49 PDT Interesting ports on 10.50.100.1: (The 1656 ports scanned but not shown below are in state: closed) PORT STATE SERVICE 22/tcp open ssh 111/tcp open rpcbind 6000/tcp […]
Tunnelling Through a Gateway With SSH
Here is a diagram of three servers: What we want to do is create a tunnel with SSH so that 10.50.101.100 can go directly to 10.50.100.72. There is no routing between the networks. The box in between is dual-homed and acting as a security buffer between the 10.50.100 and 10.50.101 networks. After we set up […]
Maximum Number of Sockets and FD_SETSIZE
There is a limit on the number of concurrent socket connections that an application can accept in BSD, Windows, and other operating systems. This is set at compile time, but it can be overridden. Here is a discussion of this limitation by Microsoft, and here is further discussion. One application that is sticking this on […]
Using the Ping -f Option to Test for Lost Packets
There is a cool option on some versions of ping. With the -f option, a dot is printed for each ping sent, and a backspace is printed when a ping is received. This gives you an instant visualization of the lost packets. Hit ctrl-c to end the task, and you will then see the latency […]
AreWeDown Trace/Latency Tool
We wrote up a tool that will generate a latency and trace report based on your IP address. Note that this is the IP address that the web server detects your client has. First it pings your IP address with 50 pings or 5 seconds worth of pings, whatever is the most restrictive. If 50 […]
Solving Network Congestion Issues With Cisco Traffic Shaping
In this article we will show how to monitor network health from the client perspective using our AreWeDown tool. We will then disrupt communication from the client perspective to the server by using a ping flood, and will solve the problem using traffic shaping. Let’s start out with a healthy network: | 2005-08-06 08:13:50 | […]
Subnet Reference Guide + Perl script to generate it
Here is our subnet reference guide and The Perl script used to generate it If you want an easy to use subnetting calculator, Subnet-Calculator.org is one of the best ones we’ve seen online. Subnet Reference Guide — Value of individual bits in an eight bit byte if true: Bit 7 = 128 Bit 6 = […]
Latency Tips
If you have a WAN, then one very important concern should be latency. Latency, in this case, is the time that a package of information takes to reach the other end of the slow link. This package of information could be a DNS query, ping, file, or a transaction in a client/server application. Notice that […]