<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Charles Socci - Information Technology and Amateur Radio KC2YWZ &#187; Cisco</title>
	<atom:link href="http://charlessocci.com/category/cisco/feed/" rel="self" type="application/rss+xml" />
	<link>http://charlessocci.com</link>
	<description>Information Technology, Computers, and Amateur Radio</description>
	<lastBuildDate>Fri, 30 Jul 2010 01:05:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RecordMyDesktop &#8211; A Desktop Session Recorder For Linux</title>
		<link>http://charlessocci.com/2009/03/09/recordmydesktop-a-desktop-session-recorder-for-linux/</link>
		<comments>http://charlessocci.com/2009/03/09/recordmydesktop-a-desktop-session-recorder-for-linux/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 22:01:27 +0000</pubDate>
		<dc:creator>csocci</dc:creator>
				<category><![CDATA[Charles Socci]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[IT and Stuff]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[camtasia for linux]]></category>
		<category><![CDATA[capture desktop session]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[Desktop Capture]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[gtk-recordmydesktop]]></category>
		<category><![CDATA[record ubuntu desktop session]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://charlessocci.com/?p=73</guid>
		<description><![CDATA[I needed to do a quick session recording of my desktop to send some colleagues. In Windows I&#8217;ve used tools like Camtasia for quick demos, but I needed something that would record a session from a Linux desktop. (Ubuntu Intrepid 2.6.27-11-generic x86_64) GTK-RecordMyDesktop fit the bill perfectly.
It is very easy to install using Synaptic/Apt and [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to do a quick session recording of my desktop to send some colleagues. In Windows I&#8217;ve used tools like Camtasia for quick demos, but I needed something that would record a session from a Linux desktop. (Ubuntu Intrepid 2.6.27-11-generic x86_64) <a href="http://recordmydesktop.sourceforge.net/about.php" target="_blank">GTK-RecordMyDesktop</a> fit the bill perfectly.</p>
<p>It is very easy to install using Synaptic/Apt and is available in the Ubuntu Universe Repository. There are two front ends available using GTK, and QT. The only issue I had to troubleshoot was that the recorded audio was out of sync and choppy. It was very easy to fix by changing the DEFAULT sound option to plughw:0,0.</p>
<p>The software is capable of using a variety of audio sources including Jack audio server. The capture provided an excellent quality file in .ogv format.</p>
<p>If you are sharing the video capture with Windows users, you will need to convert it to a Windows-friendly format for them. I used mencoder - </p>
<p><code>mencoder -idx mycapture.ogv -ovc lavc -oac mp3lame -o mycapture.avi</code></p>
<p>For a helpful page on installing additional repositories and software in Ubuntu, see here <a href="http://www.psychocats.net/ubuntu/sources" target="_blank">Enabling Extra Repositories</a>. You should also see the following link:  <a href="https://help.ubuntu.com/community/Medibuntu" target="_blank">Medibuntu</a>  &#8211; to install the W32 Codecs.</p>
<p>This is only required if you need to convert the output into a Windows format like .avi. In order to play the converted avi video in Windows,  I still needed to install this free codec: <a href="http://www.free-codecs.com/download/FFDshow.htm">FFDShow MPEG-4</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://charlessocci.com/2009/03/09/recordmydesktop-a-desktop-session-recorder-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.socci.com/sample.avi" length="10123310" type="video/x-msvideo" />
		</item>
		<item>
		<title>Secure EMail and Exchange 2003</title>
		<link>http://charlessocci.com/2008/10/15/secure-email-and-exchange-2003/</link>
		<comments>http://charlessocci.com/2008/10/15/secure-email-and-exchange-2003/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 18:08:33 +0000</pubDate>
		<dc:creator>csocci</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[cisco firewall]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[encrypted]]></category>
		<category><![CDATA[esmtp]]></category>
		<category><![CDATA[ip inspect esmtp]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[smtps]]></category>

		<guid isPermaLink="false">http://charlessocci.com/?p=27</guid>
		<description><![CDATA[I&#8217;m not a fan of Outlook. I think it is bloated, slow, and prone to any number of issues. That&#8217;s me. I like a nice, compact, fast email client that lets me get through all my email quickly. I&#8217;ve always liked Outlook Express and wondered why more people don&#8217;t pay any attention to it.
I work [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not a fan of Outlook. I think it is bloated, slow, and prone to any number of issues. That&#8217;s me. I like a nice, compact, fast email client that lets me get through all my email quickly. I&#8217;ve always liked Outlook Express and wondered why more people don&#8217;t pay any attention to it.</p>
<p>I work in linux a lot as well these days. I&#8217;m just finding after years of Microsoft that I really like linux. It is my base OS and I run VMWare or RDP sessions to manage my Microsoft shop.</p>
<p>I&#8217;ve been wanting to use a simple POP or IMAP client to check my mail when I&#8217;m traveling, have poor connectivity, etc. My company has many people overseas on very slow and highly contended VSAT connections. I don&#8217;t like passing my credentials in plain text.</p>
<p>I applied a secure certificate to the virtual POP3, IMAP, and SMTP servers on our Exchange 2003 front ends. I opened the appropriate firewall ports, and voila we had secure IMAP and POP3. SMTP was a little weird.</p>
<p>Exchange does not use a separate port for secure SMTP. It uses port 25 for everything. This works out fine. When you configure your client, choose TLS and not SSL. Make sure it is port 25. You can confirm your email was sent encrypted by looking at the header (send yourself a test). It will say the email was received by your smtp server in an encrypted session.</p>
<p>One last gotcha &#8211; the secure SMTP worked inside the firewall and not outside. When using telnet into the mail server on port 25 from the inside, an EHLO issued a full string of options, including STARTTLS. Outside the firewall, these options were only a string of XXXX&#8217;s. Cisco firewalls using inspect ESMTP statements filter out the STARTTLS option. This also causes the client to fail with an error stating the STARTLS is not offered. Remove the ip inspect esmtp statement and all will be well.</p>
<p>Outlook and Outlook Express use SMTP 25 and the SSL option, not TLS. Any other client, choose TLS.</p>
<p>Clients tested: Thunderbird, Evolution, Outlook Express</p>
<p>Note: if you are using Outlook or Evolution you might consider using the rpc/https built into these two clients.</p>
]]></content:encoded>
			<wfw:commentRss>http://charlessocci.com/2008/10/15/secure-email-and-exchange-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just A Little Bit of Cisco In Your Life</title>
		<link>http://charlessocci.com/2007/08/20/cisco-101/</link>
		<comments>http://charlessocci.com/2007/08/20/cisco-101/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 03:36:02 +0000</pubDate>
		<dc:creator>csocci</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[IT and Stuff]]></category>

		<guid isPermaLink="false">http://charlessocci.com/?p=4</guid>
		<description><![CDATA[I thought I&#8217;d get started with a little bit of basic Cisco. I&#8217;m constantly referring to my own notes on these commands. Here are some basics.
Let&#8217;s assume that you already know how to log into the device and have the necessary passwords to get you into Enable mode to configure your Cisco IOS device.
 Perhaps the [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" width="216" src="http://charlessocci.com/images/ciscodude.jpg" alt="Cisco Dude" height="146" style="width: 216px; height: 146px" title="Cisco Dude" />I thought I&#8217;d get started with a little bit of basic Cisco. I&#8217;m constantly referring to my own notes on these commands. Here are some basics.</p>
<p>Let&#8217;s assume that you already know how to log into the device and have the necessary passwords to get you into Enable mode to configure your Cisco IOS device.</p>
<p> Perhaps the first and most basic command is simply: show run &#8211; which will display the running configuration on the device.</p>
<p><strong>Backup Your Cisco Device</strong></p>
<p>To backup your configuration before you start, download and start-up a free tftp software on your workstation (<a target="_blank" href="http://solarwinds.com/downloads/" title="SolarWinds Free TFTP Client">solarwinds</a> is great). Install and run. Note the default directory. </p>
<p>On your Cisco device type the following command:</p>
<p>copy startup-config tftp:&lt;ip address of your workstation running tftp software&gt;</p>
<p><strong>Editing Extended Access Lists</strong></p>
<p>Here is one that really threw me for a loop when I started digging into a very lengthy firewall configuration on a Cisco device. There was a very long extended access list, which is really just a normal access-list except this one had a few hundred lines. If you tried to edit the access-list directly, it would wipe out all those lines! And, wouldn&#8217;t you know the first time I touched that firewall, I did just that! Thank goodness for not saving changes and being able to reboot the firewall to the old config. NEVER SAVE YOUR CHANGES UNTIL YOU HAVE VERIFIED THEY WORK! Once confident your changes are good, type write mem to save them. Remember to always back anything you work on up before you modify it.</p>
<p>To edit an extened access-list, you need to know what the line numbers are underneath it. If you have an extended access list 21, type show access-list 21. This will display all the line numbers contained in access list 21. (Note, these line numbers get re-numbered automatically by the Cisco IOS). Find the line number you want to edit. Let&#8217;s say it is 13.</p>
<p>From config mode type: ip access-list extended 21</p>
<p>(config)# ip access-list extended 21</p>
<p>This will bring you into a new config mode for extended access lists:</p>
<p>(config-ext-nacl)#</p>
<p>To remove a line, just type no and the line number:</p>
<p>(config-ext-nacl)# no 13</p>
<p>To add a line, type a new line number and the command for that line:</p>
<p>(config-ext-nacl)# 14 permit tcp any host 10.10.10.1 eq www</p>
<p><strong>Modifying Interfaces</strong></p>
<p>One of the most common things I&#8217;ve ever needed to modify are individual ports on a switch &#8211; usually to change the Vlan, or perhaps change the speed or duplex settings manually.</p>
<p>Type config terminal (or config t) to get into config mode.</p>
<p>Type Interface and the name of the interface (you can see the name of the interface from the show run command or show interface command. It might be something like FastEthernet 0 port 3 or GigabitEthernet 1 port 11</p>
<p>Type:</p>
<p>(config)# interface FastEthernet0/3 (or for short type Fa0/3)</p>
<p>This will bring you into (config-if)# mode.</p>
<p>If you are configuring a range of ports, you could do this from config mode:</p>
<p>(config)# interface range FastEthernet0/0 – 10</p>
<p>Other commands you can use at the (config-if)# mode prompt are:</p>
<p>no shutdown &#8211; this will turn the interface on, which by default is turned off.</p>
<p>You can also &#8216;reset&#8217; or &#8216;bounce&#8217; the port by using the shutdown command followed by the no shutdown command if you are having some type of issue with that port.</p>
<p>You can give the port an IP address:</p>
<p>ip address 10.10.10.1 255.255.255.0</p>
<p>Or you can tell it to use DHCP:</p>
<p>ip address dhcp</p>
<p>As with any Cisco command, you can type a ? after it to see all the available commands.</p>
<p>You can add a description, which is always helpful:</p>
<p>(config-if)# description This port is for the IT vlan</p>
<p>Or perhaps:</p>
<p> (config-if)# description ISP WAN interface. For support call 800 555 1234 contract number xyz123</p>
<p>You can use the speed and duplex commands to configure the speed and duplex settings of the interface:</p>
<p> (config-if)# speed 100</p>
<p> (config-if)# duplex full</p>
<p>The switchport command allows you to put a port into a certain vlan:</p>
<p> (config-if)# switchport access vlan 10 (this would make the port available on vlan 10 as long as trunking is configured to support vlan 10 on the switch)</p>
]]></content:encoded>
			<wfw:commentRss>http://charlessocci.com/2007/08/20/cisco-101/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
