<?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>Lucid Tips &#187; networking</title>
	<atom:link href="http://www.lucidtips.com/category/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lucidtips.com</link>
	<description>Easily understood tips that make your computing experience easier</description>
	<lastBuildDate>Mon, 15 Jun 2009 14:43:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bluetooth USB Adapter that works on Linux</title>
		<link>http://www.lucidtips.com/2009/05/23/bluetooth-usb-adapter-that-works-on-linux/</link>
		<comments>http://www.lucidtips.com/2009/05/23/bluetooth-usb-adapter-that-works-on-linux/#comments</comments>
		<pubDate>Sat, 23 May 2009 22:53:34 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[bitpim]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[iogear]]></category>
		<category><![CDATA[micro]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=271</guid>
		<description><![CDATA[I run Ubuntu 9.04 Jaunty Jackalope on Compaq NC6000 and one of the features I was missing was Bluetooth. I was hence limited to using USB cable to sync my phone with my laptop using BitPim (see post on Lifehacker). There are many Bluetooth adapters available but I wanted something that was small and discreet [...]]]></description>
			<content:encoded><![CDATA[<p>I run Ubuntu 9.04 Jaunty Jackalope on Compaq NC6000 and one of the features I was missing was Bluetooth. I was hence limited to using USB cable to sync my phone with my laptop using BitPim (<a href="http://lifehacker.com/400440/back-up-and-sync-your-cell-phone-with-bitpim" target="_blank">see post on Lifehacker</a>). There are many Bluetooth adapters available but I wanted something that was small and discreet that I could keep plugged in all the time and not have to worry about it breaking when I carry the laptop around.</p>
<p>Today I got myself <a href="http://www.iogear.com/product/GBU421/" target="_blank">IOGEAR Bluetooth 2.0 USB Micro Adapter</a>. On Ubuntu Jaunty it works without any drivers. All you need to do is plug it in and the Bluetooth Manager indicator shows up. I was able to connect my phone in less than a minute. What I like about this device is that it is truly micro and does not block the other USB port on NC6000.</p>
<p><a href="http://www.lucidtips.com/wordpress/wp-content/uploads/2009/05/bluetooth_ubuntu.png"><img class="size-full wp-image-272 alignnone" title="Bluetooth Manager on Ubuntu while using IOGEAR Bluetooth 2.0 USB Micro Adapter" src="http://www.lucidtips.com/wordpress/wp-content/uploads/2009/05/bluetooth_ubuntu.png" alt="Bluetooth Manager on Ubuntu while using IOGEAR Bluetooth 2.0 USB Micro Adapter" width="319" height="179" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2009/05/23/bluetooth-usb-adapter-that-works-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure Proxy for Amarok on GNOME</title>
		<link>http://www.lucidtips.com/2009/02/07/configure-proxy-for-amarok-on-gnome/</link>
		<comments>http://www.lucidtips.com/2009/02/07/configure-proxy-for-amarok-on-gnome/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 17:54:50 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[amarok]]></category>
		<category><![CDATA[cover art]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[lyrics]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=255</guid>
		<description><![CDATA[Amarok is an excellent music player that uses some core KDE components (like KDElibs) and can be installed independent of KDE on Ubuntu. One issue with this however is that it does not read the system wide proxy settings from GNOME.  The proxy settings under &#8220;Settings -&#62; Configure Amarok -&#62; Configure engine&#8221; only work for [...]]]></description>
			<content:encoded><![CDATA[<p>Amarok is an excellent music player that uses some core KDE components (like KDElibs) and can be installed independent of KDE on Ubuntu. One issue with this however is that it does not read the system wide proxy settings from GNOME.  The proxy settings under &#8220;Settings -&gt; Configure Amarok -&gt; Configure engine&#8221; only work for Streaming and hence if you are behind the firewall you cannot access the lyrics service or fetch cover art from the internet. This is easy to fix.</p>
<p>To set the proxy for Amarok</p>
<p>Edit the <strong>$HOME/.kde/share/config/kioslaverc</strong> file and add the following entries</p>
<pre>[Proxy Settings][$i]
ProxyType=1
httpProxy=http://username:password@proxyserver:port/
httpsProxy=http://username:password@proxyserver:port/
ftpProxy=http://username:password@proxyserver:port/</pre>
<p>Save the file and restart Amarok and you should be able to access the lyrics service and fetch cover art from the internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2009/02/07/configure-proxy-for-amarok-on-gnome/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Send hostname to DHCP server on Ubuntu/XUbuntu</title>
		<link>http://www.lucidtips.com/2008/11/17/send-hostname-to-dhcp-server-on-ubuntuxubuntu/</link>
		<comments>http://www.lucidtips.com/2008/11/17/send-hostname-to-dhcp-server-on-ubuntuxubuntu/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 05:43:18 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[hostname]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=203</guid>
		<description><![CDATA[Default installation of Ubuntu and XUbuntu do not send the hostname to the DHCP server and this prevents other machines on the network from looking up your machine by using the FQDN (Fully Qualified Domain Name). This is easy to fix with a few tweaks to the DHCP configuration file.
Disclaimer: These steps have worked for [...]]]></description>
			<content:encoded><![CDATA[<p>Default installation of Ubuntu and XUbuntu do not send the hostname to the DHCP server and this prevents other machines on the network from looking up your machine by using the FQDN (Fully Qualified Domain Name). This is easy to fix with a few tweaks to the DHCP configuration file.</p>
<p><strong><span style="text-decoration: underline;">Disclaimer</span></strong>: These steps have worked for me and have been tested on Compaq Evo N610c running Ubuntu 8.04 LTS (Hardy Heron) and Compaq Armada M300 running XUbuntu 8.04 LTS (Hardy Heron). YMMV. I am not responsible for loss of data or damage to computers.</p>
<p>1. Open Terminal Window<br />
2. If you already know your hostname skip to step 4<br />
3. To find your hostname run the following command</p>
<pre>hostname</pre>
<p>4. Make a copy of the existing dhclient configuration file</p>
<pre>sudo cp /etc/dhcp3/dhclient.conf /etc/dhcp3/dhclient.original</pre>
<p>5. Edit the dhclient configuration file</p>
<pre>sudo vi /etc/dhcp3/dhclient.conf</pre>
<p>6. Search for the line send host-name (On XUbuntu it is missing completely and you will need to add it in)<br />
7. Uncomment the line and replace &lt;hostname&gt; with the hostname identified in step 3. The line should look similar to (don&#8217;t leave out the semi-colon at the end)</p>
<pre>send host-name "ubuntu-laptop";</pre>
<p>8. Save the file and exit gedit<br />
9. Restart networking</p>
<pre>sudo /etc/init.d/networking restart</pre>
<p>That&#8217;s it &#8230; test if other machines on the network can now look up your machine by using the FQDN. If you notice something wrong you can always restore the original dhclient configuration file.</p>
<p>The above instructions should work for KUbuntu too although I have not validate it myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/11/17/send-hostname-to-dhcp-server-on-ubuntuxubuntu/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>XUbuntu 8.04 on Compaq Armada M300</title>
		<link>http://www.lucidtips.com/2008/10/25/xubuntu-804-on-compaq-armada-m300/</link>
		<comments>http://www.lucidtips.com/2008/10/25/xubuntu-804-on-compaq-armada-m300/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 04:25:29 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[armada]]></category>
		<category><![CDATA[compaq]]></category>
		<category><![CDATA[eepro100]]></category>
		<category><![CDATA[es1968]]></category>
		<category><![CDATA[ess]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[m300]]></category>
		<category><![CDATA[mobility]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=157</guid>
		<description><![CDATA[I recently decided to rebuild my trusted little Compaq Armada M300 laptop and thought might give Ubuntu another try. Since the laptop is only 500 Mhz with 128 MB RAM XUbuntu is a better candidate as compared to Ubuntu. My earlier attempt of installing XUbuntu had not been very successful but this time I managed to [...]]]></description>
			<content:encoded><![CDATA[<p>I recently decided to rebuild my trusted little Compaq Armada M300 laptop and thought might give Ubuntu another try. Since the laptop is only 500 Mhz with 128 MB RAM XUbuntu is a better candidate as compared to Ubuntu. My earlier attempt of installing XUbuntu had not been very successful but this time I managed to get things working</p>
<p>I happen to have the optional Mobile Expansion Unit (MEU) for docking the M300 and hence can use the CD ROM drive. If you do not have the Mobile Expansion Unit and have a purely disk less M300 you can still install XUbuntu on it although it is a bit more complicated. See UbuntuGeek&#8217;s post on <a href="http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html" target="_blank">Installing Ubuntu/Kubuntu/Edubuntu/Xubuntu without CDROM Drive</a>.</p>
<p>M300 does not have enough horsepower so install via Live CD does not work. Use Alternate install CD instead. During the install process the detection of the network adapter fails. Ignore this error and continue with the install. The rest of the install should go smoothly.</p>
<p>When XUbuntu starts 2 things do not work correctly &#8211; the network adapter and the sound card. Both of this can be fixed by loading the appropriate modules.</p>
<p>First step is to identify the type of network adapter and sound card. To do this open the terminal window and run the command lspci</p>
<pre>lucidtipster@lucidtips:~$ lspci
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (AGP disabled) (rev 03)
00:04.0 CardBus bridge: Texas Instruments PCI1211
00:05.0 VGA compatible controller: ATI Technologies Inc 3D Rage LT Pro (rev dc)
00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03)
00:08.0 Multimedia audio controller: ESS Technology ES1978 Maestro 2E (rev 10)
00:09.0 Ethernet controller: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 (rev 09)
00:09.1 Serial controller: Agere Systems LT WinModem</pre>
<p>The listing above tells us that the network adapter is Intel Pro/100+ Mini PCI Ethernet and the sound card is ESS Maestro 2E sound card</p>
<p>To load the module for network adapter. Open the command prompt and run the command</p>
<pre>sudo modprobe eepro100</pre>
<p>At this time if you do not see any error message your network adapter should be working. If you are configured for DHCP you should have aquired an IP address. To check open the terminal window and run the command</p>
<pre>ifconfig</pre>
<p>If you did get an IP successfully you should be able to browse the internet. If you did not get an IP try running the following commands.</p>
<pre>sudo ifdown eth0
sudo ifup eth0</pre>
<p>Now again check if you have acquired an IP. One down and one to go &#8230; To load the module for sound card open the command prompt and run the command</p>
<pre>sudo modprobe snd-es1968</pre>
<p>If you do not see any error message your sound card too should be working as well. Download <a href="http://www.nch.com.au/acm/sample.ogg" target="_self">sample.ogg</a> to test the sound.</p>
<p>To make sure both these modules are loaded automatically upon system boot up modify the /etc/modules file and add the following lines to it.</p>
<pre>eepro100
snd-es1968</pre>
<p>To edit the /etc/modules file using vi the command is</p>
<pre>sudo vi /etc/modules</pre>
<p>The content of my /etc/modules file is listed below</p>
<pre>lucidtipster@lucidtips:~$ cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

loop
lp
fuse
eepro100
snd-es1968</pre>
<p>Lastly my M300 had old BIOS from 1999 and I would get an error message during booting. I managed to fix this by downloading and upgrading to the <a href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;cc=us&amp;prodTypeId=321957&amp;prodSeriesId=96234&amp;prodNameId=96720&amp;swEnvOID=1093&amp;swLang=8&amp;mode=2&amp;taskId=135&amp;swItem=PSG_I14326-36004" target="_blank">latest BIOS</a>. This too turned out to be a little tricky because I had to make a bootable CD with the BIOS upgrade on it.</p>
<p>Update 26-Jan-2009 &#8211; By popular demand I am adding ISO image and BIOS Upgrade Instructions</p>
<ol>
<li><a href="http://www.lucidtips.com/wordpress/wp-content/uploads/2008/10/m300_m700_bios_upgrades.iso" target="_blank">Download ISO </a>for bootable CD with BIOS upgrade</li>
<li>Burn CD from the ISO image</li>
<li>Boot using CD</li>
<li>Change to X Drive</li>
<li>Change to M300 directory</li>
<li>Run ROMPAQ.EXE to launch the BIOS upgrade program</li>
</ol>
<p>Good luck!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/10/25/xubuntu-804-on-compaq-armada-m300/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Wireless using W200 on openSUSE 11.0</title>
		<link>http://www.lucidtips.com/2008/09/06/wireless-using-w200-on-opensuse-110/</link>
		<comments>http://www.lucidtips.com/2008/09/06/wireless-using-w200-on-opensuse-110/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 15:53:43 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[knetwork]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[orinoco]]></category>
		<category><![CDATA[w200]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[wpa_supplicant]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=121</guid>
		<description><![CDATA[In March I had written a post related to Wireless using W200 on openSUSE 10.3 which happens to be one of the most viewed entry on this blog. Since I wrote that post openSUSE 11.0 has been released and hence am posting an updated version of this howto.
Disclaimer:

The instructions below have worked for me and [...]]]></description>
			<content:encoded><![CDATA[<p>In March I had written a post related to <a href="http://www.lucidtips.com/2008/03/01/wireless-using-w200-on-opensuse-103/" target="_blank">Wireless using W200 on openSUSE 10.3</a> which happens to be one of the most viewed entry on this blog. Since I wrote that post openSUSE 11.0 has been released and hence am posting an updated version of this howto.</p>
<p><span style="text-decoration: underline;">Disclaimer</span>:</p>
<ol>
<li>The instructions below have worked for me and tested on Compaq EVO N610c running openSUSE 11.0 (2.6.25.11-0.1-pae). YMMV. I am not responsible for loss of data or damage to your machine.</li>
<li>Using KNetwork Manager with W200 causes system to hang up. Use ifup instead. (On SUSE forums it has been mentioned that my post is wrong and you do not need to disable KNetwork Manager. However I have to admit I have not figured out a way to make W200 work with KNetwork Manager).</li>
<li>I have only tested with WEP. Do not know the status of WPA/WPA2. If you do test with WPA/WPA2 I would appreciate your feedback.</li>
<li>You need to repeat these steps after any kernel updates.</li>
</ol>
<p><strong>Prerequisites</strong></p>
<p>Check your kernel version</p>
<pre>uname -r</pre>
<p>Using YaST Software Management install the following packages</p>
<p>cpp43<br />
curl<br />
gcc<br />
kernel-source<br />
linux-kernel-headers<br />
make<br />
subversion</p>
<p><strong>Configure the kernel</strong></p>
<p>Before we proceed further we need to configure the kernel source</p>
<pre>cd /lib/modules/$(uname -r)/build/
su
(root password)
cp /boot/config-$(uname -r) .config
make oldconfig
make prepare</pre>
<p><strong>Downlading the driver</strong></p>
<p>Download the suitable revision of the orinoco_usb driver from SVN. For me revision 1300 has worked correctly.</p>
<pre>svn co -r 1300 https://orinoco.svn.sourceforge.net/svnroot/orinoco/branches/usb/</pre>
<p><strong>Compile and install the driver</strong></p>
<pre>cd usb
make
sudo make install</pre>
<p><strong>Download the firmware</strong></p>
<p>The firmware directory has a script that makes this task easier</p>
<pre>cd firmware
./get_ezusb_fw</pre>
<p><strong>Copy firmware to appropriate location</strong></p>
<pre>sudo cp orinoco_ezusb_fw /lib/firmware</pre>
<p><strong>Activating the adapter</strong></p>
<p>Almost there &#8230; load driver into the kernel</p>
<pre>sudo /sbin/modprobe -v orinoco_usb</pre>
<p>The tiny green light on the side of W200 should come on. Eureka!!! (if it did not come on, try rebooting)</p>
<p><strong>Disable KNetwork Manager and Configure wireless card<br />
</strong></p>
<ol>
<li>Start YaST and select Network Devices-&gt;Network Settings</li>
<li>You should see &#8220;Compaq WLAN Multiport W200&#8243; listed there with &#8220;Not configured&#8221; in the IP Address column</li>
<li>Before we proceed we need to disable use of KNetwork Manager. Click on &#8220;Global Options&#8221; tab and select &#8220;ifup&#8221; instead of KNetwork Manager</li>
<li>Click on &#8220;Overview&#8221; tab</li>
<li>Select &#8220;Compaq WLAN Multiport W200&#8243; and click the &#8220;Edit&#8221; button</li>
<li>Click on &#8220;General&#8221; tab. Select &#8220;At Boot Time&#8221; under &#8220;Device Activation&#8221;</li>
<li>Click on &#8220;Address Tab&#8221;. Select &#8220;Dynamic Address DHCP&#8221; or Statically Assigned IP Address depending on your network setup.</li>
<li>Click on &#8220;Next&#8221; button</li>
<li>On Wireless Device Settings select &#8220;Managed&#8221; under &#8220;Operating Mode&#8221; and other options to match your network settings (reminder I have only tested with WEP. If you do test with WPA/WPA2 do send me your feedback)</li>
<li>Click &#8220;Next&#8221; button</li>
<li>Click &#8220;Finish&#8221; button</li>
</ol>
<p><strong>Configure Wireless Connection</strong></p>
<p>Now you need to configure the wireless connection and since we have disabled KNetwork Manager all this needs to be done via command line. It is very easy to do and the command that does this is iwconfig.</p>
<pre>iwconfig &lt;interface&gt; essid &lt;ESSID&gt; key &lt;wirelesskey&gt; mode &lt;managed|master|secondary|ad-hoc|monitor|repeater|auto&gt;</pre>
<p>Example (Open Terminal Window and run)</p>
<pre>sudo /usr/sbin/iwconfig eth1 essid "Linksys" key abcd1234 mode managed</pre>
<p>susegeek has a good post on <a href="http://www.susegeek.com/wireless/iwconfig-wireless-interface-configuration-utility-in-linux/" target="_blank">using iwconfig to configure wireless</a>.</p>
<p>You now need to stop start your wireless card for the changes to take effect. Open Terminal Window and run</p>
<pre>sudo /sbin/ifdown eth1
sudo /sbin/ifup eth1</pre>
<p><strong>Testing</strong></p>
<p>Open Terminal Window and run</p>
<pre>/sbin/ifconfig</pre>
<p>to see if you have obtained IP address.</p>
<p>The final step of the journey is to make sure you can surf the internet. To truly test this we should disable the wired network card</p>
<pre>sudo /sbin/ifdown eth0</pre>
<p>Now see if you are able to traceroute</p>
<pre>/usr/sbin/traceroute www.google.com</pre>
<p>If you did not get any errors you should be able to launch Firefox or Konqueror and surf your favorite web sites.</p>
<p><strong>Prevent KNetwork Manager from auto starting</strong></p>
<p>KNetwork Manager hangs while using W200. I have not been able to figure out how to get W200 to work with KNetwork Manager. In SUSE forms it has been mentioned that my instructions are incorrect and KNetwork Manager does work with W200 if you use wpa_supplicant package. I would appreciate if someone could tell me how <img src='http://www.lucidtips.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I can update this post entry which could help other openSUSE users as well.</p>
<p>To prevent KNetwork Manager from auto starting when machine is started open the Terminal Window and run the following command</p>
<pre>sudo mv /opt/kde3/share/autostart/knetworkmanager-autostart.desktop $HOME/</pre>
<p><strong>Modify boot.local file</strong></p>
<p>In my testing I noticed that when the laptop was rebooted the DNS settings would not stick. I got around this by modifying the /etc/init.d/boot.local file</p>
<pre>sudo vi /etc/init.d/boot.local</pre>
<p>and add the line</p>
<pre>/sbin/dhclient eth1</pre>
<p>Save the file and reboot the laptop and ensure you are able to connect to the internet via the wireless card.</p>
<p><strong>Final Thoughts</strong></p>
<p>I am not sure why I had to run iwconfig in addition to wireless card configuration made via YaST. Maybe just running dhclient would have sufficed but the steps above are the sequence I followed and it worked out all right. I would appreciate your feedback. Good luck!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/09/06/wireless-using-w200-on-opensuse-110/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Setting up a Linux based software load balancer</title>
		<link>http://www.lucidtips.com/2008/08/24/setting-up-a-linux-based-software-load-balancer/</link>
		<comments>http://www.lucidtips.com/2008/08/24/setting-up-a-linux-based-software-load-balancer/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 17:32:13 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[freeware]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[balance]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[load balance]]></category>
		<category><![CDATA[pen]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=99</guid>
		<description><![CDATA[As the name suggest Load Balancing is simply spreading the work load between two or more backend servers. Load Balancing can be used for any kind of server &#8211; HTTP, SMTP, POP/IMAP, DB. There are several open source software load balancers available but for the purpose of this post we will look at Pen and [...]]]></description>
			<content:encoded><![CDATA[<p>As the name suggest Load Balancing is simply spreading the work load between two or more backend servers. Load Balancing can be used for any kind of server &#8211; HTTP, SMTP, POP/IMAP, DB. There are several open source software load balancers available but for the purpose of this post we will look at Pen and Balance.</p>
<p><strong><span style="text-decoration: underline;">Disclaimer</span></strong>: These steps have worked for me and have been tested on Compaq Evo N610c running Ubuntu 8.04 LTS (Hardy Heron). YMMV. I am not responsible for loss of data or damage to computers.</p>
<p>The packages for both Pen and Balance are available for Ubuntu (both packages are available for OpenSUSE as well). You do not need both Balance and Pen. Either one of them will work. I have included instructions for both so you can test them yourselves and decide which works best.</p>
<h3>Installing Balance on Ubuntu</h3>
<p>Balance is simple but powerful generic tcp proxy with round robin load balancing and failover mechanisms. It is Open Source Software and released under GPL licensing terms. <a href="http://www.inlab.de/" target="_blank">Inlab Software</a> the developers of Balance also have a commercial version called <a href="http://www.inlab.de/balanceng/index.html" target="_blank">BalanceNG<sup>®</sup></a></p>
<p>To install Balance run the following command (see <a href="http://picasaweb.google.com/lucidtips/SettingUpALinuxBasedSoftwareLoadBalancer/photo#5237406065447956050" target="_blank">screenshot</a>)</p>
<pre>sudo apt-get install balance</pre>
<h3>Using Balance</h3>
<p>It is very easy to use Balance. The syntax is</p>
<pre>balance port host1 host2</pre>
<p>So if you wanted to setup load balancing for two machines that run Apache the command would be</p>
<pre>sudo balance -df 80 192.168.1.105 192.168.1.108</pre>
<p>The -df tells Balance to display debugging and tracing information messages on the screen and to stay in the foreground. Note we need to run using sudo because we are trying to access ports lower than 1024. (see <a href="http://picasaweb.google.com/lucidtips/SettingUpALinuxBasedSoftwareLoadBalancer/photo#5237406070047784386" target="_blank">screenshot</a>)</p>
<p>To use failover mechanism the you need to specify the failover host</p>
<pre>sudo balance -df 80 192.168.1.105 192.168.1.108 ! 192.168.1.110</pre>
<p>See <a href="http://www.inlab.de/balance.pdf" target="_blank">Balance Manual</a> for more information</p>
<h3>Installing Pen on Ubuntu</h3>
<p>To install Pen the command is (see <a href="http://picasaweb.google.com/lucidtips/SettingUpALinuxBasedSoftwareLoadBalancer/photo#5237406065027756178" target="_blank">screenshot</a>)</p>
<pre>sudo apt-get install pen</pre>
<h3>Using Pen</h3>
<p>Pen usage syntax is very similar to Balance</p>
<pre>pen port host1 host2</pre>
<p>To setup load balancing for two machines that run Apache the command would be</p>
<pre>sudo pen -df 80 192.168.1.105 192.168.1.108</pre>
<p>The -df displays debugging and tracing information messages on the screen and stay in the foreground. Note we need to run using sudo because we are trying to access ports lower than 1024. (See <a href="http://picasaweb.google.com/lucidtips/SettingUpALinuxBasedSoftwareLoadBalancer/photo#5237406068653772690" target="_blank">screenshot</a>)</p>
<p>See <a href="http://siag.nu/pen/" target="_blank">Pen web site</a> for more information</p>
<p>Though Load Balancing as listed above is not suitable for Production systems it certainly is helpful if you are developing software and want to test how it would behave behind a load balancer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/08/24/setting-up-a-linux-based-software-load-balancer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Map network drive over SSH</title>
		<link>http://www.lucidtips.com/2008/04/19/map-network-drive-over-ssh/</link>
		<comments>http://www.lucidtips.com/2008/04/19/map-network-drive-over-ssh/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 22:40:39 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[adapter]]></category>
		<category><![CDATA[loopback]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[netbios]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=27</guid>
		<description><![CDATA[In my earlier post I wrote about Securing Windows Remote Desktop with OpenSSH. This week we see how we can extend the setup to map a network drive over SHH. It gives you the ability to securely access your files and work on them when you are on the road. This approach can also be used to access [...]]]></description>
			<content:encoded><![CDATA[<p>In my earlier post I wrote about <a title="Securing Windows Remote Desktop with OpenSSH " href="http://www.lucidtips.com/2008/03/15/securing-windows-remote-desktop-with-openssh/" target="_blank">Securing Windows Remote Desktop with OpenSSH</a>. This week we see how we can extend the setup to map a network drive over SHH. It gives you the ability to securely access your files and work on them when you are on the road. This approach can also be used to access your home data from work and vice-versa.</p>
<p><strong><span style="text-decoration: underline;">Disclaimer</span></strong>: These steps have worked for me and have been tested on Windows XP Professional SP2. YMMV. I am not responsible for loss of data or damage to computers.</p>
<p>Screenshots for this howto are available <a title="Screenshots" href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH" target="_blank">here</a>.</p>
<h4>Prerequisite</h4>
<p>This howto leverages setup from <a title="Securing Windows Remote Desktop with OpenSSH" href="http://www.lucidtips.com/2008/03/15/securing-windows-remote-desktop-with-openssh/" target="_blank">Securing Windows Remote Desktop with OpenSSH</a>. Please ensure you have that setup working correctly.</p>
<h4>Install a &#8220;Loopback Adapter&#8221; (Computer 2)</h4>
<ol>
<li>Verify that you are signed in as the administrator</li>
<li>Click &#8220;Start&#8221;, Click &#8220;Control Panel&#8221; and then click &#8220;Printers and Other Hardware&#8221;</li>
<li>&#8220;Printers and Other Hardware&#8221; window will open (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191028944844029330" target="_blank">see screenshot</a>)</li>
<li>Click &#8220;Add Hardware&#8221; in left navigation pane</li>
<li>&#8220;Add Hardware Wizard&#8221; window will open. Click &#8220;Next&#8221;</li>
<li>Wizard will search for new hardware but not find anything</li>
<li>Wizard will ask &#8220;Have you already connected this hardware to your computer?&#8221; (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191028953433963970" target="_blank">see screenshot</a>)</li>
<li>Select &#8220;Yes, I have already connected the hardware&#8221; and click &#8220;Next&#8221;</li>
<li>On the next screen all the list of existing hardware will be displayed. Scroll to the very bottom and select &#8220;Add a new hardware device&#8221; and click &#8220;Next&#8221; (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029120937688530" target="_blank">see screenshot</a>)</li>
<li>On the next screen wizard will ask &#8220;What do you want the wizard to do?&#8221;</li>
<li>Select &#8220;Install the hardware that I manually select from a list (Advanced)&#8221; and click &#8220;Next&#8221;</li>
<li>On the next screen select &#8220;Network adapters&#8221; and click &#8220;Next&#8221; (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029120937688562" target="_blank">see screenshot</a>)</li>
<li>On the next screen select &#8220;Microsoft&#8221; under Manufacturer and &#8220;Microsoft Loopback Adapter&#8221; under &#8220;Network Adapter&#8221; (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029120937688578" target="_blank">see screenshot</a>)</li>
<li>Click &#8220;Next&#8221;</li>
<li>On the next screen wizard will wait for your confirmation. Click &#8220;Next&#8221;</li>
<li>Wizard will install the loopback adapter and then display a message indicating Windows has finished installing the software for this device. Click &#8220;Finish&#8221;</li>
</ol>
<h4>Rename the loopback adapter (Optional step) (Computer 2)</h4>
<p>Windows by default will name the loopback adapter similar to &#8220;Local Area Connection 2&#8243;. This is not easy to identify so it is better to rename it.</p>
<ol>
<li>Click &#8220;Start&#8221;, click &#8220;Control Panel&#8221;, and then click &#8220;Network and Internet Connections&#8221;</li>
<li>Click on &#8220;Network Connections&#8221;</li>
<li>Right click on &#8220;Local Area Connection 2&#8243; and select Rename</li>
<li>Change the name to &#8220;Loopback Adapter&#8221;</li>
</ol>
<h4>Configure the loopback adapter (Computer 2)</h4>
<ol>
<li>Verify that you are signed in as the administrator.</li>
<li>Click &#8220;Start&#8221;, click &#8220;Control Panel&#8221;, and then click &#8220;Network and Internet Connections&#8221;</li>
<li>Click on &#8220;Network Connections&#8221;</li>
<li>Right click on &#8220;Loopback Adapter&#8221; and select properties</li>
<li>Loopback Adapter Properties window will open.</li>
<li>Uncheck &#8220;Client for Microsoft Networks&#8221; and &#8220;File and Printer Sharing for Microsoft Networks&#8221; (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029224016903762" target="_blank">see screenshot</a>)</li>
<li>Select &#8220;Internet Protocol (TCP/IP)&#8221;</li>
<li>Click &#8220;Properties&#8221; button</li>
<li>&#8220;Internet Protocol (TCP/IP) Properties&#8221; window will open</li>
<li>Select &#8220;Use the following IP address:&#8221;</li>
<li>In the &#8220;IP address:&#8221; field enter 192.168.10.1</li>
<li>In the &#8220;Subnet mask:&#8221; field enter 255.255.255.0</li>
<li>Leave the &#8220;Preferred DNS server&#8221; and &#8220;Alternate DNS server&#8221; fields empty (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191032178954403506" target="_blank">see screenshot</a>)</li>
<li>Click on &#8220;Advanced&#8230;&#8221;</li>
<li>&#8220;Advanced TCP/IP Settings&#8221; window will open</li>
<li>Click on &#8220;WINS&#8221; tab</li>
<li>Select &#8220;Disable NetBIOS over TCP/IP&#8221; (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029309916249714" target="_blank">see screenshot</a>)</li>
<li>Click &#8220;OK&#8221;</li>
<li>You will be returned to &#8220;Internet Protocol (TCP/IP) Properties&#8221; window</li>
<li>Click &#8220;OK&#8221;</li>
<li>You will be returned to &#8220;Loopback Adapter Properties&#8221; window.</li>
<li>Uncheck &#8220;Notify me when this connection has limited or no connectivity&#8221;</li>
<li>Click &#8220;Close&#8221;</li>
</ol>
<p>The next step might not be required &#8211; I had to do this for the Loopback Adapter configuration changes to take effect.</p>
<h4>Disable/Enable the loopback adapter (Optional step) (Computer 2)</h4>
<ol>
<li>Click &#8220;Start&#8221;, click &#8220;Control Panel&#8221;, and then click &#8220;Network and Internet Connections&#8221;</li>
<li>Click on &#8220;Network Connections&#8221;</li>
<li>Right click on &#8220;Loopback Adapter&#8221; and select Disable</li>
<li>Right click on &#8220;Loopback Adapter&#8221; and select Enable</li>
</ol>
<h4>Configure PuTTY (Computer 2)</h4>
<ol>
<li>Open PuTTY</li>
<li>In the Saved Sessions list click on the name you created during Securing Windows Remote Desktop with OpenSSH</li>
<li>Click Load</li>
<li>In the left pane click on + next to connection</li>
<li>Click on + next to SSH</li>
<li>Click on Tunnels</li>
<li>In the Source port field enter 192.168.10.1:139 (Note: In PuTTY the source port field looks small but it will still allow you to enter details)</li>
<li>In the Destination field enter the IP (or hostname) and port of the machine you want to connect to. This is the machine you want to map the drive on. (In our example this would be &#8211; 192.168.1.120:139)</li>
<li>Click Add (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029309916249730" target="_blank">see screenshot</a>)</li>
<li>Click on Session in the left pane</li>
<li>Click Save button (Do not click Load again &#8211; it discard the tunnel changes you made)</li>
</ol>
<h4>Connect using PuTTY (Computer 2)</h4>
<ol>
<li>Open PuTTY (if not already open)</li>
<li>In the Saved Sessions list click on the name you created during Securing Windows Remote Desktop with OpenSSH</li>
<li>Click Load</li>
<li>Click Open</li>
<li>The first time you connect you will see a security alert. Click Yes. (<a href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177940934475730850" target="_blank">see screenshot</a>)</li>
<li>You will be prompted for username/password</li>
<li>You should be successfully connected to Computer 1 via SSH. (<a href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177945804968644546" target="_blank">see screenshot</a>)</li>
</ol>
<h4>Map network drive (Computer 2)</h4>
<ol>
<li>Open Windows Explorer</li>
<li>Click on Tools-&gt;Map Network Drive</li>
<li>Select the Drive</li>
<li>In the &#8220;Folder:&#8221; field enter \\192.168.10.1\sharename (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029309916249746" target="_blank">see screenshot</a>)</li>
<li>Uncheck &#8220;Reconnect on logon&#8221;</li>
<li>Click on &#8220;different user name&#8221;</li>
<li>&#8220;Connect As&#8221; window will open</li>
<li>In the &#8220;User name:&#8221; field enter 192.168.10.1\username (replace username with a valid user on your machine)</li>
<li>In the &#8220;Password:&#8221; field enter the valid password for the user (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029309916249762" target="_blank">see screenshot</a>)</li>
<li>Click &#8220;OK&#8221;</li>
<li>You will be returned to the &#8220;Map Network Drive&#8221; window</li>
<li>Click &#8220;Finish&#8221;</li>
<li>If all went through correctly a new Windows Explorer window will open with the contents of the mapped network drive.</li>
</ol>
<h4>Disconnecting the network drive (Computer 2)</h4>
<ol>
<li>Open Windows Explorer</li>
<li>Click on + next to &#8220;My Computer&#8221;</li>
<li>Right click the drive letter you had mapped</li>
<li>Select &#8220;Disconnect&#8221;</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/04/19/map-network-drive-over-ssh/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Wireless using W200 on openSUSE 10.3</title>
		<link>http://www.lucidtips.com/2008/03/01/wireless-using-w200-on-opensuse-103/</link>
		<comments>http://www.lucidtips.com/2008/03/01/wireless-using-w200-on-opensuse-103/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 08:57:52 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[orinoco]]></category>
		<category><![CDATA[w200]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=14</guid>
		<description><![CDATA[Update 09/06/2008: Please see Wireless using W200 on openSUSE 11.0 for updated version of this howto.
I have an old Compaq Evo N610c laptop that has built in Compaq Wireless LAN MultiPort W200. For OpenSUSE 10.1 and older I was using drivers built by Øystein Olsen. I have been unable to get W200 to work ever [...]]]></description>
			<content:encoded><![CDATA[<p>Update 09/06/2008: Please see <a href="http://www.lucidtips.com/2008/09/06/wireless-using-w200-on-opensuse-110/" target="_blank">Wireless using W200 on openSUSE 11.0</a> for updated version of this howto.</p>
<p>I have an old Compaq Evo N610c laptop that has built in Compaq Wireless LAN MultiPort W200. For OpenSUSE 10.1 and older I was using drivers built by <a href="http://folk.uio.no/oeysteio/orinoco-usb/" target="_blank">Øystein Olsen</a>. I have been unable to get W200 to work ever since I upgraded to openSUSE 10.2 and openSUSE 10.3. Last weekend I finally broke through by leveraging <a href="https://help.ubuntu.com/community/WifiDocs/Device/CompaqW200" target="_blank">Ubuntu W200 instructions</a>.</p>
<p><span style="text-decoration: underline;">Disclaimer</span>:</p>
<ol>
<li>The instructions below have worked for me and tested on openSUSE 10.3 (2.6.22.17-0.1-default). YMMV. I am not responsible for loss of data or damage to your machine.</li>
<li>Using KNetwork Manager with W200 causes system to hang up. Use ifup instead.</li>
<li>Only WEP is supported. WPA/WPA2 do not work.</li>
<li>You need to repeat these steps after any kernel updates.</li>
</ol>
<p><strong>Prerequisites</strong></p>
<p>Check your kernel version</p>
<pre>uname -r</pre>
<p>Using YaST Software Management install the following packages</p>
<p>cpp42<br />
curl<br />
gcc<br />
kernel-source<br />
linux-kernel-headers<br />
subversion</p>
<p><strong>Configure the kernel</strong></p>
<p>Before we proceed further we need to configure the kernel source</p>
<pre>cd /lib/modules/$(uname -r)/build/
su
(root password)
cp /boot/config-$(uname -r) .config
make oldconfig
make prepare</pre>
<p>Updated 04/15/2008 &#8211; See comment from Gerhard below who had to run alternate commands to configure the Kernel on N800c.</p>
<p><strong>Downlading the driver</strong></p>
<p>Download the suitable revision of the orinoco_usb driver from SVN. For me revision 1297 has worked correctly.</p>
<pre>svn co -r 1297 https://orinoco.svn.sourceforge.net/svnroot/orinoco/branches/usb/</pre>
<p><strong>Compile and install the driver</strong></p>
<pre>cd usb
make
sudo make install</pre>
<p><strong>Download the firmware</strong></p>
<p>The firmware directory has a script that makes this task easier</p>
<pre>cd firmware
./get_ezusb_fw</pre>
<p><strong>Copy firmware to appropriate location</strong></p>
<pre>sudo cp orinoco_ezusb_fw /lib/firmware</pre>
<p><strong>Activating the adapter</strong></p>
<p>Almost there &#8230; load driver into the kernel</p>
<pre>sudo modprobe -v orinoco_usb</pre>
<p>The tiny green light on the side of W200 should come on. Eureka!!! (if it did not come on, try rebooting)</p>
<p><strong>Configure wireless</strong></p>
<ol>
<li>Start YaST and select Network Devices-&gt;Network Card</li>
<li>You should see &#8220;Compaq WLAN Multiport W200&#8243; listed there with &#8220;Not configured&#8221; in the IP Address column</li>
<li>Before we proceed we need to disable use of KNetwork Manager. Click on &#8220;Global Options&#8221; tab and select &#8220;ifup&#8221; instead of KNetwork Manager</li>
<li>Click on &#8220;Overview&#8221; tab</li>
<li>Select &#8220;Compaq WLAN Multiport W200&#8243; and click the &#8220;Configure&#8221; button</li>
<li>Click on &#8220;General&#8221; tab. Select &#8220;At Boot Time&#8221; under &#8220;Device Activation&#8221;</li>
<li>Click on &#8220;Address Tab&#8221;. Select &#8220;Dynamic Address DHCP&#8221; or Statically Assigned IP Address depending on your network setup.</li>
<li>Click on &#8220;Next&#8221; button</li>
<li>On Wireless Device Settings select &#8220;Managed&#8221; under &#8220;Operating Mode&#8221; and other options to match your network settings (reminder WPA is not supported)</li>
<li>Click &#8220;Next&#8221; button</li>
<li>Click &#8220;Finish&#8221; button</li>
</ol>
<p><strong>Testing</strong></p>
<p>Open Terminal Window and run</p>
<pre>/sbin/ifconfig</pre>
<p>to see if you have obtained IP address.</p>
<p><strong>Enjoy</strong></p>
<p>Enjoy an ice cold lemonade and surf the internet from your porch <img src='http://www.lucidtips.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/03/01/wireless-using-w200-on-opensuse-103/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>SuperBowl Sunday but no WiFi signal!</title>
		<link>http://www.lucidtips.com/2008/02/02/hello-world/</link>
		<comments>http://www.lucidtips.com/2008/02/02/hello-world/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 17:09:26 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[megaplug]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/wordpress/?p=1</guid>
		<description><![CDATA[Its SuperBowl Sunday tomorrow and you plan to spend your evening glued in front of the TV. You want to have your laptop with so you can view the the SuperBowl ads that you missed on TV but the WiFi signal is not strong enough or keeps breaking. Well I recently purchased and setup a [...]]]></description>
			<content:encoded><![CDATA[<p>Its SuperBowl Sunday tomorrow and you plan to spend your evening glued in front of the TV. You want to have your laptop with so you can view the the SuperBowl ads that you missed on TV but the WiFi signal is not strong enough or keeps breaking. Well I recently purchased and setup a product that can solve your problem.</p>
<p><a target="_blank" href="http://www.actiontec.com/products/home_networking/mega_plug/index.php">MegaPlug™ 85 Mbps Ethernet Adapter</a> from Actiontec is a really cool product. It essentially allows you to use the existing home power lines to transmit data. How cool is that? I ordered the MegaPlug adapter in pair and was amazed at the simplicy of the setup. Just plug one adapter into 2 or 3 pin electrical outlet (connecting to power strip is not recommended) and connect it to your router. Plug another adapter into 2 or 3 pin electrical outlet in another room and connect it to the laptop (you could connect it to another router or switch too) and there you have it … stable reliable network. The CD that is included in the package contains the user manual and configuration utility that allows you to set a 4 to 24 character password which ensures security.</p>
<p>This is a great solution if you want to hook your TiVo or gaming consoles to the router but are worried about running wires.</p>
<p><img src="http://www.lucidtips.com/wordpress/wp-content/uploads/2008/02/actiontec_megaplug_85mb_powerline_homeplug_ethernet_adapter.thumbnail.jpg" alt="MegaPlug™ 85 Mbps Ethernet Adapter" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/02/02/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
