 




<?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>If it has a plug, it&#039;s IT stuff &#187; Security</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/it-support/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/it-support</link>
	<description></description>
	<lastBuildDate>Wed, 26 Nov 2008 09:46:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>[TLBAT] Intranet: an image is worth 1000 words!!</title>
		<link>http://itknowledgeexchange.techtarget.com/it-support/tlbat-intranet-an-image-is-worth-1000-words/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-support/tlbat-intranet-an-image-is-worth-1000-words/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 12:52:13 +0000</pubDate>
		<dc:creator>alessandro.panzetta</dc:creator>
				<category><![CDATA[Active Server Pages]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Intranet]]></category>
		<category><![CDATA[Intranet portal]]></category>
		<category><![CDATA[IT support]]></category>
		<category><![CDATA[Patch management]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-support/tlbat-intranet-an-image-is-worth-1000-words/</guid>
		<description><![CDATA[Hi folks, I just found out that I had an image of the concept behind the Download Center so I think it&#8217;s much better to post it so this can clearly explain how the whole thing works…here it is!]]></description>
				<content:encoded><![CDATA[<p>Hi folks, I just found out that I had an image of the concept behind the Download Center so I think it&#8217;s much better to post it so this can clearly explain how the whole thing works…here it is!</p>
<p><img src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/52/files/2008/09/diagram1.gif" alt="Download Center diagram" /></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-support/tlbat-intranet-an-image-is-worth-1000-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[TLBAT] Intranet: The database behind</title>
		<link>http://itknowledgeexchange.techtarget.com/it-support/tlbat-intranet-the-database-behind/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-support/tlbat-intranet-the-database-behind/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 13:11:32 +0000</pubDate>
		<dc:creator>alessandro.panzetta</dc:creator>
				<category><![CDATA[Active Server Pages]]></category>
		<category><![CDATA[Bandwidth]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Intranet]]></category>
		<category><![CDATA[Intranet portal]]></category>
		<category><![CDATA[IT support]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[self-service]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-support/tlbat-intranet-the-database-behind/</guid>
		<description><![CDATA[As described in the last post, the Download Center relies on a Microsoft Access database that will be described in this post. So, first create a new MSAccess database and then create a table called &#8220;Packages&#8221; like the following: Packages ID PackageDesc PackageName PackageType NeededGroup ID:         Auto increment PackageDesc:    Contains a short description of the file [...]]]></description>
				<content:encoded><![CDATA[<p>As described in the last post, the Download Center relies on a Microsoft Access database that will be described in this post.</p>
<p>So, first create a new MSAccess database and then create a table called &#8220;<em>Packages</em>&#8221; like the following:</p>
<table border="0">
<tr>
<td colspan="5" valign="middle"><span><strong>Packages</strong></span></td>
</tr>
<tr>
<td valign="middle"><span><strong>ID</strong></span></td>
<td valign="middle"><span><strong>PackageDesc</strong></span></td>
<td valign="middle"><span><strong>PackageName</strong></span></td>
<td valign="middle"><span><strong>PackageType</strong></span></td>
<td valign="middle"><span><strong>NeededGroup</strong></span></td>
</tr>
</table>
<p><span><strong>ID</strong></span>:         Auto increment</p>
<p><span><strong>PackageDesc:    </strong>Contains a short description of the file (E.g. Microsoft FrontPage)<br />
</span></p>
<p><span><strong>PackageName:    </strong>Is the filename, avoid using spaces (E.g. &#8220;MSaccess.exe&#8221; better than &#8220;MS Access.exe&#8221;) because this will be used to construct the download link<br />
</span></p>
<p><span><strong>PackageType:    </strong>Can be <em>Special</em> or <em>Standard</em> or <em>Goodie. </em>Standard/Goodie will be available for download to everyone while Special will be only for the users that are members of given groups.<br />
</span></p>
<p><span><strong>NeededGroup:    </strong>In case of <em>Special</em> package the visiting user must be part of this group in order to download the package.<br />
</span></p>
<p><span>Then create another table called &#8220;Sites&#8221; as the following:<br />
</span></p>
<table border="0">
<tr>
<td colspan="3" valign="middle"><span><strong>Sites</strong></span></td>
</tr>
<tr>
<td valign="middle"><span><strong>Country</strong></span></td>
<td valign="middle"><span><strong>Subnet</strong></span></td>
<td valign="middle"><span><strong>Distrib_Point</strong></span></td>
</tr>
</table>
<p><strong>Country</strong>:    Short name of the Country (E.g. ITA=Italy, GER=Germany)</p>
<p><strong>Subnet</strong>:        The third octet of the country/site&#8217;s IP address range (E.g. ITA= 192.168.<span>39</span>.x)</p>
<p><strong>Distrib_Point</strong>:    The web server in the given country (E.g. <em>websrv_ITA</em>)</p>
<p>The first table will handle information on the packages themselves and whether they&#8217;re freely accessible or not; the second table instead will be used in order to redirect the user to his/her local web server in order to save bandwidth. This is applicable only in environments in which the IP subnets are correctly set for country level and where in every country or site there is a local IIS web site.</p>
<p>In the next post I&#8217;ll be showing you how to build the homepage for this site and the techniques used for it….keep on reading!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-support/tlbat-intranet-the-database-behind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[TLBAT] Anti-malware tools</title>
		<link>http://itknowledgeexchange.techtarget.com/it-support/tlbat-anti-malware-tools/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-support/tlbat-anti-malware-tools/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 05:03:46 +0000</pubDate>
		<dc:creator>alessandro.panzetta</dc:creator>
				<category><![CDATA[AVG]]></category>
		<category><![CDATA[BHO (Browser Helper Object)]]></category>
		<category><![CDATA[HiJackThis]]></category>
		<category><![CDATA[IT support]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[SpyBot]]></category>
		<category><![CDATA[spyware]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-support/tlbat-anti-malware-tools/</guid>
		<description><![CDATA[Hello folks, continuing on the path to save our low budget a matter that has to be faced is the detection and removal of virus, malware and spyware. I normally tend to use professional tools for these delicate matters because of several considerations: when you BUY software you also have support, agreements, SLAs and so [...]]]></description>
				<content:encoded><![CDATA[<p>Hello folks, continuing on the path to save our low budget a matter that has to be faced is the detection and removal of virus, malware and spyware.</p>
<p>I normally tend to use professional tools for these delicate matters because of several considerations: when you BUY software you also have support, agreements, SLAs and so on; also by using a professional product you can easily centralize the management of your antivirus infrastructure by scheduling corporate scans, virus definitions updates and so on. But we won&#8217;t loose the spirit of the TLBAT section and I&#8217;ll provide you suggestions on some freeware tools that you can use to protect your network.</p>
<p>The tools are:</p>
<ol>
<li><a href="http://free.avg.com/ww.download-avg-anti-virus-free-edition" title="Grisoft AVG" target="_blank">Grisoft&#8217;s AVG antivirus</a></li>
<li><a href="http://www.google.it/url?sa=t&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fwww.safer-networking.org%2F&amp;ei=ekF0SMHfN4qWsAO1p6iYCg&amp;usg=AFQjCNEoZlwXzxW0n_IBJJ-jLRPkt1Ypzw&amp;sig2=NMP8eEuQrlGjC2cLNFHIAw" title="SpyBot S&amp;D" target="_blank">SpyBot Search &amp; Destroy</a></li>
<li><a href="http://www.trendsecure.com/portal/en-US/tools/security_tools/hijackthis/download" title="HiJackThis" target="_blank">HiJackThis</a></li>
<li><a href="https://www.microsoft.com/Downloads/details.aspx?displaylang=en&amp;FamilyID=ad724ae0-e72d-4f54-9ab3-75b8eb148356" title="Microsoft malware removal" target="_blank">Microsoft malware removal tool</a></li>
</ol>
<p>AVG is an antivirus software and here I won&#8217;t spent too much words; SpyBot S&amp;D has to be used when you suspect that spyware or malware is installed on your computer, this software has automated removal procedures and is easy to use; HiJackThis is a more pro-skilled software because it searches in several places in your computer looking for BHO (<a href="http://en.wikipedia.org/wiki/Browser_Helper_Object" title="BHO" target="_blank">Browser Helper Objects</a>), hijackers (ex. you want to surf to yahoo.com but it redirects you to malware.com) and registry entries. Seen that the informations catched by HiJackThis are sometimes in critical components of your system please be really careful of what you are removing!! For the Microsoft Windows Malicious Software Removal Tool, this is a software that helps for removing most known virii (plural of virus) such as Blaster, Sasser, and Mydoom and so on.<br />
My 2 cents: these tools, the <a href="http://itknowledgeexchange.techtarget.com/it-support/tlbat-honey-honeyhoneypot/" title="[TLBAT] Honey, honey…HoneyPot! " target="_blank">HoneyPot</a> described in a previous article and the patch/update control server (<a href="http://itknowledgeexchange.techtarget.com/it-support/tlbat-keep-patches-and-updates-under-control-with-wsus/" title="[TLBAT] Keep patches and updates under control with WSUS " target="_blank">WSUS</a>) can be affordable in protecting your network&#8230;but don&#8217;t forget this principle &#8220;<em>A security-relaxed SysAdmin is the weakest entry point in a structure</em>&#8221; so never, I say never, deploy your tools and think &#8220;<em>I&#8217;m safe now</em>&#8221; because it will come the day in which your network is infected by all kind of virii , malware, pornware and whateverware!!!</p>
<p>Stay tuned and keep on reading this blog.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-support/tlbat-anti-malware-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[TLBAT] Keep patches and updates under control with WSUS</title>
		<link>http://itknowledgeexchange.techtarget.com/it-support/tlbat-keep-patches-and-updates-under-control-with-wsus/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-support/tlbat-keep-patches-and-updates-under-control-with-wsus/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 13:07:07 +0000</pubDate>
		<dc:creator>alessandro.panzetta</dc:creator>
				<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[IT support]]></category>
		<category><![CDATA[Patch management]]></category>
		<category><![CDATA[TLBAT]]></category>
		<category><![CDATA[WSUS]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-support/tlbat-keep-patches-and-updates-under-control-with-wsus/</guid>
		<description><![CDATA[In my previous articles I&#8217;ve described the process to allow several services and servers to be installed for free or at low cost in your network; this post continues with &#8220;I want it but I have no budget&#8221; philosophy and enables you to have an update and patching system for your network where you can [...]]]></description>
				<content:encoded><![CDATA[<p>In my previous articles I&#8217;ve described the process to allow several services and servers to be installed for free or at low cost in your network; this post continues with &#8220;<em>I want it but I have no budget</em>&#8221; philosophy and enables you to have an update and patching system for your network where you can control who, what, when is updated/upgraded.</p>
<p>In order to have a server/infrastructure of servers for the updates in your network, you will need to install the Microsoft Windows Update Services Server 3.0 (a.k.a. WSUS).</p>
<p>Basically with WSUS you can create a local update server where you can control all the updating process for your client&#8217;s network. You may choose to download the updates and patches from the Microsoft Update site and store a copy of the files locally in order to save bandwidth; you may only choose to control the approval/denial of the updates and have the clients connect to Microsoft to download the files; you may also create a tier based WSUS structure where a child server receives updates and approvals from the above server and so on.</p>
<p>Once you have designed, planned and installed your WSUS structure you can then use Group Policies, or any other method (e.g. VBScript) to have your clients connect to the WSUS servers in your structure.</p>
<p>First start by <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=C8FA2FD1-72F6-4F19-A1B0-F689DAE14BE6&amp;displaylang=en" target="_blank">downloading this document</a> that describes the process for deploying the WSUS; then you may consider <a href="http://technet2.microsoft.com/windowsserver/en/library/b4ff7f56-45b5-4f2b-82e7-283903d23c261033.mspx?mfr=true">having a look at this site</a> that explains how to implement GPO for the use of WSUS or consider using either <a href="http://www.microsoft.com/technet/scriptcenter/scripts/sus/default.mspx?mfr=true">VBScript</a> or this <a href="http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=55435&amp;lngWId=1">Visual Basic 6.0 tool</a> I released some years ago.</p>
<p>This time we have to thank Microsoft for providing another money-saver tool that won&#8217;t impact your low budget!!!</p>
<p>Keep on reading my blog and in the end you will have saved lots of buck$ that you may consider to send me via PayPal!! <span><img src="http://gaming.ngi.it/images/ngismiles/asd.gif" alt="ASD" height="15" width="15" /></span></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-support/tlbat-keep-patches-and-updates-under-control-with-wsus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[TLBAT] Messaging, collaboration, IM &#8230;. an opensource alternative to Microsoft Exchange</title>
		<link>http://itknowledgeexchange.techtarget.com/it-support/tlbat-messaging-collaboration-im-an-opensource-alternative-to-microsoft-exchange/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-support/tlbat-messaging-collaboration-im-an-opensource-alternative-to-microsoft-exchange/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 13:40:38 +0000</pubDate>
		<dc:creator>alessandro.panzetta</dc:creator>
				<category><![CDATA[IT support]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[TLBAT]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Zimbra Collaboration Suite]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-support/tlbat-messaging-collaboration-im-an-opensource-alternative-to-microsoft-exchange/</guid>
		<description><![CDATA[Another post to present a free tool, another post to save your low budget! When building an IT infrastructure, one of the features you HAVE to consider is to provide messaging and collaboration tools to your customers (normally your employer&#8230;alsways remeber: the users are your customers!); considering to buy Microsoft Exchange is always the first [...]]]></description>
				<content:encoded><![CDATA[<p>Another post to present a free tool, another post to save your low budget!</p>
<p>When building an IT infrastructure, one of the features you HAVE to consider is to provide messaging and collaboration tools to your customers (normally your employer&#8230;alsways remeber: the users are your customers!); considering to buy Microsoft Exchange is always the first choice but as you know this will cost you money that, with some little sacrifices, can be saved.</p>
<p>Once again I&#8217;ll focus on a VMWare appliance (ok, it&#8217;s clear that I do love VMWare appliances!)  that you can download, burn or mount as an ISO image and then start the VMWare machine and have an almost ready tool for the production evironment.</p>
<p>This time the VMWare appliance consists of a Linux based machine (rPath linux) and the      preinstalled Zimbra Collaboration Suite 4.5.  On <a href="http://www.vmware.com/appliances/directory/zimbra.html" title="Zimbra VMWare appliance" target="_blank">this link</a> you can download the ISO image that you can mount on your VMWare Server/Player (more instruction in <a href="http://itknowledgeexchange.techtarget.com/it-support/tlbat-proxy-server-and-content-filtering/" target="_blank">this previous post</a>) and once you have powered on your VMachine you can have a free, opensource, reliable messaging and collaboration server.</p>
<p>Hereafter some screenshots:</p>
<p><img src="http://www.zimbra.com/_media/ss_inbox.gif" alt="Inbox" height="516" width="800" /></p>
<p><img src="http://www.zimbra.com/_media/ss_contacts.gif" alt="contacts" height="399" width="800" /></p>
<p><img src="http://www.zimbra.com/_media/ss_calendar.gif" alt="Calendar" height="504" width="800" /></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-support/tlbat-messaging-collaboration-im-an-opensource-alternative-to-microsoft-exchange/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[TLBAT] Honey, honey&#8230;HoneyPot!</title>
		<link>http://itknowledgeexchange.techtarget.com/it-support/tlbat-honey-honeyhoneypot/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-support/tlbat-honey-honeyhoneypot/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 04:35:18 +0000</pubDate>
		<dc:creator>alessandro.panzetta</dc:creator>
				<category><![CDATA[Honeypot]]></category>
		<category><![CDATA[IT support]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[TLBAT]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-support/tlbat-honey-honeyhoneypot/</guid>
		<description><![CDATA[In a previous post I suggested you to build a proxy and content filtering solution based on a VMWare virtual machine, in this post I&#8217;ll redo the same thing: propose another VMWare appliance that you can mount on your VMWare server, configure and have a ready-to-go tool for your IT environment. The tool we are [...]]]></description>
				<content:encoded><![CDATA[<p>In a previous post I suggested you to build a proxy and content filtering solution based on a VMWare virtual machine, in this post I&#8217;ll redo the same thing: propose another VMWare appliance that you can mount on your VMWare server, configure and have a ready-to-go tool for your IT environment.</p>
<p>The tool we are going to describe today is a low interaction <a href="http://en.wikipedia.org/wiki/Honeypot_%28computing%29" target="_blank" title="Wiki HoneyPot definition">HoneyPot</a> that will be a central point for your network and avoid spreading of malware and provide you useful information about attacks. This virtual machine, once configured, will act as a computer without patches, antivirus software and that holds sensitive information; this way of acting will <em>attract </em>attackers and malware, it will download a the binary files and study their behavior and provide useful information about the type of the attack, the entry point and so on.</p>
<p>First start downloading the appliance <a href="http://www.vmware.com/appliances/directory/629" target="_blank" title="VMWare appliances">from this site</a> and then read some interesting documentation on the <a href="http://www.securityfocus.com/infocus/1880" title="Security Focus" target="_blank">Security Focus</a> website; in this post I won&#8217;t provide all needed information about how to configure the virtual machine because this depends on how you want to configure the HoneyPot, in <a href="http://itknowledgeexchange.techtarget.com/it-support/tlbat-proxy-server-and-content-filtering/" target="_blank">this blog post</a> you can read how to mount the appliance you just downloaded and have it running in minutes.</p>
<p>Whe you have finished the mount of the virtual machine you can access it by using the following credentials:</p>
<p align="center">Username = <em>root </em>Password = <em>pass2cng</em></p>
<p align="left">[LINKS]</p>
<p align="left"><a href="http://nepenthes.mwcollect.org/" target="_blank">Nepenthes homepage</a></p>
<p align="left"><a href="http://honeybow.mwcollect.org/wiki/HoneyBow" target="_blank">HoneyBow sensor</a></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-support/tlbat-honey-honeyhoneypot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[TLBAT] Proxy server and content filtering</title>
		<link>http://itknowledgeexchange.techtarget.com/it-support/tlbat-proxy-server-and-content-filtering/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-support/tlbat-proxy-server-and-content-filtering/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 07:44:27 +0000</pubDate>
		<dc:creator>alessandro.panzetta</dc:creator>
				<category><![CDATA[DansGuardian]]></category>
		<category><![CDATA[ISA Server]]></category>
		<category><![CDATA[IT support]]></category>
		<category><![CDATA[SARG]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Squid]]></category>
		<category><![CDATA[TLBAT]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-support/tlbat-proxy-server-and-content-filtering/</guid>
		<description><![CDATA[In this article I&#8217;ll explain how you can have your proxy server and content filtering for your network absolutelly for free allowing you to save at least 1600 USD (Microsoft ISA 2006 Standard Edition)!! We will use the free VMWare Server and the Squid Proxy + DANS Guardian appliance. The appliances are precompiled and configured [...]]]></description>
				<content:encoded><![CDATA[<p>In this article I&#8217;ll explain how you can have your proxy server and content filtering for your network absolutelly for free allowing you to save at least 1600 USD (<a href="http://www.microsoft.com/isaserver/prodinfo/default.mspx" target="_blank">Microsoft ISA 2006 Standard Edition</a>)!!</p>
<p>We will use the free <a href="http://www.vmware.com/download/server/" title="VMWare Server">VMWare Server</a> and the <a href="http://www.vmware.com/appliances/directory/577" title="Squid+DANS Guardian appliance" target="_blank">Squid Proxy + DANS Guardian </a> appliance. The appliances are precompiled and configured virtual machines for the VMWare Server/player that you can download from the VMWare site and that you can &#8220;mount&#8221; and, with little effort, use in your environment. In addition to the proxy/content filtering machine you may like to add a report generator so you can always have nice reports showing blocked sites/users/ip addresses and more, this good tool is called <a href="http://sarg.sourceforge.net/sarg.php" title="SARG" target="_blank">SARG</a><br />
The scope of this article is to have a solid proxy server and a content filtering for internet browsing so you can both masquerade your network clients and provide a caching  solution that can ease the clients&#8217; surfing experience. In addition you can have a content filtering where you can block/allow access to sites and contents soyou can have a complete control on where/when/what your client computers can do on the Internet.</p>
<p>First <a href="http://www.vmware.com/download/server/" title="VMWare Server" target="_blank">download the VMWare Server</a> (about 146Mb) and apply for a free product key; meanwhile I suggest you <a href="http://www.vmware.com/appliances/directory/577" title="Download VMWare appliance" target="_blank">downloading the VMWare appliance</a> because this will take longer (about 712Mb).</p>
<p>Install the VMWare Server and place the file of the appliance that you just downloaded in a directory that you prefer (normally it is <em>C:\Virtual Machines</em>) . Open the VMWare Server Console and choose <em>File/Open</em>, browse your computer where you saved your file before; this will add the virtual machine to the inventory.</p>
<p><a href="http://alessandro.panzetta.googlepages.com/vmsvrconsole.JPG" title="Image" target="_blank"></a></p>
<p><a href="http://alessandro.panzetta.googlepages.com/vmsvrconsole.JPG" title="Image" target="_blank"><img src="http://alessandro.panzetta.googlepages.com/vmsvrconsole.JPG" alt="VMWare Server console" border="0" height="348" width="480" /></a></p>
<p>Start the machine and follow all the steps requested during the startup process.</p>
<p>Once that the vm has started login with user=<em>root</em> and password=<em>proxy2006 </em>then change password by issuing the <em>passwd</em> command:</p>
<p><a href="http://alessandro.panzetta.googlepages.com/passwd.JPG" target="_blank"></a></p>
<p><a href="http://alessandro.panzetta.googlepages.com/passwd.JPG" target="_blank"><img src="http://alessandro.panzetta.googlepages.com/passwd.JPG" alt="Passwd command" height="266" width="366" /></a></p>
<p align="center">&nbsp;</p>
<p>At this point you can configure your IP address (first you have to <a href="http://www.vmware.com/support/ws55/doc/ws_net.html" title="Configure Virtual Networks" target="_blank">configure the VMWare Virtual Networks</a>). To do so you have to:</p>
<ol>
<li>Login to the VMachine</li>
<li>Issue the <em>ifconfig eth0</em> command</li>
<li>Read the <em>inet addr</em> value and use it in your internet broswer (Example https://192.168.0.100:10000)</li>
</ol>
<p>At this point in your internet browser you will have the web interface (<a href="http://www.webmin.com/index.html" title="Webmin" target="_blank">Webmin</a>) to the system where you can manage every single setting, from the network configuration, to the startup levels and so on.</p>
<p>I suggest you using the Webmin interface if you are not really familiar with Linux commands or <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" title="Putty">Putty</a> if you want to access the system via SSH console.</p>
<p>At the beginning the content filtering could be really restrictive, I suggest you testing the sites you want to be listed/banned and check/configure the groups (Ex.  <em>/etc/dansguardian/bannedsitelist</em>).</p>
<p>After you have configured all the VM settings, the DANS Guardian and so on you are ready to test and implement your solution&#8230;we spent about 1/2 hours but saved lots of bucks!!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-support/tlbat-proxy-server-and-content-filtering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[TLBAT] Ghosting computers without Symantec&#8217;s Ghost</title>
		<link>http://itknowledgeexchange.techtarget.com/it-support/tlbat-ghosting-computers-without-symantecs-ghost/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-support/tlbat-ghosting-computers-without-symantecs-ghost/#comments</comments>
		<pubDate>Sun, 25 May 2008 10:30:11 +0000</pubDate>
		<dc:creator>alessandro.panzetta</dc:creator>
				<category><![CDATA[Ghost image]]></category>
		<category><![CDATA[IT support]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Symantec]]></category>
		<category><![CDATA[TLBAT]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-support/tlbat-ghosting-computers-without-symantecs-ghost/</guid>
		<description><![CDATA[At the moment whenever you talk to the IT you may hear &#8220;You have to ghost your computer&#8221; meaning that you have to create a snapshot image of your computer partitions and store it somewhere. But why people says that you have to ghost it? Because Norton (actually Symantec) Ghost is the leader in this [...]]]></description>
				<content:encoded><![CDATA[<p>At the moment whenever you talk to the IT you may hear &#8220;<em>You have to ghost your computer</em>&#8221; meaning that you have to create a snapshot image of your computer partitions  and store it somewhere. But why people says that you have to <em>ghost </em>it? Because Norton (actually Symantec) Ghost is the leader in this technology but it has a <em>small problem</em>: it costs bucks and you have to spend some money in order to have a business like repository of computer images.</p>
<p>There are many reasons you may need to image computers: it may be for a huge rollout, for backup purposes or for any other reasons that leads you to have a centralized storage for images of the computers in your network.</p>
<p>Seen the spirit of this <a href="http://itknowledgeexchange.techtarget.com/it-support/tlbat-the-low-budget-admin%e2%80%99s-tools/" title="The Low Budget Admin Tools" target="_blank">TLBAT </a>(<em>The Low Budget Admin Tools</em>) section, I alwas prefer to apply opensource/freeware solutions, in this case I suggest you using the <a href="http://ping.windowsdream.com/ping.html" title="PING = Partimage Is Not Ghost">PING</a> project (<em>Partimage Is Not Ghost</em>) that says it all: partition imaging is not strictly Ghost! This great tool can be either a bootable cd or a RIS (<a href="http://technet2.microsoft.com/windowsserver/en/library/C62E5951-5EB9-42F1-95AE-490E5D7A55511033.mspx" title="Microsoft Remote Installation Services">Remote Installation Services</a>) tool that enables computers in your network to boot from cd/network and save or load an image of their computer to a centralized point.</p>
<p>Once again a great tool, for free and completelly integrable with your Windows environment, I hope someone is enjoying this TLBAT section, if please let me know your impressions through the comments on this blog area.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-support/tlbat-ghosting-computers-without-symantecs-ghost/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[TLBAT] Network inventory made easy&#8230; and free!!</title>
		<link>http://itknowledgeexchange.techtarget.com/it-support/tlbat-network-inventory-made-easy-and-free/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-support/tlbat-network-inventory-made-easy-and-free/#comments</comments>
		<pubDate>Mon, 19 May 2008 08:43:00 +0000</pubDate>
		<dc:creator>alessandro.panzetta</dc:creator>
				<category><![CDATA[Auditing]]></category>
		<category><![CDATA[IT support]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Spiceworks]]></category>
		<category><![CDATA[TLBAT]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-support/tlbat-network-inventory-made-easy-and-free/</guid>
		<description><![CDATA[Do you want to have a network inventory of computer and devices, do you need an out-of-the-box solution for IT HelpDesk? Here it is&#8230;for free!!! I tested SpiceWorks for a couple of months and I really appreciated this product that comes with a really easy setup process and gives you good results in terms of [...]]]></description>
				<content:encoded><![CDATA[<p>Do you want to have a network inventory of computer and devices, do you need an out-of-the-box solution for IT HelpDesk? <a href="http://www.spiceworks.com/" title="SpiceWorks">Here it is</a>&#8230;for free!!!</p>
<p>I tested <a href="http://www.spiceworks.com" title="SpiceWorks" target="_blank">SpiceWorks</a> for a couple of months and I really appreciated this product that comes with a really easy setup process and gives you good results in terms of inventory, reporting and so on.</p>
<p>I suggest you to have a look at this free product that can save time and money for everyone.</p>
<p>P.S. This is not an AD but simply a suggestion!!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-support/tlbat-network-inventory-made-easy-and-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
