Welcome!

July 2nd, 2009 No comments
Project Shimla

Project Shimla

Cisco and Linux - Perfect Partners!

Click on Tux

Thank you for visiting
My VOIP status is: 1420027

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)
The Cisco LAB will be online soon

Categories: Diary of Events Tags: , ,

AirPcap NX, 802.11N and the Extension channel

February 7th, 2012 No comments

IEEE 802.11n uses the multiple-input-multiple-output (MIMO) technology that enables spatial signal diversity and spatial signal multiplexing enabling increased range and data transmission rates.  802.11n allows use of wider 40 MHz channels to double the bandwidth as compared to the legacy 20 MHz operation.

AirPcap NX adaptors can be configured to capture data on 40MHz channels but you will need to determine the “extension channel” Read more…

Categories: Protocol Analysis Tags:

The Story of Linux

January 23rd, 2012 No comments

A video from The Linux Foundation, commemorating 20 Years of the Linux Operating System: Read more…

Categories: linux Tags:

Configuring Elastix SIP Trunk to Sipgate

January 16th, 2012 No comments

Another aide-memoir, these are the setting required to enable a sipgate account (and PSTN number) to connect to a phone registered to your Elastix / Asterisk PBX:
Read more…

Categories: Voice over IP Tags: ,

Virtual Routing and Forwarding (VRF)

December 28th, 2011 No comments

Two videos which explain about VRF configuration and troubleshooting. the first is an excellent overview and the second a practical demonstration of VRF configuration:

  1. Ivan Pepelnjak – Introduction to Virtual Routing and Forwarding (VRF) tables
  2. Keith Barker – Cisco VRF and troubleshooting

Read more…

Categories: CISCO, Network Design Tags:

Cisco Networkers Online – Introduction to MPLS

December 28th, 2011 No comments

This video (1 hour 52 minutes in length) is an excellent tutorial / introduction / refresher on the subject of MPLS and MPLS VPN.
Read more…

Categories: CISCO, Network Design Tags:

Asterisk Security Threats and Best Practices

December 28th, 2011 No comments

Attacks on Asterisk-based telephony systems are not uncommon. This video explains how to mitigate some attack vectors:
Read more…

Categories: Security, Voice over IP Tags:

DISA UNIX STIG Checklist

December 20th, 2011 No comments

Another Aide memoir:

UNIX SECURITY TECHNICAL IMPLEMENTATION GUIDE
Version 5, Release 1

Can be downloaded from: http://iase.disa.mil/stigs/downloads/pdf/unix-stig-v5r1.pdf

Categories: Computer Architecture, Security Tags:

SSL Certificates and Encoding

November 11th, 2011 No comments

At its core an X.509 certificate is a digital document that has been encoded and/or digitally signed according to RFC 5280.

In fact, the term X.509 certificate usually refers to the IETF’s PKIX Certificate and CRL Profile of the X.509 v3 certificate standard, as specified in RFC 5280, commonly referred to as PKIX for Public Key Infrastructure (X.509). Read more…

Categories: Security Tags:

Understanding the Linux Startup Processes

August 17th, 2011 No comments

This is a link to a brief description of what happens in a Linux system, from the time that you turn on the power, to the time that you log in and get a bash prompt. Understanding this will be helpful when you need to solve problems or configure your system.

http://www.tldp.org/HOWTO/From-PowerUp-To-Bash-Prompt-HOWTO.html
Greg O’Keefe, gcokeefe@postoffice.utas.edu.au

Categories: linux Tags:

Server Message Block (SMB) Dialects and Oplocks

July 2nd, 2011 No comments

This post describes typical message exchange sequence for a client connecting to a user level server, opening a file, reading its data, closing the file, and disconnecting from the server. Opportunistic Locking (Oplocks) are also explained.

You can also refer tothis capture: Download smbtorture from Wireshark Wiki to further understand the SMB dialogues. The capture was made using the Samba4 smbtorture suite, against a Windows Vista beta2 server. Read more…

Categories: Protocol Analysis Tags: ,