<?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>318 Tech Journal &#187; Howto</title>
	<atom:link href="http://techjournal.318.com/tag/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://techjournal.318.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 22:09:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Making snort a Service in Server 2008</title>
		<link>http://techjournal.318.com/security/making-snort-a-service-in-server-2008/</link>
		<comments>http://techjournal.318.com/security/making-snort-a-service-in-server-2008/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 18:50:38 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[sc]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[snort]]></category>
		<category><![CDATA[snort.exe]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://techjournal.318.com/?p=739</guid>
		<description><![CDATA[Note: For more information about the information contained in this article, contact us for a professional consultation. Installing Snort in Windows Server 2008 is a fairly straight forward maneuver. Simply install winpcap, then barnyard and then snort itself. You&#8217;ll also want to install the snort rules available on the snort downloads page. Once snort is [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Note</strong>: For more information about the information contained in this article, <a href="http://www.318.com/contact/">contact us for a professional consultation</a>.</p>
<p>Installing Snort in Windows Server 2008 is a fairly straight forward maneuver. Simply install <a href="http://www.winpcap.org/">winpcap</a>, then <a href="http://www.winsnort.com/index.php?module=Downloads&amp;func=sublevel&amp;cid=5&amp;start=0">barnyard</a> and then <a href="http://www.snort.org/snort-downloads?">snort</a> itself. You&#8217;ll also want to install the snort rules available on the snort downloads page.<br />
<a href="http://techjournal.318.com/wp-content/uploads/2011/04/snort_large.gif"><img class="aligncenter size-medium wp-image-741" title="snort" src="http://techjournal.318.com/wp-content/uploads/2011/04/snort_large-300x166.gif" alt="" width="300" height="166" /></a><br />
Once snort is installed, it&#8217;s fairly simple to run it from the Windows Server 2008 command line. To do so, use the snort.exe that was distributed in the installer (by default it would be at c:\snort\bin\snort.exe). You can then run it in a simple form to check that the interfaces are available:</p>
<p><code>c:\snort\bin\snort.exe -W<br />
</code><br />
And then use one of the listed interfaces, invoke it with a -i option followed by the interface. You can also specify a custom logging location using -l and a custom configuration file using -c. This would result in something similar to the following:</p>
<p><code>c:\snort\bin\snort.exe -i 1 -l c:\snort\log -c c:\snort\etc\snort.conf<br />
</code><br />
There are a lot more options, but this article is about converting it into a service. Once you&#8217;ve found a configuration that works for you manually, you can then take that, throw a /SERVICE /INSTALL after the snort.exe but before the operators and viola you&#8217;ve converted snort into a service:</p>
<p><code>c:\snort\bin\snort.exe /SERVICE /INSTALL -i 1 -l c:\snort\log -c c:\snort\etc\snort.conf<br />
</code><br />
Once snort has become a service, many will want to have it start automatically. This is possible using the sc command to configure the snortsvc to start automatically:</p>
<p><code>sc config snortsvc start= auto<br />
</code><br />
And then, start her up:</p>
<p><code>sc start snortsvc<br />
</code><br />
Intrusion Detection (IDS) and Prevention (IPS) solutions can be invaluable to an organization. If you would like to discuss running snort or any other IDS or IPS, please feel free to contact your 318 Professional Services Manager, or sales@318.com if you do not yet have one!</p>
]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/security/making-snort-a-service-in-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Tethering How-to</title>
		<link>http://techjournal.318.com/iphone/iphone-tethering-how-to/</link>
		<comments>http://techjournal.318.com/iphone/iphone-tethering-how-to/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 15:08:16 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[enable iPhone Tethering]]></category>
		<category><![CDATA[HOW-TO]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[tether iPhone]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=307</guid>
		<description><![CDATA[You can now tether your computer to the iPhone. The iPhone tethering option is available here (amongst other locations). Once downloaded, run a quick defaults command (I know, I sure do use a lot of defaults commands on this site), writing a boolean value into the com.apple.iTunes domain for carrier-testing: defaults write com.apple.iTunes carrier-testing -bool [...]]]></description>
			<content:encoded><![CDATA[<p>You can now tether your computer to the iPhone.  The iPhone tethering option <a href="http://www.crunchgear.com/wp-content/uploads/2009/06/iphonetetheringfile.dmg">is available here</a> (amongst other locations).  Once downloaded, run a quick defaults command (I know, I sure do use a lot of defaults commands on this site), writing a boolean value into the com.apple.iTunes domain for carrier-testing:  </p>
<blockquote><p>defaults write com.apple.iTunes carrier-testing -bool true
</p></blockquote>
<p>Once you&#8217;ve done that go into restore mode in iTunes (option-click the Restore button) and choose the ipcc file you just downloaded.  </p>
<p>Alternatively you can just <a href="http://help.benm.at/help.php">click on this link</a> from your iPhone to run through a quick generator to enable tethering.  Doing so will generate a property list file with a .mobileconfig extension, similar to what you create in the iPhone Configuration Utility (if you&#8217;re like me you&#8217;ll want to see what this thing is doing before you cut it loose).  Because the file is compatible with the iPhone Configuration Utility, you can actually download it onto your computer and double-click on it to add it into the iPhone Configuration Utility library and see which keys the payload will install.  You can also open with your favorite plist-friendly editor and view the keys directly.</p>
]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/iphone/iphone-tethering-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

