Welcome!

July 2nd, 2009 Daren Matthews No comments
Cisco and Linux - Perfect Partners!

Click on Tux

Thanks for visiting.

Hit Ctrl-D to bookmark me or subscribe to my News Feed if you wish to receive updates to this blog.  To contact me directly: CLICK HERE

(Need Privacy? Click Here to copy my PGP Public Key)

Categories: Diary of Events Tags: , ,

SIGTERM and SIGKILL

September 6th, 2010 Daren Matthews No comments

SIGTERM vs. SIGKILL

Sending signals to processes using kill on a Unix system is not a new topic for most systems administrators, but I’ve been asked many times about the difference between kill and kill -9. Read more…

Categories: Unix(*nix), linux Tags:

Cloud Computing Application Acceleration with Riverbed Virtual Steelhead

August 24th, 2010 Daren Matthews No comments

Moving your applications into “the cloud” means that round-trip times and protocol and application latency can become a serious issue.

The Riverbed Virtual Steelhead Appliance, a software version of Riverbed Technology’s WDS solution is worth considering:
Read more…

Categories: Network Design Tags:

The Riverbed Services Platform (RSP)

August 24th, 2010 Daren Matthews No comments

Bob Gilbert discusses how Riverbed Technology RSP provides “one-box” solution for local delivery of virtualized industry-standard applications, speeding up your network:

Read more…

Categories: Network Design Tags:

WCCP Load Distribution (Hash and Mask)

August 7th, 2010 Daren Matthews No comments

When multiple WAEs exist in a service group, WCCPv2 automatically distributes redirected traffic across all WAEs in the service group. When traffic passes through an IOS device with WCCPv2 redirection configured, the IOS device assigns traffic for that connection to a bucket. Read more…

Categories: Network Design Tags:

WCCP Service Groups

August 7th, 2010 Daren Matthews No comments

The routers and WAEs participating in the same service constitute a service group. A service group defines a set of characteristics about what types of traffic should be intercepted, as well as how the intercepted traffic should be handled. There are two types of service groups:

  • Well-known services
  • Dynamic services

Well-known services, also referred to as static services, have a fixed set of characteristics that are known by both IOS and WCCPv2 client devices. Read more…

Categories: Network Design Tags:

Using Network Grep (ngrep.exe) to Capture Traffic. (Filter on Payload!)

July 31st, 2010 Daren Matthews No comments

ngrep is a “network grep” utility that can be used to match regular expressions within network packet payloads. This is a very handy utility as many network analysers (”packet sniffers”) can examine the packet header, but either do not display or cannot filter based on packet payload. Read more…

Active versus Passive FTP

July 21st, 2010 Daren Matthews No comments

Active FTP:

In active mode FTP the client connects from a random unprivileged port (N > 1023) to the FTP server’s command port, port 21. Then, the client starts listening to port N+1 and sends the FTP command PORT N+1 to the FTP server. The server will then connect back to the client’s specified data port from its local data port, which is port 20.

From the server-side firewall’s standpoint, to support active mode FTP the following communication channels need to be opened: Read more…

Categories: Network Design, Security Tags:

Riverbed Steelhead through Cisco ASA

July 20th, 2010 Daren Matthews No comments

Introduction

Riverbed Steelhead as WAN accelerator is deployed in WAN environment when traffic between WAN network (i.e. MPLS, Frame Relay) need to be optimized, hence creating so-called “WAN acceleration”. With “standard” WAN network consists of WAN routers and LAN switches, typically the Riverbed Steelhead is in place inline between the WAN routers and LAN switches.  The f9llowing is an illustration: Read more…

Categories: CISCO Tags:

Open Source NetFlow Collectors

July 19th, 2010 Daren Matthews No comments

Here is a list of NetFlow reporting software: Read more…

Registry Entry to Make PuTTY your Default Telnet Client

July 19th, 2010 Daren Matthews No comments

Copy this text into a file with a “.reg” extension, then double click to update registry  (caution: backup registry beforehand)

[HKEY_CLASSES_ROOT\telnet\shell\open\command]
@=”putty.exe %1″

Categories: Open Source Tags: