<?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>Failserver.nl - Blog</title>
	<atom:link href="http://failserver.nl/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://failserver.nl/blog</link>
	<description>A blog for everything with computers.</description>
	<lastBuildDate>Sun, 04 Jul 2010 20:51:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Fatal Error 2753 during installation of HP Printer Software</title>
		<link>http://failserver.nl/blog/2010/07/fatal-error-2753-during-installation-of-hp-printer-software/</link>
		<comments>http://failserver.nl/blog/2010/07/fatal-error-2753-during-installation-of-hp-printer-software/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 20:51:25 +0000</pubDate>
		<dc:creator>Bombaci</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Fatal Error 2753]]></category>
		<category><![CDATA[HP Printing Software Error]]></category>
		<category><![CDATA[MSI error 2753]]></category>
		<category><![CDATA[Software installation error 2753]]></category>

		<guid isPermaLink="false">http://failserver.nl/blog/?p=212</guid>
		<description><![CDATA[A while ago I had this problem while installing printer software at a customer. After searching what causes the problem<a href="http://failserver.nl/blog/2010/07/fatal-error-2753-during-installation-of-hp-printer-software/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>A while ago I had this problem while installing printer software at a customer.</p>
<p>After searching what causes the problem and cursing HP for their &#8220;über software&#8221; I finally solved the problem!</p>
<p>There were certain services and DLL files that were not properly uninstalled.</p>
<p>The Windows services (files) were:</p>
<p>Pml Driver HPZ12 (C:\Windows\System32\HPZipm12.dll)<br />
Net Driver HPZ12 (C:\Windows\System32\HPZinw12.dll)</p>
<p>These 2 services will corrupt your installation resulting the error mentioned above.</p>
<h2>THE SOLUTION! <span id="more-212"></span></h2>
<ol>
<blockquote>
<li>Check to make sure that the 2 Windows services above are not running (or not installed).</li>
<p>- Services.msc</p>
<li>Rename the 2 associated service DLL files (this will only be possible once the services are stopped)</li>
<li>Run the installation again.</li>
</blockquote>
</ol>
<p>The steps above should resolve your problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://failserver.nl/blog/2010/07/fatal-error-2753-during-installation-of-hp-printer-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Cisco switch configuration</title>
		<link>http://failserver.nl/blog/2010/05/basic-cisco-switch-configuration/</link>
		<comments>http://failserver.nl/blog/2010/05/basic-cisco-switch-configuration/#comments</comments>
		<pubDate>Mon, 03 May 2010 21:46:34 +0000</pubDate>
		<dc:creator>Bombaci</dc:creator>
				<category><![CDATA[General Posts]]></category>
		<category><![CDATA[Cisco Basic switch configuration]]></category>
		<category><![CDATA[Cisco Catalyst 3548 XL Switch]]></category>
		<category><![CDATA[conf t]]></category>
		<category><![CDATA[configure terminal]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[enable password]]></category>
		<category><![CDATA[line password]]></category>
		<category><![CDATA[motd]]></category>
		<category><![CDATA[secure enable]]></category>
		<category><![CDATA[secure line vty]]></category>

		<guid isPermaLink="false">http://failserver.nl/blog/?p=204</guid>
		<description><![CDATA[Something else then Linux! Configuring a Cisco switch! I have: Cisco Catalyst 3548 XL Switch 12.0.5-WC17(ED) IOS Console cable USB<a href="http://failserver.nl/blog/2010/05/basic-cisco-switch-configuration/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>Something else then Linux! Configuring a Cisco switch!</p>
<p><strong>I have:</strong></p>
<blockquote>
<ul>
<li>Cisco Catalyst 3548 XL Switch</li>
<li>12.0.5-WC17(ED) IOS</li>
<li>Console cable</li>
<li>USB to Comport</li>
</ul>
</blockquote>
<p>Lets start to configure the switch!</p>
<p><span id="more-204"></span></p>
<h1>Basic Configuration:</h1>
<p>In this tutorial we are going to configure the following things:</p>
<ol>
<li>Securing the configuration modes and ports</li>
<li>Making a banner</li>
</ol>
<h2>1 &#8211; Securing the configuration modes and ports</h2>
<p>When it comes to basic password security, there are three basic types:</p>
<ul type="disc">
<li>Line Passwords</li>
<li>Privileged mode Passwords (enable mode)</li>
<li>Username Passwords (optional)</li>
</ul>
<p>At the switch prompt, type <strong>en</strong> to enter  enable 		  mode.</p>
<blockquote><p>Switch&gt;<strong>en</strong><br />
Switch#</p></blockquote>
<p><strong>Enter the configure terminal mode, by typing </strong><strong>conf t.</strong></p>
<blockquote><p>Switch# conf t<br />
Switch(config)#</p></blockquote>
<p><strong>Set the Secret Password</strong></p>
<blockquote><p>Switch(config)#enable secret &lt;new_secret_password&gt;</p></blockquote>
<p><strong>Set the Enable Password</strong></p>
<blockquote><p>Switch(config)#enable password &lt;new_enable_password&gt;</p></blockquote>
<p><strong>Set the VTY Password </strong></p>
<blockquote><p>Sw1(config)#line vty 0 15<br />
Sw1(config-line)#password &lt;new_vty_password&gt;</p>
<p>Sw1(config-line)#login</p></blockquote>
<p><strong>Set the Console password </strong></p>
<blockquote><p>Switch(config-line)#line con 0<br />
Switch(config-line)#password &lt;new_console_password&gt;</p></blockquote>
<h2>2 &#8211; Making the banner</h2>
<p>Stay in the configure terminal mode (conf t)</p>
<p>type the following command</p>
<blockquote><p><code>Switch(Config)# banner motd #<br />
******************************************<br />
*  Unauthorized access prohibited<br />
******************************************<br />
#</code></p></blockquote>
<p>Thats all folks the basic configuration of a switch! Not that hard!</p>
]]></content:encoded>
			<wfw:commentRss>http://failserver.nl/blog/2010/05/basic-cisco-switch-configuration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Enabling InnoDB for cPanel Usage</title>
		<link>http://failserver.nl/blog/2010/04/enabling-innodb-for-cpanel-usage/</link>
		<comments>http://failserver.nl/blog/2010/04/enabling-innodb-for-cpanel-usage/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 09:45:36 +0000</pubDate>
		<dc:creator>Bombaci</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[activate InnoDB]]></category>
		<category><![CDATA[howto activate InnoDB for cpanel]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[InnoDB activeren]]></category>
		<category><![CDATA[InnoDB cPanel]]></category>

		<guid isPermaLink="false">http://failserver.nl/blog/?p=187</guid>
		<description><![CDATA[I was importing a database dump today where I encountered an error: MYSQL error 1071 A  friend came and looked<a href="http://failserver.nl/blog/2010/04/enabling-innodb-for-cpanel-usage/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>I was importing a database dump today where I encountered an error:</p>
<ul>
<li>MYSQL error 1071</li>
</ul>
<p>A  <a href="http://www.remz.nl" target="_blank">friend</a> came and looked into the problem, he concluded that I need InnoDB to solve this problem.</p>
<p>But how do I activate INNODB for cPanel?<span id="more-187"></span></p>
<h1>1- What I have:</h1>
<ul>
<li>VPS (Virtual Private Server) <a href="http://www.maxserv.com/oplossingen/hosting/virtual-server/" target="_blank">www.maxserv.nl</a>
<ul>
<li>Shell root access</li>
</ul>
</li>
<li>WHM/CPanel (cPanel 11.25.0-R44718 &#8211; WHM 11.25.0 &#8211; X 3.9)</li>
</ul>
<h1>2 &#8211; Activating InnoDB</h1>
<ol>
<li>Login into you VPS with SSH and root</li>
<li>Open the following file</li>
</ol>
<blockquote><p>nano /etc/my.cnf</p></blockquote>
<ol>
<li>Find the following line and comment it out.
<ol>
<li>skip-inndob</li>
</ol>
</li>
</ol>
<blockquote><p>[mysqld]<br />
#skip-inndob</p></blockquote>
<p>Now login into you WHM</p>
<blockquote><p>http://domain/whm</p></blockquote>
<p><strong>Go to</strong></p>
<ol>
<li>Restart Services</li>
<li><strong class="firstletter">Click on: </strong><span class="firstletter">S</span>QL Server (MySQL)</li>
<li>Then confirm the process with a &#8220;Yes&#8221;</li>
</ol>
<p>All of these steps should activate the InnoDB module, you can test it by going into your phpMyAdmin &gt; SQL</p>
<p>Enter: <strong>show engines;</strong> command into the empty field and press <strong>&lt;Start&gt;</strong></p>
<p>It should give the output:</p>
<table id="table_results" class="data">
<tbody>
<tr class="odd">
<td>InnoDB</td>
<td>YES</td>
<td>Supports transactions, row-level locking, and fore&#8230;</td>
</tr>
</tbody>
</table>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 98px; width: 1px; height: 1px; overflow: hidden;"><a href="http://www.maxserv.com/oplossingen/hosting/virtual-server/" target="_blank">www.maxserv.nl</a></div>
]]></content:encoded>
			<wfw:commentRss>http://failserver.nl/blog/2010/04/enabling-innodb-for-cpanel-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Website Launched: Vlees.nl</title>
		<link>http://failserver.nl/blog/2010/04/you-want-to-know-more-about-meat/</link>
		<comments>http://failserver.nl/blog/2010/04/you-want-to-know-more-about-meat/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 15:50:57 +0000</pubDate>
		<dc:creator>Bombaci</dc:creator>
				<category><![CDATA[MaxServ]]></category>
		<category><![CDATA[maxserv.nl]]></category>
		<category><![CDATA[meat]]></category>
		<category><![CDATA[meat info]]></category>
		<category><![CDATA[meat questions]]></category>
		<category><![CDATA[meat site]]></category>
		<category><![CDATA[vlees]]></category>
		<category><![CDATA[vlees.nl]]></category>
		<category><![CDATA[www.vlees.nl]]></category>

		<guid isPermaLink="false">http://failserver.nl/blog/?p=176</guid>
		<description><![CDATA[Do you have questions about meat? Or just want to have information about meat? GO TO: http://www.vlees.nl English Translation Website]]></description>
			<content:encoded><![CDATA[<p>Do you have questions about meat? Or just want to have information about meat?</p>
<p>GO TO:</p>
<ul>
<li><a href="http://www.vlees.nl" target="_blank">http://www.vlees.nl </a></li>
<li><a href="http://translate.google.nl/translate?js=y&amp;prev=_t&amp;hl=nl&amp;ie=UTF-8&amp;layout=1&amp;eotf=1&amp;u=http%3A%2F%2Fwww.vlees.nl%2F&amp;sl=nl&amp;tl=en&amp;swap=1" target="_blank">English Translation Website</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://failserver.nl/blog/2010/04/you-want-to-know-more-about-meat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Website Launched: Nutsscholen Breda sites!</title>
		<link>http://failserver.nl/blog/2010/04/maxserv-did-it-again/</link>
		<comments>http://failserver.nl/blog/2010/04/maxserv-did-it-again/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 15:36:55 +0000</pubDate>
		<dc:creator>Bombaci</dc:creator>
				<category><![CDATA[MaxServ]]></category>
		<category><![CDATA[NBS]]></category>
		<category><![CDATA[nbsboeimeer.nl]]></category>
		<category><![CDATA[nbsburgst.nl]]></category>
		<category><![CDATA[nbsdehoogakker.nl]]></category>
		<category><![CDATA[nbsdirkvanveen.nl]]></category>
		<category><![CDATA[nbsteteringen.nl]]></category>
		<category><![CDATA[Nuts scholen]]></category>
		<category><![CDATA[Nuts scholen Breda]]></category>
		<category><![CDATA[nutsbasisschool]]></category>
		<category><![CDATA[nutsbasisschool breda]]></category>
		<category><![CDATA[nutsscholen]]></category>

		<guid isPermaLink="false">http://failserver.nl/blog/?p=166</guid>
		<description><![CDATA[Nutsscholen Breda sites are live!!: www.nbsdehoogakker.nl www.nbsburgst.nl www.nbsboeimeer.nl www.nbsdirkvanveen.nl www.nbsteteringen.nl Hurray!]]></description>
			<content:encoded><![CDATA[<p>Nutsscholen Breda sites are live!!: <a rel="nofollow" href="http://www.nbsdehoogakker.nl/" target="_blank"><br />
</a></p>
<ul>
<li><a rel="nofollow" href="http://www.nbsdehoogakker.nl/" target="_blank">www.nbsdehoogakker.nl</a></li>
<li><a rel="nofollow" href="http://www.nbsburgst.nl/" target="_blank">www.nbsburgst.nl</a></li>
<li><a rel="nofollow" href="http://www.nbsboeimeer.nl/" target="_blank">www.nbsboeimeer.nl</a></li>
<li><a rel="nofollow" href="http://www.nbsdirkvanveen.nl/" target="_blank">www.nbsdirkvanveen.nl</a></li>
<li><a rel="nofollow" href="http://www.nbsteteringen.nl/" target="_blank">www.nbsteteringen.nl</a></li>
</ul>
<p>Hurray!</p>
]]></content:encoded>
			<wfw:commentRss>http://failserver.nl/blog/2010/04/maxserv-did-it-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Long Time no post!</title>
		<link>http://failserver.nl/blog/2010/02/long-time-no-post/</link>
		<comments>http://failserver.nl/blog/2010/02/long-time-no-post/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 17:20:12 +0000</pubDate>
		<dc:creator>Bombaci</dc:creator>
				<category><![CDATA[General Posts]]></category>

		<guid isPermaLink="false">http://failserver.nl/blog/?p=162</guid>
		<description><![CDATA[Work, Work, Work! School, School, School! No time to write on my blog but it is nice to see that<a href="http://failserver.nl/blog/2010/02/long-time-no-post/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>Work, Work, Work! School, School, School!</p>
<p>No time to write on my blog but it is nice to see that Failserver has grown <img src='http://failserver.nl/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> !</p>
<p>THANK YOU ALL!</p>
]]></content:encoded>
			<wfw:commentRss>http://failserver.nl/blog/2010/02/long-time-no-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strategie-online.nl &#8211; Online Strategie</title>
		<link>http://failserver.nl/blog/2009/09/145/</link>
		<comments>http://failserver.nl/blog/2009/09/145/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 13:27:27 +0000</pubDate>
		<dc:creator>Bombaci</dc:creator>
				<category><![CDATA[General Posts]]></category>
		<category><![CDATA[laatste nieuws strategie online]]></category>
		<category><![CDATA[nieuwe Online Strategie]]></category>
		<category><![CDATA[nieuwe strategie online]]></category>
		<category><![CDATA[Online Strategie]]></category>
		<category><![CDATA[strategie online]]></category>

		<guid isPermaLink="false">http://failserver.nl/blog/?p=145</guid>
		<description><![CDATA[Het laatste nieuws op Online Strategisch gebied! Het hebben van een online strategie is tegenwoordig een veel gebruikte marketing term,<a href="http://failserver.nl/blog/2009/09/145/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<h1 style="text-align: left;">Het laatste nieuws op Online Strategisch gebied!</h1>
<p style="text-align: left;"><strong>Het hebben van een online strategie is tegenwoordig een veel gebruikte marketing term, maar wat houdt het nu in?</strong></p>
<p style="text-align: left;"><strong>Geinteresseerd in het laatste nieuws op Online Strategisch gebied?</strong></p>
<p style="text-align: left;"><strong>Wat is online strategie?</strong></p>
<p style="text-align: left;">Neem even een kijkje op <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.strategie-online.nl');" href="http://www.strategie-online.nl/">www.stategie-online.nl </a> of check de <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.twitter.com');" href="http://www.twitter.com/maxserv">MaxServ Twitter</a></p>
<p style="text-align: left;"><strong> </strong></p>
<div class="mceTemp mceIEcenter" style="text-align: left;">
<dl class="wp-caption   aligncenter" style="width: 190px;">
<dt class="wp-caption-dt" style="text-align: left;"><a href=" http://www.strategie-online.nl"><img title="Strategie Online" src="http://www.strategie-online.nl/wp-content/uploads/2009/09/strategieonline.jpg" alt=" http://www.strategie-online.nl " width="180" height="120" /></a></dt>
<dd class="wp-caption-dd" style="text-align: left;"> http://www.strategie-online.nl </dd>
</dl>
</div>
]]></content:encoded>
			<wfw:commentRss>http://failserver.nl/blog/2009/09/145/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grant Remote Access To DB</title>
		<link>http://failserver.nl/blog/2009/06/grant-remote-access-to-db/</link>
		<comments>http://failserver.nl/blog/2009/06/grant-remote-access-to-db/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 12:37:24 +0000</pubDate>
		<dc:creator>Bombaci</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql grant]]></category>

		<guid isPermaLink="false">http://failserver.nl/blog/?p=100</guid>
		<description><![CDATA[Here is a small tutorial if you want to grant remote access to a DB on your server. First login<a href="http://failserver.nl/blog/2009/06/grant-remote-access-to-db/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>Here is a small tutorial if you want to grant remote access to a DB on your server.</p>
<p>First login trough SSH on your server and get access to you mysql</p>
<blockquote><p>$mysqladmin -u <em>XXX</em> password  <em>XXX</em><strong></strong></p></blockquote>
<p>Note: that db_user and db_passwd are your database username and database password<span id="more-100"></span></p>
<blockquote><p>GRANT ALL PRIVILEGES ON db_base.* TO db_user @&#8217;%&#8217; IDENTIFIED BY &#8216;db_passwd&#8217;;</p></blockquote>
<p>You can also grant accesss to a specific IP adress</p>
<blockquote><p>GRANT ALL PRIVILEGES ON failserv_example.* TO failserver@&#8217;XX.XX.XX.XX&#8217; IDENTIFIED BY &#8216;db_passwd&#8217;;</p>
<p>(where X is your own remote IP)</p></blockquote>
<p>After that to activate your setting type</p>
<blockquote><p>FLUSH PRIVILEGES;</p></blockquote>
<p>And exit your mysql</p>
<blockquote><p>$mysql&gt;quit</p></blockquote>
<p>HAVE FUN!</p>
]]></content:encoded>
			<wfw:commentRss>http://failserver.nl/blog/2009/06/grant-remote-access-to-db/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Howto Install APC UPS 750 Series on Debian Lenny</title>
		<link>http://failserver.nl/blog/2009/05/howto-install-apc-ups-750-series-on-debian-lenny/</link>
		<comments>http://failserver.nl/blog/2009/05/howto-install-apc-ups-750-series-on-debian-lenny/#comments</comments>
		<pubDate>Thu, 21 May 2009 00:05:58 +0000</pubDate>
		<dc:creator>Bombaci</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[APC UPS 750 Series on Debian Lenny]]></category>
		<category><![CDATA[APCUPS 750]]></category>
		<category><![CDATA[APCUPSD Debian Lenny]]></category>
		<category><![CDATA[Howto UPS Linux]]></category>
		<category><![CDATA[UPS installation on Linux]]></category>

		<guid isPermaLink="false">http://failserver.nl/blog/?p=68</guid>
		<description><![CDATA[I have searched the internet for installing a UPS ons Debian Lenny. But all the tutorials were outdated. Well not<a href="http://failserver.nl/blog/2009/05/howto-install-apc-ups-750-series-on-debian-lenny/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>I have searched the internet for installing a UPS ons Debian Lenny. But all the tutorials were outdated. Well not for long here I have a small howto:</p>
<h1>1. What I have</h1>
<ol>
<li>Server with Debian Lenny</li>
<li>APC Smart UPS 750</li>
</ol>
<h1>2. Howto Install</h1>
<p>First we plugin the server to the UPS with  a USB cable.<span id="more-68"></span></p>
<p>After that we update our packages on the server:</p>
<blockquote><p>apt-get update</p></blockquote>
<p>After that we install the package named APCUPSD:</p>
<blockquote><p>apt-get install apcupsd</p></blockquote>
<h2>2.1 Configuring apcupsd.conf</h2>
<p>After we installed the UPS module we need to configure it the configuration is at the folowing location <strong>/etc/apcupsd/apcupsd.conf:</strong></p>
<blockquote><p>nano /etc/apcupsd/apcupsd.conf</p></blockquote>
<p>Find the follwing word <strong>UPSCABLE</strong> Aprox. on line <strong>29/326</strong></p>
<p><strong>Change</strong></p>
<blockquote><p>UPSCABLE smart</p></blockquote>
<p><strong>To</strong></p>
<blockquote><p>UPSCABLE usb</p></blockquote>
<p>Then we scroll down and look for <strong>UPSTYPE </strong>and <strong>DEVICE </strong>Aprox. on line <strong>75/326</strong> &amp; <strong>76/326</strong></p>
<p><strong>Change</strong></p>
<blockquote><p>UPSTYPE apcsmart<br />
DEVICE /dev/ttys0</p></blockquote>
<p><strong>to</strong></p>
<blockquote><p>UPSTYPE usb<br />
DEVICE</p>
<p><span style="text-decoration: underline;"><span style="color: #ff0000;">Keep the DEVICE blank!</span></span></p></blockquote>
<p><span style="color: #ff0000;"><span style="color: #000000;">After that press <strong>CTRL+X</strong> and save the file by confirming with <strong>Y</strong></span></span></p>
<p>Edit: 13-12-2009</p>
<p>Thanks to HJH in the comment i am correcting the thing i forgot to put in the tutorial:</p>
<blockquote><p>edit /etc/default/apcupsd and set isconfigured to yes</p></blockquote>
<p><span style="color: #ff0000;"><span style="color: #000000;">After that press <strong>CTRL+X</strong> and save the file by confirming with <strong>Y</strong></span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;">Now start apcupsd</span></span></p>
<blockquote><p><span style="color: #ff0000;"><span style="color: #000000;">/etc/init.d/apcupsd start</span></span></p></blockquote>
<p><span style="color: #ff0000;"><span style="color: #000000;">After you have started apcupsd you should type the following command if the ups is successfully installed</span></span></p>
<blockquote><p><span style="color: #ff0000;"><span style="color: #000000;">apcaccess</span></span></p></blockquote>
<p>It should give you information about the UPS, after that i will congratulate you and say <span style="text-decoration: underline;"><strong>HAVE FUN WITH IT!</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://failserver.nl/blog/2009/05/howto-install-apc-ups-750-series-on-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to install a DHCP-SERVER in Linux Debian Lenny</title>
		<link>http://failserver.nl/blog/2009/03/how-to-install-a-dhcp-server-in-linux-debian-lenny/</link>
		<comments>http://failserver.nl/blog/2009/03/how-to-install-a-dhcp-server-in-linux-debian-lenny/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 00:24:04 +0000</pubDate>
		<dc:creator>Bombaci</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Debian DHCP-Server]]></category>
		<category><![CDATA[Debian Lenny DHCP Server]]></category>
		<category><![CDATA[installing dhcp3 server]]></category>
		<category><![CDATA[Linux DHCP3 server configuration]]></category>

		<guid isPermaLink="false">http://failserver.nl/blog/?p=33</guid>
		<description><![CDATA[This is my second post on my blog, it has bin a while you know busy with school work etc..<a href="http://failserver.nl/blog/2009/03/how-to-install-a-dhcp-server-in-linux-debian-lenny/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>This is my second post on my blog, it has bin a while you know busy with school work etc.. But well let&#8217;s begin&#8230;</p>
<p>Installing a DHCP-Server is not that hard actually&#8230;</p>
<p>I assume you have the following configuration on your machine:</p>
<blockquote><p><strong>2 internal nics:</strong><br />
eth0 (For the internet)<br />
eth1 (for the internal network)</p></blockquote>
<p><span id="more-33"></span><strong>1. Setting up your eth1 for dhcp use</strong></p>
<p>The most important thing you need to do is configuring static ip adresses.</p>
<p>I will use the following IP adress <span style="text-decoration: underline;">192.168.1.x </span>as my ip-adress range.</p>
<p>We type the following command: <strong>nano /etc/network/interfaces</strong> <em>(I use nano cause in my opinion nano is much more easier then vi and it does the same job for me)</em><br />
And be sure the settings are the same as below:</p>
<blockquote><p>auto eth1<br />
iface eth1 inet static<br />
address 192.168.1.1<br />
netmask 255.255.255.0<br />
network 192.168.1.0<br />
broadcast 192.168.1.255</p></blockquote>
<p>After you have modified the file press <strong>control+x</strong> you will get a confirmation telling you to save the file yes or no.. We do <strong>Y </strong>and press <strong>Enter</strong></p>
<p>restart the network interface type:</p>
<blockquote><p><strong><br />
/etc/init.d/networking restart</strong></p></blockquote>
<p>And press enter<strong>.<br />
</strong></p>
<h2><strong>2. Installing and configuring the dhcp server</strong></h2>
<p>If you have completed the step above we are going to install the dhcp and configure it.</p>
<p>First lets install the module:</p>
<blockquote><p><strong>apt-get install dhcp3-server</strong></p></blockquote>
<p>After a while it gives a blue screen with a warning. Just press enter and let him install.</p>
<p>When it finished installing the server will not start. We need to bind him to a interface and give a IP range to lease.</p>
<h3>2.1 Binding the interface</h3>
<p>Enter the following command</p>
<blockquote><p><strong>nano /etc/default/dhcp3-server </strong></p></blockquote>
<p>Press enter</p>
<p>Edit the following line</p>
<blockquote><p>INTERFACES=&#8221;"<br />
<strong>To<br />
</strong>INTERFACES=&#8221;eth1&#8243;</p></blockquote>
<p>After you have modified the file press <strong>control+x</strong> you will get a confirmation telling you to save the file yes or no.. We do <strong>Y </strong>and press <strong>Enter</strong></p>
<h3><strong>2.2 configuring the DHCP-Lease<br />
</strong></h3>
<p>We are at the final step and after that we have a full DHCP Server Running!</p>
<p>We are not going to use the default config file of the dhcp server however we are going to keep a copy of the config file.</p>
<p>go to the following directory:</p>
<blockquote><p><strong>cd /etc/dhcp3/</strong></p></blockquote>
<p>Make a backup copy of the following config file by typing the following command:</p>
<blockquote><p><strong>cp dhcpd.conf dhcpd.old.conf</strong></p></blockquote>
<p>And press Enter.</p>
<p>Now remove the file that you have backuped (we are going to make a new one in the next step)</p>
<blockquote><p><strong>rm dhcpd.conf</strong></p></blockquote>
<p>We make the new dhcpd.conf in this step as I promised type:</p>
<blockquote><p><strong>nano dhcpd.conf</strong></p></blockquote>
<p>Now  copy/paste the following data into the file</p>
<blockquote><p>subnet 192.168.1.0 netmask 255.255.255.0 {<br />
range 192.168.1.10 192.168.1.100;<br />
option domain-name-servers 192.168.1.1;<br />
option domain-name &#8220;Failserver.nl&#8221;;<br />
option netbios-name-servers 192.168.1.1;<br />
option routers 192.168.1.1;<br />
option subnet-mask 255.255.255.0;<br />
option broadcast-address 192.168.1.255;<br />
default-lease-time 86400;<br />
max-lease-time 676800;<br />
}</p></blockquote>
<p>After you have modified the file press <strong>control+x</strong> you will get a confirmation telling you to save the file yes or no.. We do <strong>Y </strong>and press <strong>Enter</strong></p>
<p>Now restart the DHCP3 server</p>
<blockquote><p><strong>/etc/init.d/dhcp3-server restart</strong></p></blockquote>
<p><strong><span style="color: #ff0000;">And now you have your own linux DHCP SERVER! Easy huh?</span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://failserver.nl/blog/2009/03/how-to-install-a-dhcp-server-in-linux-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
