<?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>vincentkong.com &#187; Networking</title>
	<atom:link href="http://www.vincentkong.com/tag/networking/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vincentkong.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 25 Dec 2011 01:35:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Networking Browsing with pyNeighborhood in Xubuntu 8.10</title>
		<link>http://www.vincentkong.com/2009/02/networking-browsing-with-pyneighborhood-in-xubuntu-810</link>
		<comments>http://www.vincentkong.com/2009/02/networking-browsing-with-pyneighborhood-in-xubuntu-810#comments</comments>
		<pubDate>Tue, 03 Feb 2009 04:36:56 +0000</pubDate>
		<dc:creator>Vincent Kong</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Xubuntu]]></category>

		<guid isPermaLink="false">http://www.vincentkong.com/?p=630</guid>
		<description><![CDATA[Prior to Xubuntu 8.10 I used SMB for FUSE for networking browsing.  However, after upgrading to 8.10 I found that I would get an error: &#60;b&#62;Transport endpoint is not connected&#60;/b&#62; everytime I try to copy a file to my Windows &#8230; <a href="http://www.vincentkong.com/2009/02/networking-browsing-with-pyneighborhood-in-xubuntu-810">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.vincentkong.com/2008/02/network-browsing-with-xubuntu' rel='bookmark' title='Network Browsing with Xubuntu'>Network Browsing with Xubuntu</a></li>
<li><a href='http://www.vincentkong.com/2009/01/creating-static-ip-in-xubuntu-810' rel='bookmark' title='Creating static IP in Xubuntu 8.10'>Creating static IP in Xubuntu 8.10</a></li>
<li><a href='http://www.vincentkong.com/2008/11/analyze-disk-usage-on-xubuntu' rel='bookmark' title='Analyze Disk Usage on Xubuntu'>Analyze Disk Usage on Xubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Prior to Xubuntu 8.10 I used <a href="http://www.vincentkong.com/2008/02/network-browsing-with-xubuntu">SMB for FUSE for networking browsing</a>.  However, after upgrading to 8.10 I found that I would get an error: &lt;b&gt;Transport endpoint is not connected&lt;/b&gt; everytime I try to copy a file to my Windows desktop using Thunar.  Apparently, this is a known bug with fusesmb, therefore after searching for an alternative solution I found pyNeighborhood.</p>
<h3>Installing pyNeighborhood</h3>
<pre>$ apt-get install pyneighborhood</pre>
<h3>Configuring pyNeighborhood</h3>
<p>Setup the directory which is to be mounted</p>
<pre>$ cd /media
$ mkdir network
$ chmod 777 network</pre>
<p>From the panel bar of Xfce select &#8220;Application&#8221;, &#8220;Network&#8221;, and &#8220;pyNeighborhood&#8221;</p>
<p>Select &#8220;Edit&#8221;, and &#8220;Preferences&#8221;<br />
Under the &#8220;General&#8221; tab, enter the &#8220;Mount folder:&#8221; e.g. <code>/media/network</code></p>
<p><a href="http://www.vincentkong.com/wp-content/uploads/2008/11/pyneighborhood1.png"><img class="alignnone size-medium wp-image-644" title="pyNeighborhood" src="http://www.vincentkong.com/wp-content/uploads/2008/11/pyneighborhood1-300x254.png" alt="" width="300" height="254" /></a></p>
<p>Under the &#8220;File Managers&#8221; tab, remove the entry <code>xterm -e mc</code>, and add <code>/usr/bin/thunar</code> as the file manager</p>
<p><a href="http://www.vincentkong.com/wp-content/uploads/2008/11/pyneighborhood2.png"><img class="alignnone size-medium wp-image-645" title="pyNeighborhood" src="http://www.vincentkong.com/wp-content/uploads/2008/11/pyneighborhood2-300x254.png" alt="" width="300" height="254" /></a></p>
<h3>Adding a Mountpoint</h3>
<p>In the pyNeighborhood under the &#8220;Network&#8221; tab, right click &#8220;Groups&#8221; to scan your network groups</p>
<p><a href="http://www.vincentkong.com/wp-content/uploads/2008/11/pyneighborhood3.png"><img class="alignnone size-medium wp-image-646" title="pyNeighborhood" src="http://www.vincentkong.com/wp-content/uploads/2008/11/pyneighborhood3-300x175.png" alt="" width="300" height="175" /></a></p>
<p>Right click the network group found to scan the machines in the selected network</p>
<p>Right click the machine to add it to the right panel</p>
<p>Expand the machine, and right click on a shared folder to mount it</p>


<p>Related posts:<ol><li><a href='http://www.vincentkong.com/2008/02/network-browsing-with-xubuntu' rel='bookmark' title='Network Browsing with Xubuntu'>Network Browsing with Xubuntu</a></li>
<li><a href='http://www.vincentkong.com/2009/01/creating-static-ip-in-xubuntu-810' rel='bookmark' title='Creating static IP in Xubuntu 8.10'>Creating static IP in Xubuntu 8.10</a></li>
<li><a href='http://www.vincentkong.com/2008/11/analyze-disk-usage-on-xubuntu' rel='bookmark' title='Analyze Disk Usage on Xubuntu'>Analyze Disk Usage on Xubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.vincentkong.com/2009/02/networking-browsing-with-pyneighborhood-in-xubuntu-810/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating static IP in Xubuntu 8.10</title>
		<link>http://www.vincentkong.com/2009/01/creating-static-ip-in-xubuntu-810</link>
		<comments>http://www.vincentkong.com/2009/01/creating-static-ip-in-xubuntu-810#comments</comments>
		<pubDate>Thu, 15 Jan 2009 13:00:38 +0000</pubDate>
		<dc:creator>Vincent Kong</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Xubuntu]]></category>

		<guid isPermaLink="false">http://www.vincentkong.com/?p=619</guid>
		<description><![CDATA[Ubuntu 8.10 ships with Network Manager 0.7, which comes with many features.  Unfortunately, I had a difficult time trying to assign a static IP to my computer as it would get lost after each restart.  I wasn&#8217;t the only one &#8230; <a href="http://www.vincentkong.com/2009/01/creating-static-ip-in-xubuntu-810">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.vincentkong.com/2008/02/network-browsing-with-xubuntu' rel='bookmark' title='Network Browsing with Xubuntu'>Network Browsing with Xubuntu</a></li>
<li><a href='http://www.vincentkong.com/2009/02/networking-browsing-with-pyneighborhood-in-xubuntu-810' rel='bookmark' title='Networking Browsing with pyNeighborhood in Xubuntu 8.10'>Networking Browsing with pyNeighborhood in Xubuntu 8.10</a></li>
<li><a href='http://www.vincentkong.com/2010/09/creating-an-hdr-image' rel='bookmark' title='Creating an HDR Image'>Creating an HDR Image</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 8.10 ships with Network Manager 0.7, which comes with many features.  Unfortunately, I had a difficult time trying to assign a static IP to my computer as it would get lost after each restart.  I wasn&#8217;t the only one with this problem and here&#8217;s how it&#8217;s done:</p>
<p>Right click on the &#8220;Network Manager&#8221; icon and select &#8220;Edit Connections&#8230;&#8221;<br />
Delete any &#8220;Auto&#8221; settings, and click &#8220;Add&#8221;</p>
<div id="attachment_627" class="wp-caption alignnone" style="width: 310px"><a href="http://www.vincentkong.com/wp-content/uploads/2008/11/networkmanager1.png"><img class="size-medium wp-image-627" title="Network Manager" src="http://www.vincentkong.com/wp-content/uploads/2008/11/networkmanager1-300x268.png" alt="Network Manager" width="300" height="268" /></a><p class="wp-caption-text">Network Manager</p></div>
<p>Click on the &#8220;IPv4 Settings&#8221; tab, and enter your network information.<br />
Make sure you <strong>check the &#8220;System setting&#8221;</strong> checkbox.  Click &#8220;OK&#8221; when done</p>
<div id="attachment_628" class="wp-caption alignnone" style="width: 218px"><a href="http://www.vincentkong.com/wp-content/uploads/2008/11/networkmanager2.png"><img class="size-medium wp-image-628" title="Network Manager IPv4 Settings" src="http://www.vincentkong.com/wp-content/uploads/2008/11/networkmanager2-208x300.png" alt="" width="208" height="300" /></a><p class="wp-caption-text">Network Manager IPv4 Settings</p></div>


<p>Related posts:<ol><li><a href='http://www.vincentkong.com/2008/02/network-browsing-with-xubuntu' rel='bookmark' title='Network Browsing with Xubuntu'>Network Browsing with Xubuntu</a></li>
<li><a href='http://www.vincentkong.com/2009/02/networking-browsing-with-pyneighborhood-in-xubuntu-810' rel='bookmark' title='Networking Browsing with pyNeighborhood in Xubuntu 8.10'>Networking Browsing with pyNeighborhood in Xubuntu 8.10</a></li>
<li><a href='http://www.vincentkong.com/2010/09/creating-an-hdr-image' rel='bookmark' title='Creating an HDR Image'>Creating an HDR Image</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.vincentkong.com/2009/01/creating-static-ip-in-xubuntu-810/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DD-WRT v24</title>
		<link>http://www.vincentkong.com/2008/06/dd-wrt-v24</link>
		<comments>http://www.vincentkong.com/2008/06/dd-wrt-v24#comments</comments>
		<pubDate>Fri, 06 Jun 2008 22:31:08 +0000</pubDate>
		<dc:creator>Vincent Kong</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.vincentkong.com/?p=213</guid>
		<description><![CDATA[When I flashed my Linksys WRT54GL router last year in July with the DD-WRT v23 SP2, the version has already been around since September 2006. The default firmware for Linksys has a severe problem where they track old connections for &#8230; <a href="http://www.vincentkong.com/2008/06/dd-wrt-v24">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.vincentkong.com/2007/07/optimizing-my-router-with-dd-wrt' rel='bookmark' title='Optimizing My Router with DD-WRT'>Optimizing My Router with DD-WRT</a></li>
<li><a href='http://www.vincentkong.com/2007/07/flashing-my-linksys-wrt54gl-router' rel='bookmark' title='Flashing My Linksys WRT54GL Router'>Flashing My Linksys WRT54GL Router</a></li>
<li><a href='http://www.vincentkong.com/2007/12/upgrading-dopod-818-pro-to-windows-mobile-6' rel='bookmark' title='Upgrading Dopod 818 Pro to Windows Mobile 6'>Upgrading Dopod 818 Pro to Windows Mobile 6</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When I <a href="http://www.vincentkong.com/2007/07/flashing-my-linksys-wrt54gl-router/">flashed my Linksys WRT54GL router</a> last year in July with the DD-WRT v23 SP2, the version has already been around since September 2006.</p>
<p>The default firmware for Linksys has a severe problem where they track old connections for <strong>FIVE days</strong>, which causes the router to hang when using software that generates a lot of connections.</p>
<p>The DD-WRT v24 was recently released on May 18, 2008 and I was more than happy to flash my router with the new version.</p>
<p>The project comes in <a href="http://www.dd-wrt.com/wiki/index.php/What_is_DD-WRT%3F#File_Versions">6 different version</a>: Micro, Mini, Standard, VOIP, VPN, Mega.  I <a href="http://www.dd-wrt.com/dd-wrtv3/dd-wrt/downloads.html">downloaded</a> and installed the <code>V24_mini_generic.bin</code> as recommended by the <a href="http://www.dd-wrt.com/wiki/index.php/Supported_Devices">Supported Device</a> page.  The flashing took about 2 minutes to complete, and all the settings on the router will reset.  The default username is &#8220;root&#8221; and password is &#8220;admin&#8221; for the DD-WRT control panel.</p>
<p><a href="http://www.vincentkong.com/wp-content/uploads/2008/06/dd-wrt-v24.png"><img class="aligncenter size-medium wp-image-214" title="DD-WRT Control Panel" src="http://www.vincentkong.com/wp-content/uploads/2008/06/dd-wrt-v24-300x207.png" alt="DD-WRT Control Panel" width="300" height="207" /></a></p>


<p>Related posts:<ol><li><a href='http://www.vincentkong.com/2007/07/optimizing-my-router-with-dd-wrt' rel='bookmark' title='Optimizing My Router with DD-WRT'>Optimizing My Router with DD-WRT</a></li>
<li><a href='http://www.vincentkong.com/2007/07/flashing-my-linksys-wrt54gl-router' rel='bookmark' title='Flashing My Linksys WRT54GL Router'>Flashing My Linksys WRT54GL Router</a></li>
<li><a href='http://www.vincentkong.com/2007/12/upgrading-dopod-818-pro-to-windows-mobile-6' rel='bookmark' title='Upgrading Dopod 818 Pro to Windows Mobile 6'>Upgrading Dopod 818 Pro to Windows Mobile 6</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.vincentkong.com/2008/06/dd-wrt-v24/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM Thinkpad Unauthorized Network Card</title>
		<link>http://www.vincentkong.com/2008/06/ibm-thinkpad-unauthorized-network-card</link>
		<comments>http://www.vincentkong.com/2008/06/ibm-thinkpad-unauthorized-network-card#comments</comments>
		<pubDate>Wed, 04 Jun 2008 04:19:44 +0000</pubDate>
		<dc:creator>Vincent Kong</dc:creator>
				<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.vincentkong.com/?p=209</guid>
		<description><![CDATA[A week ago my wireless network card died on my IBM Thinkpad T42. I visited the IBM shopping website to look for the Intel Pro/Wireless 2200BG and found it cost approximately $80 not including taxes and shipping. Knowing the price &#8230; <a href="http://www.vincentkong.com/2008/06/ibm-thinkpad-unauthorized-network-card">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.vincentkong.com/2007/12/blue-screen-of-death-on-ibm-thinkpad' rel='bookmark' title='Blue Screen of Death on IBM Thinkpad'>Blue Screen of Death on IBM Thinkpad</a></li>
<li><a href='http://www.vincentkong.com/2008/02/network-browsing-with-xubuntu' rel='bookmark' title='Network Browsing with Xubuntu'>Network Browsing with Xubuntu</a></li>
<li><a href='http://www.vincentkong.com/2009/02/networking-browsing-with-pyneighborhood-in-xubuntu-810' rel='bookmark' title='Networking Browsing with pyNeighborhood in Xubuntu 8.10'>Networking Browsing with pyNeighborhood in Xubuntu 8.10</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A week ago my wireless network card died on my IBM Thinkpad T42.  I visited the IBM shopping website to look for the Intel Pro/Wireless 2200BG and found it cost approximately $80 not including taxes and shipping.  Knowing the price tag was totally unreasonable, I looked somewhere else, and I ended up getting it at Dell for half the price!</p>
<p>After the network card arrived, I immediately replaced the card and booted up my laptop.  Next thing I know, I see an error message:</p>
<p><code>1802: Unauthorized network card is plugged in<br />
Power off and remove the miniPCI network card.<br />
</code></p>
<p>Apparently IBM insists on only accepting &#8220;IBM brand&#8221; wireless cards through a restriction set in the BIOS. However, there is a fix available for the 1802 error:  a DOS program no-1802.com, which will flip a single bit in the CMOS, allowing use of any Mini-PC wireless card.</p>
<p>I disabled the wireless card through the BIOS, to avoid having to physically remove it.  Then follow the steps to apply the fix:</p>
<ol>
<li>Download <a href="http://www.vincentkong.com/wp-content/uploads/2008/06/no1802.com">no-1802.com</a></li>
<li>Boot the laptop in DOS mode</li>
<li>Run no-1802.com</li>
</ol>
<p>Nothing happened after running the command, I rebooted the laptop and re-enable the wireless card from the BIOS.  The laptop was able to boot without any issues, and I&#8217;m able to use my new wireless card successfully!</p>
<p>For better conveniences, I downloaded  <a href="http://www.vincentkong.com/wp-content/uploads/2008/06/no-1802-cd.zip">bootable CD image</a> which allowed me to boot in DOS.  A <a href="http://www.vincentkong.com/wp-content/uploads/2008/06/no-1802-disk.zip">floppy disk image</a> is also available to download as well.</p>
<p>For more information refer to <a href="http://www.command-tab.com/2006/02/26/thinkpad-1802-error-fix/">ThinkPad 1802 Error Fix</a> or <a href="http://thinkwiki.org/wiki/Problem_with_unauthorized_MiniPCI_network_card">Problem with unauthorized MiniPCI network card</a>.</p>


<p>Related posts:<ol><li><a href='http://www.vincentkong.com/2007/12/blue-screen-of-death-on-ibm-thinkpad' rel='bookmark' title='Blue Screen of Death on IBM Thinkpad'>Blue Screen of Death on IBM Thinkpad</a></li>
<li><a href='http://www.vincentkong.com/2008/02/network-browsing-with-xubuntu' rel='bookmark' title='Network Browsing with Xubuntu'>Network Browsing with Xubuntu</a></li>
<li><a href='http://www.vincentkong.com/2009/02/networking-browsing-with-pyneighborhood-in-xubuntu-810' rel='bookmark' title='Networking Browsing with pyNeighborhood in Xubuntu 8.10'>Networking Browsing with pyNeighborhood in Xubuntu 8.10</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.vincentkong.com/2008/06/ibm-thinkpad-unauthorized-network-card/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network Browsing with Xubuntu</title>
		<link>http://www.vincentkong.com/2008/02/network-browsing-with-xubuntu</link>
		<comments>http://www.vincentkong.com/2008/02/network-browsing-with-xubuntu#comments</comments>
		<pubDate>Sun, 03 Feb 2008 16:32:52 +0000</pubDate>
		<dc:creator>Vincent Kong</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Xubuntu]]></category>

		<guid isPermaLink="false">http://wordpress.vincentkong.com/?p=116</guid>
		<description><![CDATA[Unlike like Ubuntu&#8217;s default file manager Nautilus for the GNOME desktop, the default file manager Thunar from Xubuntu doesn&#8217;t support samba/network browsing. Nautilus Share An easy workaround is to install the Nautilus Share package. When installing the Nautilus Share package &#8230; <a href="http://www.vincentkong.com/2008/02/network-browsing-with-xubuntu">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.vincentkong.com/2009/02/networking-browsing-with-pyneighborhood-in-xubuntu-810' rel='bookmark' title='Networking Browsing with pyNeighborhood in Xubuntu 8.10'>Networking Browsing with pyNeighborhood in Xubuntu 8.10</a></li>
<li><a href='http://www.vincentkong.com/2009/01/creating-static-ip-in-xubuntu-810' rel='bookmark' title='Creating static IP in Xubuntu 8.10'>Creating static IP in Xubuntu 8.10</a></li>
<li><a href='http://www.vincentkong.com/2008/02/remote-desktop-on-xubuntu' rel='bookmark' title='Remote Desktop on Xubuntu'>Remote Desktop on Xubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Unlike like Ubuntu&#8217;s default file manager Nautilus for the GNOME desktop, the default file manager Thunar from Xubuntu doesn&#8217;t support samba/network browsing.</p>
<p><strong>Nautilus Share</strong></p>
<p>An easy workaround is to install the Nautilus Share package. When installing the Nautilus Share package other related Nautilus packages which will also included such as the Nautilus file manager which may be used to replace the Thunar file manager.</p>
<p>To install Nautilus Share:</p>
<p><code>$ sudo apt-get install nautilus-share</code></p>
<p><strong>SMB for FUSE</strong></p>
<p>A more complex workaround is to use SMB for FUSE packages and will allow you to keep using Thunar.</p>
<ol>
<li>The first requirement is to have Samba installed, an easy to tigger the install is by going to the following in the Xfce desktop: Applications -&gt; System -&gt; Shared Folders</li>
<li>Install fusesmb:<br />
<code>$ sudo apt-get install fusesmb</code></li>
<li>Ensure that fuse module will be loaded at boot time<br />
<code>$ sudo nano /etc/modules</code><br />
and look for fuse in the list</li>
<li>Reboot the server to load the fuse module</li>
<li>Allow users to use fuse:
<ul>
<li>Go to Application -&gt; System -&gt; Users and Groups</li>
<li>Click on the &#8220;Properties&#8221; button of the username</li>
<li>Under the &#8220;User Privileges&#8221; tab check the &#8220;Allow use of fuse fileystems like LTSP Thin Client blockdevices&#8221; checkbox</li>
</ul>
</li>
<li>Create a directory with the following settings to mount the network browse to:<br />
<code>$ mkdir /media/network<br />
$ chmod 777 /media/network<br />
$ chgrp fuse /media/network</code></li>
<li>Add your user account to the fuse group<br />
<code>$ nano /etc/group</code><br />
or go to Application -&gt; System -&gt; Users and Groups, and click on the &#8220;Manage Groups&#8221; button</li>
<li>Reboot the server again</li>
<li>Go to to menu Application -&gt; Settings -&gt; Autostarted Applications, and add a new entry with the following command: <code>/usr/bin/fusesmb /media/network</code></li>
<li>Open Thunar and add parent folder of the mount point e.g. network to the shortcut pane of Thunar</li>
<li>Logout and log back to enable to <code>fusesmb</code> autostart to take effect.</li>
</ol>
<p><strong>Troubleshooting</strong></p>
<p>Can&#8217;t see a new shared computer or folder in Thunar.</p>
<ul>
<li>In the terminal type the following to refresh <code>fusesmb</code><br />
<code>$ fusesmb.cache</code></li>
</ul>


<p>Related posts:<ol><li><a href='http://www.vincentkong.com/2009/02/networking-browsing-with-pyneighborhood-in-xubuntu-810' rel='bookmark' title='Networking Browsing with pyNeighborhood in Xubuntu 8.10'>Networking Browsing with pyNeighborhood in Xubuntu 8.10</a></li>
<li><a href='http://www.vincentkong.com/2009/01/creating-static-ip-in-xubuntu-810' rel='bookmark' title='Creating static IP in Xubuntu 8.10'>Creating static IP in Xubuntu 8.10</a></li>
<li><a href='http://www.vincentkong.com/2008/02/remote-desktop-on-xubuntu' rel='bookmark' title='Remote Desktop on Xubuntu'>Remote Desktop on Xubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.vincentkong.com/2008/02/network-browsing-with-xubuntu/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blue Screen of Death on IBM Thinkpad</title>
		<link>http://www.vincentkong.com/2007/12/blue-screen-of-death-on-ibm-thinkpad</link>
		<comments>http://www.vincentkong.com/2007/12/blue-screen-of-death-on-ibm-thinkpad#comments</comments>
		<pubDate>Wed, 05 Dec 2007 03:23:45 +0000</pubDate>
		<dc:creator>Vincent Kong</dc:creator>
				<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://wordpress.vincentkong.com/?p=38</guid>
		<description><![CDATA[I&#8217;m an owners of two IBM Thinkpad; the T40, and the T42, both running on Windows XP. A few days ago both of were experiencing problems with the laptops. With the T42 Thinkpad, I would lose my wireless connection a &#8230; <a href="http://www.vincentkong.com/2007/12/blue-screen-of-death-on-ibm-thinkpad">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.vincentkong.com/2008/06/ibm-thinkpad-unauthorized-network-card' rel='bookmark' title='IBM Thinkpad Unauthorized Network Card'>IBM Thinkpad Unauthorized Network Card</a></li>
<li><a href='http://www.vincentkong.com/2009/07/downgrading-fujitsu-lifebook-u820-to-windows-xp-tablet-pc' rel='bookmark' title='Downgrading Fujitsu LifeBook U820 to Windows XP Tablet PC'>Downgrading Fujitsu LifeBook U820 to Windows XP Tablet PC</a></li>
<li><a href='http://www.vincentkong.com/2007/05/cant-set-the-resolution-higher-than-800-x-600' rel='bookmark' title='Low Resolution on Ubuntu 7.04'>Low Resolution on Ubuntu 7.04</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m an owners of two IBM Thinkpad; the T40, and the T42, both running on Windows XP. A few days ago both of were experiencing problems with the laptops.</p>
<p>With the T42 Thinkpad, I would lose my wireless connection a few moments after I have turned on the laptop. When I try to ping my router I would get a &#8220;Hardware Error&#8221; message, and when viewing the Network Connections under Control Panel, the Wireless Connection indicated that it was disabled. An attempt to re-enable the connection would result in the laptop hanging.</p>
<p>The T40 Thinkpad was even worse, as it was haunted by the Blue Screen of Death.The blue screen would appear randomly and very frequently, making it almost impossible to diagnose what was the cause.</p>
<p>It turned out the root case was the drivers for the Intel PRO/Wireless 2200BG wireless card, which is the card that was installed on both our laptops.Apparently, the existing drivers which came with the IBM Thinkpad was no longer compatible with newer Access Points (I had also recently change my wireless network encryption from WEP to WPA).I downloaded the <a href="http://support.intel.com/support/wireless/wlan/pro2200bg/index.htm">latest drivers</a> from, and after installing it, both laptops were working again.</p>
<p>For more information refer to the <a href="http://support.intel.com/support/wireless/wlan/sb/cs-025283.htm">Intel WiFi Product</a> support page.</p>


<p>Related posts:<ol><li><a href='http://www.vincentkong.com/2008/06/ibm-thinkpad-unauthorized-network-card' rel='bookmark' title='IBM Thinkpad Unauthorized Network Card'>IBM Thinkpad Unauthorized Network Card</a></li>
<li><a href='http://www.vincentkong.com/2009/07/downgrading-fujitsu-lifebook-u820-to-windows-xp-tablet-pc' rel='bookmark' title='Downgrading Fujitsu LifeBook U820 to Windows XP Tablet PC'>Downgrading Fujitsu LifeBook U820 to Windows XP Tablet PC</a></li>
<li><a href='http://www.vincentkong.com/2007/05/cant-set-the-resolution-higher-than-800-x-600' rel='bookmark' title='Low Resolution on Ubuntu 7.04'>Low Resolution on Ubuntu 7.04</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.vincentkong.com/2007/12/blue-screen-of-death-on-ibm-thinkpad/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing My Router with DD-WRT</title>
		<link>http://www.vincentkong.com/2007/07/optimizing-my-router-with-dd-wrt</link>
		<comments>http://www.vincentkong.com/2007/07/optimizing-my-router-with-dd-wrt#comments</comments>
		<pubDate>Mon, 09 Jul 2007 03:54:25 +0000</pubDate>
		<dc:creator>Vincent Kong</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://wordpress.vincentkong.com/?p=61</guid>
		<description><![CDATA[Last week I flashed my Linksys WRT54GL router with a 3rd party firmware DD-WRT v23 SP. The installation resolved my issues with the original Linksys firmware of not being able to surf the internet while downloading with bittorrent. However, I &#8230; <a href="http://www.vincentkong.com/2007/07/optimizing-my-router-with-dd-wrt">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.vincentkong.com/2007/07/flashing-my-linksys-wrt54gl-router' rel='bookmark' title='Flashing My Linksys WRT54GL Router'>Flashing My Linksys WRT54GL Router</a></li>
<li><a href='http://www.vincentkong.com/2008/06/dd-wrt-v24' rel='bookmark' title='DD-WRT v24'>DD-WRT v24</a></li>
<li><a href='http://www.vincentkong.com/2007/05/setting-up-bittorrent' rel='bookmark' title='Setting up BitTorrent'>Setting up BitTorrent</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Last week I <a href="http://www.vincentkong.com/2007/07/flashing-my-linksys-wrt54gl-router/">flashed my Linksys WRT54GL router</a> with a 3rd party firmware DD-WRT v23 SP. The installation resolved my issues with the original Linksys firmware of not being able to surf the internet while downloading with bittorrent. However, I found connectivity was still a bit sluggish and at times it was difficult to access the DD-WRT web administration interface.</p>
<p>I found some performance tips related to <a href="http://www.dd-wrt.com/wiki/index.php/Router_Slowdown">router slowdown</a> from the DD-WRT Wiki website, and implemented one of the solutions recommended on the page:</p>
<ul>
<li>Go to the Web-Admin and log in</li>
<li>Go to &#8216;Administration&#8217;</li>
<li>Go to &#8216;Management&#8217;</li>
<li>Enter the following values at &#8216;IP Filter Settings&#8217;
<ul>
<li><strong>Maximum Ports</strong>: 4096</li>
<li><strong>TCP Timeout (s)</strong>: 3600 to 90 (decrease if you have many TCP connections)</li>
<li><strong>UDP Timeout (s)</strong>: 3600 to 90 (decrease if you have many UDP connections)</li>
</ul>
</li>
</ul>
<p>This weekend, I was assigned to do load testing from my home for a project at work. The load testing involved running with 10 to 20 users, with each user running 2000 iterations. With the number of open connections the load testing will make, I was pretty sure the original Linksys firmware would not be able to handle it, so I was curious on how the DD-WRT firmware would perform.</p>
<p>The results was very promising, after running the load testing for an hour, my network was still running smoothly, and I had no connectivity issues with surfing the internet. I was also, able to download bittorrent and watch streaming video at the same time without experience any latency. I checked the status page of the router and found that the router was experiencing very high load for over a long period of time, as well it had 94% active connections of the available 4096.</p>
<p><a href="http://www.vincentkong.com/wp-content/uploads/2008/05/dd-wrt_status.png"><img class="aligncenter size-medium wp-image-143" title="DD-WRT Status Page" src="http://www.vincentkong.com/wp-content/uploads/2008/05/dd-wrt_status-300x98.png" alt="DD-WRT Status Page" width="300" height="98" /></a></p>


<p>Related posts:<ol><li><a href='http://www.vincentkong.com/2007/07/flashing-my-linksys-wrt54gl-router' rel='bookmark' title='Flashing My Linksys WRT54GL Router'>Flashing My Linksys WRT54GL Router</a></li>
<li><a href='http://www.vincentkong.com/2008/06/dd-wrt-v24' rel='bookmark' title='DD-WRT v24'>DD-WRT v24</a></li>
<li><a href='http://www.vincentkong.com/2007/05/setting-up-bittorrent' rel='bookmark' title='Setting up BitTorrent'>Setting up BitTorrent</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.vincentkong.com/2007/07/optimizing-my-router-with-dd-wrt/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flashing My Linksys WRT54GL Router</title>
		<link>http://www.vincentkong.com/2007/07/flashing-my-linksys-wrt54gl-router</link>
		<comments>http://www.vincentkong.com/2007/07/flashing-my-linksys-wrt54gl-router#comments</comments>
		<pubDate>Mon, 02 Jul 2007 14:43:27 +0000</pubDate>
		<dc:creator>Vincent Kong</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://wordpress.vincentkong.com/?p=63</guid>
		<description><![CDATA[Occasionally, I have been having trouble surfing the internet when I&#8217;m using bittorrent at the same. In the past, all I had to do was reset the router by unplugging the power. Later, I followed some tips of optimizing my &#8230; <a href="http://www.vincentkong.com/2007/07/flashing-my-linksys-wrt54gl-router">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.vincentkong.com/2007/07/optimizing-my-router-with-dd-wrt' rel='bookmark' title='Optimizing My Router with DD-WRT'>Optimizing My Router with DD-WRT</a></li>
<li><a href='http://www.vincentkong.com/2008/06/dd-wrt-v24' rel='bookmark' title='DD-WRT v24'>DD-WRT v24</a></li>
<li><a href='http://www.vincentkong.com/2007/05/ubuntu-704-freezeshangs-on-ibm-netvista' rel='bookmark' title='Ubuntu 7.04 Freezes/Hangs on IBM NetVista'>Ubuntu 7.04 Freezes/Hangs on IBM NetVista</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Occasionally, I have been having trouble surfing the internet when I&#8217;m using bittorrent at the same. In the past, all I had to do was reset the router by unplugging the power. Later, I followed some tips of optimizing my connections and restricted my global connection to under 200. This helped a lot and I haven&#8217;t need to reset my router anymore for a while.</p>
<p>For the past 2 weeks the connectivity issue has come back again and reseting the router no longer helps anymore. The only way I can resolve the issue is to power down the boardband modem until I get a new IP address assign to me when it restarts.</p>
<p>I decided to take some risk and install a 3rd party firmware for my router as they are often tuned for higher loads. The two most popular firmwares I found are:</p>
<ul>
<li><a href="http://www.dd-wrt.com">DD-WRT</a></li>
<li><a href="http://openwrt.org">OpenWrt</a></li>
</ul>
<p>Both are GNU/Linux based firmware for embedded devices. I decided to try out DD-WRT because it had a better web interface, as well, as of version v23 was completely rewritten and the Linux Kernel is based on the OpenWrt Kernel.</p>
<p>I flashed my router with the standard generic version of v23 SP2 which can be <a href="http://www.dd-wrt.com/dd-wrtv2/downloads.php">downloaded</a> from their website. The actually flashing was relatively easy, I just did a firmware upgrade using web administration interface from the original Linksys firmware.</p>
<p>One issue I had, was that I wasn&#8217;t able to access the web administration interface for DD-WRT after the flashing. However, that was resolved when I hard reseted my router, unfortuntately all my preivous settings was gone after this, but it wasn&#8217;t too painful to set everything back up again.</p>


<p>Related posts:<ol><li><a href='http://www.vincentkong.com/2007/07/optimizing-my-router-with-dd-wrt' rel='bookmark' title='Optimizing My Router with DD-WRT'>Optimizing My Router with DD-WRT</a></li>
<li><a href='http://www.vincentkong.com/2008/06/dd-wrt-v24' rel='bookmark' title='DD-WRT v24'>DD-WRT v24</a></li>
<li><a href='http://www.vincentkong.com/2007/05/ubuntu-704-freezeshangs-on-ibm-netvista' rel='bookmark' title='Ubuntu 7.04 Freezes/Hangs on IBM NetVista'>Ubuntu 7.04 Freezes/Hangs on IBM NetVista</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.vincentkong.com/2007/07/flashing-my-linksys-wrt54gl-router/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Building a Server at Home</title>
		<link>http://www.vincentkong.com/2007/05/building-a-server-at-home</link>
		<comments>http://www.vincentkong.com/2007/05/building-a-server-at-home#comments</comments>
		<pubDate>Tue, 08 May 2007 15:15:22 +0000</pubDate>
		<dc:creator>Vincent Kong</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://wordpress.vincentkong.com/?p=75</guid>
		<description><![CDATA[This is a high level overview of what I did to build my server at home. Hardware for the Server For my server I recycled an older desktop, which works well since most unix operating systems uses less resources than &#8230; <a href="http://www.vincentkong.com/2007/05/building-a-server-at-home">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.vincentkong.com/2007/05/setting-up-ddclient-on-ubuntu' rel='bookmark' title='Setting up ddclient on Ubuntu'>Setting up ddclient on Ubuntu</a></li>
<li><a href='http://www.vincentkong.com/2009/05/http-tunnel-through-isa-server' rel='bookmark' title='HTTP Tunnel Through ISA Server'>HTTP Tunnel Through ISA Server</a></li>
<li><a href='http://www.vincentkong.com/2009/06/installing-boutdutunnel-server-on-mono-xsp' rel='bookmark' title='Installing BoutDuTunnel Server on Mono XSP'>Installing BoutDuTunnel Server on Mono XSP</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This is a high level overview of what I did to build my server at home.</p>
<p><strong>Hardware for the Server</strong></p>
<p>For my server I recycled an older desktop, which works well since most unix operating systems uses less resources than Microsoft Windows.</p>
<p><em>Hardware Specifications for My Server:</em></p>
<table border="1" cellspacing="2">
<tbody>
<tr>
<td><strong>Model:<br />
</strong></td>
<td>IBM NetVista 8307-51U</td>
</tr>
<tr>
<td><strong>Processor:</strong></td>
<td>Intel Pentium 4 1.8 GHz 512K L2 cache</td>
</tr>
<tr>
<td><strong>Memory:</strong></td>
<td>512 MB</td>
</tr>
<tr>
<td><strong>Hard Disk:</strong></td>
<td>40GB HD 7200 rpm</td>
</tr>
<tr>
<td><strong>CD-ROM:</strong></td>
<td>48X CD-ROM</td>
</tr>
<tr>
<td><strong>Ethernet:</strong></td>
<td>10/100</td>
</tr>
<tr>
<td valign="top"><strong>Video:</strong></td>
<td valign="top">Integrated Intel 845G</td>
</tr>
</tbody>
</table>
<p><strong>Building the Server</strong></p>
<p>I decided to build a LAMP (Linux, Apache, MySQL, PHP) platform for my server. For the Linux operating system, I chose <a href="http://www.ubuntu.com/">Ubuntu</a> because it was very easy to install, provided a lot of documentation online, as well as it had great community support.</p>
<p><strong>Setting up the Network/Router</strong></p>
<p>For the server I manually gave it a static local IP address 192.168.1.100. In my router I enabled port forwarding for ports 80 (for HTTP) and ports 22 (for SSH) to forward to 192.168.1.100.</p>
<p><strong>Registering a Domain Name</strong></p>
<p>To register for a domain name I use <a href="http://www.godaddy.com/">GoDaddy</a> because they are currently the cheapest provider that I can find, and domain managing was through their web based interface which makes things really easy.</p>
<p><strong>Setting up Dynamic DNS</strong></p>
<p>My ISP provider provides me with a dynamic IP address, therefore I had to search for a DNS service that provided dynamic DNS support. I registered at <a href="http://www.zoneedit.com/">ZoneEdit</a> because it provides the service free for up to 5 domains. After successfully registering, ZoneEdit provided me with two name servers which I had to update my domain name to use through GoDaddy.</p>
<p><strong>Setting up Dynamic DNS client</strong></p>
<p>I use <a href="http://ddclient.sourceforge.net/">ddclient</a> to update my dynamic DNS entries for ZoneEdit. The client is ran as a service which get executed every 5 minutes. When it awakes, it connects to my router and extracts the WAN IP address. If the address has changed then it&#8217;ll update my entry in ZoneEdit.</p>
<p>After I finish configuring everything I&#8217;m able to connect to my server using the domain name I registered at GoDaddy vincentkong.com. I can now then setup the rest of the services that I want to be available on my server. e.g. Apache, FTP, SSH, SMTP, etc.</p>


<p>Related posts:<ol><li><a href='http://www.vincentkong.com/2007/05/setting-up-ddclient-on-ubuntu' rel='bookmark' title='Setting up ddclient on Ubuntu'>Setting up ddclient on Ubuntu</a></li>
<li><a href='http://www.vincentkong.com/2009/05/http-tunnel-through-isa-server' rel='bookmark' title='HTTP Tunnel Through ISA Server'>HTTP Tunnel Through ISA Server</a></li>
<li><a href='http://www.vincentkong.com/2009/06/installing-boutdutunnel-server-on-mono-xsp' rel='bookmark' title='Installing BoutDuTunnel Server on Mono XSP'>Installing BoutDuTunnel Server on Mono XSP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.vincentkong.com/2007/05/building-a-server-at-home/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

