<?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>Wapnet Blog</title>
	<atom:link href="http://blog.wapnet.nl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wapnet.nl</link>
	<description>Knowledge Base</description>
	<lastBuildDate>Wed, 18 Aug 2010 09:26:02 +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>WSS / Sharepoint Cannot access site from local server</title>
		<link>http://blog.wapnet.nl/2010/08/wss-sharepoint-cannot-access-site-from-local-server/</link>
		<comments>http://blog.wapnet.nl/2010/08/wss-sharepoint-cannot-access-site-from-local-server/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 09:25:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.wapnet.nl/?p=390</guid>
		<description><![CDATA[You receive error 401.1 when you browse a Web site that uses Integrated Authentication and is hosted on IIS 5.1 or a later version Solution : http://support.microsoft.com/kb/896861]]></description>
			<content:encoded><![CDATA[<p>You receive error 401.1 when you browse a Web site that uses Integrated Authentication and is hosted on IIS 5.1 or a later version</p>
<p>Solution : <a href="http://support.microsoft.com/kb/896861">http://support.microsoft.com/kb/896861</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapnet.nl/2010/08/wss-sharepoint-cannot-access-site-from-local-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TrendMicro Officescan 10 on Windows 2008 R2</title>
		<link>http://blog.wapnet.nl/2010/07/trendmicro-officescan-10-on-windows-2008-r2/</link>
		<comments>http://blog.wapnet.nl/2010/07/trendmicro-officescan-10-on-windows-2008-r2/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 14:20:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Officescan]]></category>
		<category><![CDATA[Trend Micro]]></category>
		<category><![CDATA[TrendMicro]]></category>

		<guid isPermaLink="false">http://blog.wapnet.nl/?p=385</guid>
		<description><![CDATA[When you install Officescan 10 on a Windows 2008 R2 server you get 2 errors: When you login to the webconsole you get the error: Your OfficeScan Session has timed out. Please log in again When you use the remote installerr you get the error: Incorrect parameter in the initialization file You can fix this [...]]]></description>
			<content:encoded><![CDATA[<p>When you install Officescan 10 on a Windows 2008 R2 server you get 2 errors:</p>
<ol>
<li>When you login to the webconsole you get the error: Your OfficeScan Session has timed out. Please log in again</li>
<li>When you use the remote installerr you get the error: Incorrect parameter in the initialization file</li>
</ol>
<p>You can fix this problem by change the NTFS rights (Everyone/modify) on the maps.</p>
<p>C:\Program Files (x86)\Trend Micro\OfficeScan\PCCSRV\TEMP<br />
C:\Program Files (x86)\Trend Micro\OfficeScan\PCCSRV\Web_OSCE\Web_console</p>
<p>Please TrendMicro fix your installer!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapnet.nl/2010/07/trendmicro-officescan-10-on-windows-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a second root account</title>
		<link>http://blog.wapnet.nl/2010/07/create-a-second-root-account/</link>
		<comments>http://blog.wapnet.nl/2010/07/create-a-second-root-account/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 07:37:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.wapnet.nl/?p=378</guid>
		<description><![CDATA[Sometimes you can&#8217;t give someone the root password but you he/she must have root access. You can follow this steps to create a additional root account: Add a new user: # useradd newuser Set a password for the new user # passwd newuser Once done, edit the &#8216;passwd&#8217; file # nano /etc/passwd set the UID:GUD [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you can&#8217;t give someone the root password but you he/she must have root access. You can follow this steps to create a additional root account:<br />
Add a new user:</p>
<p><strong># useradd newuser</strong></p>
<p>Set a password for the new user</p>
<p><strong># passwd newuser</strong></p>
<p>Once done, edit the &#8216;passwd&#8217; file</p>
<p><strong># nano /etc/passwd</strong></p>
<p>set the UID:GUD bits to 0:0. Say for example the new user is &#8216;newuser&#8217;, the line should look like</p>
<p><strong>newuser:x:0:0::/home/newuser:/bin/bash</strong><br />
﻿</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapnet.nl/2010/07/create-a-second-root-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XBOX Compatible SVN Repo Intaller</title>
		<link>http://blog.wapnet.nl/2010/04/xbox-compatible-svn-repo-intaller/</link>
		<comments>http://blog.wapnet.nl/2010/04/xbox-compatible-svn-repo-intaller/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 19:48:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Media Center]]></category>

		<guid isPermaLink="false">http://blog.wapnet.nl/?p=373</guid>
		<description><![CDATA[The nice thing from this custom SVN repo installer is the XBOX Skin option. This will install the skins with an Textures.xpr file so it save a lot of memory Extract to the SVN Repo Installer (from this zip) to: E/XBMC/plugins/programs/ Go to programs from the XBMC menu and run the script. Tip: add the [...]]]></description>
			<content:encoded><![CDATA[<p>The nice thing from this custom SVN repo installer is the XBOX Skin option. This will install the skins with an Textures.xpr file so it save a lot of memory <img src='http://blog.wapnet.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Extract to the SVN Repo Installer (from this <a href="http://blog.wapnet.nl/wp-content/uploads/2010/04/programs.zip">zip</a>) to: E/XBMC/plugins/programs/</p>
<p>Go to programs from the XBMC menu and run the script.</p>
<p>Tip: add the SVN Repo Installer to your favorites and run it from there to save memory.</p>
<p>Source: <a href="http://code.google.com/p/xbmc-xbox-skins/">http://code.google.com/p/xbmc-xbox-skins/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapnet.nl/2010/04/xbox-compatible-svn-repo-intaller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto: Build the cheapest XBMC High Definition media center ever a.k.a. XBOX1 Softmod</title>
		<link>http://blog.wapnet.nl/2010/04/howto-build-the-cheapest-xbmc-high-definition-media-center-ever-a-k-a-xbox1-softmod/</link>
		<comments>http://blog.wapnet.nl/2010/04/howto-build-the-cheapest-xbmc-high-definition-media-center-ever-a-k-a-xbox1-softmod/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 14:31:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[XBOX]]></category>
		<category><![CDATA[XBMC]]></category>

		<guid isPermaLink="false">http://blog.wapnet.nl/?p=369</guid>
		<description><![CDATA[What do you need? This ISO (Custom XBOX HD Maker) Auto installer deluxe (4.5 or higher) (Download: http://aideluxe.com) Computer with an IDE connection CD Burner Screwdriver with a couple of tork plugs Second-hand XBOX1 with remote (http://marktplaats.nl max €40) XBOX1 component cable (http://bol.com €6, free shipping coupon @ http://retailmenot.com) First download and burn the XBOX [...]]]></description>
			<content:encoded><![CDATA[<p>What do you need?</p>
<ol>
<li><a href="http://blog.wapnet.nl/upload/XBOXHDMAKER.rar">This ISO</a> (Custom XBOX HD Maker)</li>
<li>Auto installer deluxe (4.5 or higher) (Download: <a href="http://aideluxe.com/">http://aideluxe.com</a>)</li>
<li>Computer with an IDE connection</li>
<li>CD Burner</li>
<li>Screwdriver with a couple of tork plugs</li>
<li>Second-hand XBOX1 <strong>with remote</strong> (<a href="http://marktplaats.nl/">http://marktplaats.nl</a> max €40)</li>
<li>XBOX1 component cable (<a href="http://bol.com/">http://bol.com</a> €6, free shipping coupon @ <a href="http://retailmenot.com/">http://retailmenot.com</a>)</li>
</ol>
<p>First download and burn the XBOX HD Maker and Auto installer Deluxe to a CD or DVD.</p>
<p>Then disconnect al the  IDE cables except the IDE CD player. Put the XBOX HD Maker CD in the computer. Start the pc and before the BIOS recognize the harddisk press the pause key. Now the boot process is on pause <img src='http://blog.wapnet.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Now remove the rubber feeds under the xbox. Then remove all the six tork screws (2 screws are under a sticker). Remove the disk bay (screw are under the IDE cable) and remove the 4 disk screws.</p>
<p>Pull out the IDE cable from your XBOX DVD player. When you start the XBOX now you see a red light is blinking. This is gooood <img src='http://blog.wapnet.nl/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Now you must connect a video/scart cable (a tv is not necessary but without the cable the xbox cannot start) and power on the XBOX, let the red light blink 3 times and then put the IDE cable from the XBOX hard disk as fast as possible. Now the disk is unlocked so we can flash that XBOX FATX DISK.</p>
<p>Connect the IDE cable from the computer to the disk (primary master is the best, otherwise you can use the secondary master). Then press on the spacebar to continue the boot process and the BIOS must recognize the XBOX disk.</p>
<p>The pc must boot from CD and start the XBOX HD Maker Linux Distribution. Follow the steps on the screen. You must wipe the disk completely and rebuild it and create a new key (option 6 or 7)</p>
<p>Now you can connect the newly build disk to the XBOX and connect the CD player again. Connect the scart to your tv and boot the XBOX from the auto installed deluxe (AID) CD.</p>
<p>Follow the steps on screen, first make a MS Backup, so AID can copy all the necessary files to the XBOX, then choose the softmod option with virtual C drive. Choose XBMC as the default dashboard.</p>
<p>After the installation you can put out the AID CD and boot the XBOX. Now XBMC is started directly.</p>
<p>To make the XBOX 720P compatible (1080 is also possible but the poorly 733Mhz processor  doesn’t like that kind of high resolutions <img src='http://blog.wapnet.nl/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  ) connect the component cable to the XBOX. Then run the “Enigmah Video Mode Switcher”. You can launch this from the XBMC &gt; Programs (if you don’t have programs you can enable this in the option screen). Set the video mode from PAL60 to NSTC. Then reboot the XBOX and start the MS dashboard (easiest way is from file explorer default.xbe on the C:\). Now go to video and enable the 420 and 720 HD resolutions.</p>
<p>That’s it <img src='http://blog.wapnet.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Ps. The embedded AID XBOX media center is a little bit old. You can download a new build from: <a href="http://www.sshcs.com/xbmc/">http://www.sshcs.com/xbmc/</a> or <a href="http://t3ch.yi.se/">http://t3ch.yi.se/</a>.<br />
Ps2. The next time I i&#8217;ll softmod a XBOX1 i will create a youtube video.</p>
<p>﻿</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapnet.nl/2010/04/howto-build-the-cheapest-xbmc-high-definition-media-center-ever-a-k-a-xbox1-softmod/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Boot Linux (live) Distro from USB</title>
		<link>http://blog.wapnet.nl/2010/02/boot-linux-live-distro-from-usb/</link>
		<comments>http://blog.wapnet.nl/2010/02/boot-linux-live-distro-from-usb/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 15:31:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.wapnet.nl/?p=360</guid>
		<description><![CDATA[There are alot of Live Linux dstributions. There is an very easy way to run a live distro from USB. Check: http://unetbootin.sourceforge.net/ Distributions with Built-in Support UNetbootin has built-in support for downloading and installing the following distributions: Ubuntu (and official derivatives) 6.06 LTS 6.10 7.04 7.10 8.04 LTS 8.10 9.04 Daily CD Images Debian Stable/Etch [...]]]></description>
			<content:encoded><![CDATA[<p>There are alot of Live Linux dstributions. There is an very easy way to run a live distro from USB. Check: <a href="http://unetbootin.sourceforge.net/">http://unetbootin.sourceforge.net/</a></p>
<p><a href="http://blog.wapnet.nl/wp-content/uploads/2010/02/screenshot.jpg"><img class="alignnone size-full wp-image-361" title="screenshot" src="http://blog.wapnet.nl/wp-content/uploads/2010/02/screenshot.jpg" alt="" width="542" height="397" /></a></p>
<h2 id="DistributionswithBuilt-inSupport">Distributions with Built-in  Support<a title="Link to this section" href="http://sourceforge.net/apps/trac/unetbootin/wiki/builtin-distributions#DistributionswithBuilt-inSupport"><br />
</a></h2>
<p>UNetbootin has built-in support for downloading and installing the  following distributions:</p>
<ul>
<li><a href="http://www.ubuntu.com/">Ubuntu</a> (and official derivatives)
<ul>
<li>6.06 LTS</li>
<li>6.10</li>
<li>7.04</li>
<li>7.10</li>
<li>8.04 LTS</li>
<li>8.10</li>
<li>9.04</li>
<li>Daily CD Images</li>
</ul>
</li>
<li><a href="http://www.debian.org/">Debian</a>
<ul>
<li>Stable/Etch</li>
<li>Testing/Lenny</li>
<li>Unstable/Sid</li>
</ul>
</li>
<li><a href="http://linuxmint.com/">Linux Mint</a>
<ul>
<li>3.1</li>
<li>4.0</li>
<li>5-<a href="http://sourceforge.net/apps/trac/unetbootin/changeset/1">r1</a></li>
<li>6</li>
</ul>
</li>
<li><a href="http://www.opensuse.org/">openSUSE</a>
<ul>
<li>10.2</li>
<li>10.3</li>
<li>11.0</li>
<li>11.1</li>
<li>Factory</li>
</ul>
</li>
<li><a href="http://www.archlinux.org/">Arch Linux</a>
<ul>
<li>2007.08</li>
</ul>
</li>
<li><a href="http://www.damnsmalllinux.org/">Damn Small  Linux</a>
<ul>
<li>4.4</li>
</ul>
</li>
<li><a href="http://www.slitaz.org/en/">SliTaz</a>
<ul>
<li>Stable</li>
<li>Cooking</li>
</ul>
</li>
<li><a href="http://www.puppylinux.org/">Puppy Linux</a>
<ul>
<li>4.00</li>
</ul>
</li>
<li><a href="http://www.gnewsense.org/">gNewSense</a>
<ul>
<li>deltah-2.1</li>
</ul>
</li>
<li><a href="http://www.freebsd.org/">FreeBSD</a>
<ul>
<li>6.3</li>
<li>7.0</li>
</ul>
</li>
<li><a href="http://www.netbsd.org/">NetBSD</a>
<ul>
<li>4.0</li>
</ul>
</li>
<li><a href="http://fedoraproject.org/">Fedora</a>
<ul>
<li>7</li>
<li>8</li>
<li>9</li>
<li>10</li>
<li>Rawhide</li>
</ul>
</li>
<li><a href="http://www.pclinuxos.com/">PCLinuxOS</a>
<ul>
<li>2007</li>
<li>2008</li>
</ul>
</li>
<li><a href="http://www.sabayonlinux.org/">Sabayon Linux</a>
<ul>
<li>4-LiteMCE</li>
</ul>
</li>
<li><a href="http://www.gentoo.org/">Gentoo</a>
<ul>
<li>2007.0</li>
<li>2008.0</li>
</ul>
</li>
<li><a href="http://www.mepis.org/">MEPIS</a>
<ul>
<li>SimplyMEPIS 8</li>
<li>AntiX 8</li>
</ul>
</li>
<li><a href="http://www.zenwalk.org/">Zenwalk</a>
<ul>
<li>5.2</li>
</ul>
</li>
<li><a href="http://www.slax.org/">Slax</a>
<ul>
<li>6</li>
</ul>
</li>
<li><a href="http://www.dreamlinux.com.br/">Dreamlinux</a>
<ul>
<li>3.2</li>
</ul>
</li>
<li><a href="http://www.elivecd.org/">Elive</a>
<ul>
<li>Development</li>
</ul>
</li>
<li><a href="http://www.centos.org/">CentOS</a>
<ul>
<li>4</li>
<li>5</li>
</ul>
</li>
<li><a href="http://www.mandriva.com/">Mandriva</a>
<ul>
<li>2007.1</li>
<li>2008.0</li>
<li>2008.1</li>
</ul>
</li>
<li><a href="http://www.faunos.com/">FaunOS</a>
<ul>
<li>0.5.4</li>
</ul>
</li>
<li><a href="http://frugalware.org/">Frugalware Linux</a>
<ul>
<li>Stable</li>
<li>Testing</li>
<li>Current</li>
</ul>
</li>
<li><a href="http://www.xpud.org/">xPUD</a>
<ul>
<li>0.8.9</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapnet.nl/2010/02/boot-linux-live-distro-from-usb/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Vista/2008 your user profile was not loaded correctly</title>
		<link>http://blog.wapnet.nl/2010/02/windows-vista2008-your-user-profile-was-not-loaded-correctly/</link>
		<comments>http://blog.wapnet.nl/2010/02/windows-vista2008-your-user-profile-was-not-loaded-correctly/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 10:07:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.wapnet.nl/?p=358</guid>
		<description><![CDATA[After you removed the C:\users\someprofile\ you get the error &#8220;your user profile was not loaded correctly&#8221;. To fix this start regedit go to: HKLM\Software\Microsoft\Windows NT\CurrentVersion\ProfileList search the currupted profile and remove the key.]]></description>
			<content:encoded><![CDATA[<p>After you removed the C:\users\someprofile\ you get the error &#8220;your user profile was not loaded correctly&#8221;. To fix this start regedit go to: HKLM\Software\Microsoft\Windows  NT\CurrentVersion\ProfileList search the currupted profile and remove the key.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapnet.nl/2010/02/windows-vista2008-your-user-profile-was-not-loaded-correctly/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Spamassisn Update</title>
		<link>http://blog.wapnet.nl/2010/02/spamassisn-update/</link>
		<comments>http://blog.wapnet.nl/2010/02/spamassisn-update/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 08:56:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.wapnet.nl/?p=352</guid>
		<description><![CDATA[Update Deamon sa-update -D Restart Service service spamassassin restart Check version perl -MMail::SpamAssassin -e &#8216;print $Mail::SpamAssassin::VERSION;&#8217;]]></description>
			<content:encoded><![CDATA[<p>Update Deamon</p>
<blockquote><p>sa-update -D</p></blockquote>
<p>Restart Service</p>
<blockquote><p>service spamassassin restart</p></blockquote>
<p>Check version</p>
<blockquote><p>perl -MMail::SpamAssassin -e &#8216;print $Mail::SpamAssassin::VERSION;&#8217;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapnet.nl/2010/02/spamassisn-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure Jumbo Frames in esx 4 Vsphere</title>
		<link>http://blog.wapnet.nl/2010/02/configure-jumbo-frames-in-esx-4-vsphere/</link>
		<comments>http://blog.wapnet.nl/2010/02/configure-jumbo-frames-in-esx-4-vsphere/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 08:49:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://blog.wapnet.nl/?p=349</guid>
		<description><![CDATA[Jumbo Frames !!!!!! -&#62; Lets understand what’s Jumbo Frames first and how it benefits us &#8230;  Jumbo frames are Ethernet frames with more than 1,500 bytes of payload (MTU). Conventionally, jumbo frames can carry up to 9,000 bytes of payload. Jumbo Frames allow ESX Server to send larger frames out onto the physical network. The [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Jumbo Frames !!!!!!</strong></p>
<p><strong> </strong></p>
<p>-&gt; Lets understand what’s Jumbo Frames first and how it benefits us &#8230; <strong> </strong></p>
<ul>
<li><strong>Jumbo frames</strong> are Ethernet frames with more than 1,500 bytes of      payload (MTU). Conventionally, jumbo frames can carry up to 9,000 bytes of      payload.</li>
</ul>
<ul>
<li>Jumbo      Frames allow ESX Server to send larger frames out onto the physical      network. The network must support Jumbo Frames end‐to‐end      for Jumbo Frames to be effective.<strong> </strong></li>
</ul>
<ul>
<li>iSCSI with jumbo frames gives better or rather much better      performance .If you are getting sluggish performance then try enabling      jumbo frames <strong> </strong><strong> </strong></li>
</ul>
<p>So let’s activate it, I have used Jumbo frames only with SW initiator not HW one so if some can comment on how it works on HW it would be in for a great benefit.</p>
<p>Most probably you might have your VMkernel setup with 1500 MTU so we need to delete it and start over again. Its recommend to start from 0 but if you wish you can enable the jumbo frames on the fly, it won&#8217;t throw any errors.</p>
<p>In my case vSwitch1 was used as VMkernel for iscsi.</p>
<p><strong>Step  1:</strong><br />
[root@esx sysconfig]# <em>esxcfg-vswitch -d vSwitch1 </em><br />
<strong>Step 2:</strong></p>
<p>Then I went ahead and did a listing</p>
<p>[root@esx sysconfig]#<em> esxcfg-vswitch -l </em><br />
Switch Name    Num Ports   Used Ports  Configured Ports  MTU     Uplinks<br />
vSwitch0       32          3           32                9000    vmnic0</p>
<p>PortGroup Name      VLAN ID  Used Ports  Uplinks<br />
VM Network          0        0           vmnic0<br />
Service Console     0        1           vmnic0</p>
<p>As it can be seen no VMkernel</p>
<p>Then lets start the stuff &#8230;&#8230;&#8230;</p>
<p><strong>Step 3:</strong></p>
<p>Add a vSwitch</p>
<p>[root@esx sysconfig]#  <em>esxcfg-vswitch -a vSwitch1</em></p>
<p><strong> </strong></p>
<p><strong>Step 4:</strong></p>
<p>List it&#8230;.<br />
[root@esx sysconfig]#  <em>esxcfg-vswitch -l </em><br />
Switch Name    Num Ports   Used Ports  Configured Ports  MTU     Uplinks<br />
vSwitch0       32          3           32                9000    vmnic0<br />
PortGroup Name      VLAN ID  Used Ports  Uplinks<br />
VM Network          0        0           vmnic0<br />
Service Console     0        1           vmnic0<br />
Switch Name    Num Ports   Used Ports  Configured Ports  MTU     Uplinks<br />
vSwitch1       64          1           64                1500<br />
PortGroup Name      VLAN ID  Used Ports  Uplinks</p>
<p><strong>Step 5:</strong><br />
Lets set the jumbo frames AKA MTU</p>
<p><em>If you wish you can execute the below command on the fly to your vSwitch without deleting it<br />
</em>[root@esx sysconfig]# <strong><em>esxcfg-vswitch -m 9000 vSwitch1</em></strong><br />
List it to see the diference<br />
[root@esx sysconfig]#  <em>esxcfg-vswitch -l </em><br />
Switch Name    Num Ports   Used Ports  Configured Ports  MTU     Uplinks<br />
vSwitch0       32          3           32                9000    vmnic0<br />
PortGroup Name      VLAN ID  Used Ports  Uplinks<br />
VM Network          0        0           vmnic0<br />
Service Console     0        1           vmnic0<br />
Switch Name    Num Ports   Used Ports  Configured Ports  MTU     Uplinks<br />
vSwitch1       64          1           64                9000<br />
PortGroup Name      VLAN ID  Used Ports  Uplinks<br />
As it can be seen MTU is now 9000 not 1500</p>
<p><strong>Step 6 :</strong><br />
Lets assign a NIC to the newly created vSwitch<br />
[root@esx sysconfig]# <em> esxcfg-vswitch -L vmnic1 vSwitch1</em><br />
The result<br />
[root@esx sysconfig]# <em> esxcfg-vswitch -</em>l<br />
Switch Name    Num Ports   Used Ports  Configured Ports  MTU     Uplinks<br />
vSwitch0       32          3           32                9000    vmnic0<br />
PortGroup Name      VLAN ID  Used Ports  Uplinks<br />
VM Network          0        0           vmnic0<br />
Service Console     0        1           vmnic0<br />
Switch Name    Num Ports   Used Ports  Configured Ports  MTU     Uplinks<br />
vSwitch1       64          2           64                9000    vmnic1<br />
PortGroup Name      VLAN ID  Used Ports  Uplinks<br />
<strong>Step 7:</strong><br />
Lets give it a port group<br />
[root@esx sysconfig]#  <em>esxcfg-vswitch -A VMkernel vSwitch1</em><br />
<strong>Step 8:</strong></p>
<p>Lets see Whether we got desired output<br />
[root@esx sysconfig]#  <em>esxcfg-vswitch -l </em><br />
Switch Name    Num Ports   Used Ports  Configured Ports  MTU     Uplinks<br />
vSwitch0       32          3           32                9000    vmnic0<br />
PortGroup Name      VLAN ID  Used Ports  Uplinks<br />
VM Network          0        0           vmnic0<br />
Service Console     0        1           vmnic0<br />
Switch Name    Num Ports   Used Ports  Configured Ports  MTU     Uplinks<br />
vSwitch1       64          2           64                9000    vmnic1<br />
PortGroup Name      VLAN ID  Used Ports  Uplinks<br />
VMkernel            0        0           vmnic1<br />
<strong>Step 9:</strong></p>
<p>Now lets give it IP<br />
[root@esx sysconfig]#  <em>esxcfg-vmknic -a -i 192.168.0.11 -n 255.255.255.0 -m 9000 VMkernel</em><br />
Hmm the output is &#8230;&#8230;..<br />
[root@esx sysconfig]#  <em>esxcfg-vswitch -l</em><br />
Switch Name    Num Ports   Used Ports  Configured Ports  MTU     Uplinks<br />
vSwitch0       32          3           32                9000    vmnic0<br />
PortGroup Name      VLAN ID  Used Ports  Uplinks<br />
VM Network          0        0           vmnic0<br />
Service Console     0        1           vmnic0<br />
Switch Name    Num Ports   Used Ports  Configured Ports  MTU     Uplinks<br />
vSwitch1       64          3           64                9000    vmnic1<br />
PortGroup Name      VLAN ID  Used Ports  Uplinks<br />
VMkernel            0        1           vmnic1<br />
Property of vmknic<br />
[root@esx sysconfig]#  <em>esxcfg-vmknic -l </em><br />
Interface  Port Group/DVPort   IP Family IP Address                              Netmask         Broadcast       MAC Address       MTU     TSO MSS   Enabled Type<br />
vmk0       VMkernel            IPv4      192.168.0.11                            255.255.255.0   192.168.0.255   00:XX:83:91:23:14 9000    65535     true    STATIC</p>
<p>Source: <a href="http://moizzy.blogspot.com/2010/02/configure-jumbo-frames-in-esx-4-for.html">http://moizzy.blogspot.com/2010/02/configure-jumbo-frames-in-esx-4-for.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapnet.nl/2010/02/configure-jumbo-frames-in-esx-4-vsphere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPA Cracking</title>
		<link>http://blog.wapnet.nl/2010/02/wpa-cracking/</link>
		<comments>http://blog.wapnet.nl/2010/02/wpa-cracking/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 21:27:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://blog.wapnet.nl/?p=344</guid>
		<description><![CDATA[http://g0tmi1k.blogspot.com/2009/07/video-tutorial-how-to-crack-wpawpa2.html]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/yw32xeDKM_Y&amp;hl=nl_NL&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/yw32xeDKM_Y&amp;hl=nl_NL&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://g0tmi1k.blogspot.com/2009/07/video-tutorial-how-to-crack-wpawpa2.html" target="_blank">http://g0tmi1k.blogspot.com/2009/07/video-tutorial-how-to-crack-wpawpa2.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapnet.nl/2010/02/wpa-cracking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
