-
Recent Posts
Recent Comments
Marco P on Hacking rommon Archives
- November 2021
- December 2020
- November 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- April 2015
- December 2013
- November 2013
- April 2013
- December 2012
- September 2012
- August 2012
- July 2012
- May 2012
- March 2012
- November 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- July 2009
Categories
Monthly Archives: April 2010
Troubleshoot NAT
Definitions NAT Types Static NAT — A one-to-one mapping of private to public IP addresses, best used for a device that needs access from outside the AS. Dynamic NAT — A dynamic one-to-one mapping between private and public IP addresses, … Continue reading
Posted in Routing
Leave a comment
Troubleshooting Spanning Tree Protocol
Spanning Tree Protocol Basics: In a layer 2 environment with no routing, active redundant paths are neither allowed no desirable, because the can cause loops. Because a switch only segments collision domains it does not segment broadcast domains. STP helps … Continue reading
Posted in Routing
Leave a comment
DocMgr with AD Authentication
Over the past couple of days I hacked an older version of DocMgr to authenticate users to Active Directory. I thought it might be interesting for some readers to see my thought process, hence this post. All of the scripts … Continue reading
Posted in Code, Linux
Leave a comment
Linux DBI::ODBC AS400
At the Circus we are removing the last vestige of our OpenLDAP implementation and moving it to Active Directory. As a result I’m going to document some of the odd scripts I have written as glue to help keep things … Continue reading
Posted in Code, Linux
Leave a comment
Troubleshoot Router Performance
There are three general causes of router performance issues: 1. High CPU load 2. Router packet switching mode 3. Excessive memory use Processes that can be a cause of high CPU load: • ARP Input process — Heavy traffic load … Continue reading
Posted in Routing
Leave a comment
Security by Obscurity
It kills me. One of our Windows administrators went to class and “learned” that you should not give meaningful names to servers on your network because that would make it too easy for some cracker find his or her way … Continue reading
Posted in Linux, Thoughts
Leave a comment
EIGRP Troubleshooting
2010-04-14 07:45:39 EIGRP Troubleshooting Enhanced Interior Gateway Protocol (EIGRP) EIGRP is a Cisco proprietary hybrid routing protocol or an advance distance vector routing protocol. There are four components that make up EIGRP: 1. Protocol-dependent modules — Supports several routed protocols. … Continue reading
Posted in Uncategorized
Leave a comment
Troubleshoot BGP
2010-04-13 16:07:12 Troubleshoot BGP BGP is a path-vector routing protocol. Routes are tracked in terms of the AS they pass through, and routers avoid loops by rejecting routes that have already passed through their AS. Definitions Synchronization — Before iBGP … Continue reading
Posted in Routing
Leave a comment
Wednesday Night Worlds
One of my friends got onto me that my blog was all about work. He wanted to read stories about some of my cycling adventures. Rather than launch into stories about riding across America, I’ll start with some stories from … Continue reading
Posted in Cycling, Thoughts
Leave a comment
Troubleshoot OSPF
My notes for EIGRP felt like I was just regurgitating the Key Points from the book. So with OSPF I read the book and looked at the command output, then decided to copy my notes from the BSCI and edit … Continue reading
Posted in Routing
Leave a comment