It's been over a year since the last post, but I'm hoping to rectify that and start posting more frequently. To bring the blog back to life I thought I would post a useful piece of information that I picked from the
MakeUseOf site (article
here).
It all came about because my desktop pc has an obscure Belkin wireless card. This card, although reliable, is not supported out of the box by Ubuntu as the source for the drivers has not been released (at least that's how I understand it). Fortunately, with an active internet connect it is possible to install drivers using the "Additional Drivers" application. Unfortunately this meant a wired connection, which involves running a 30metre network cable downstairs to my router. Damn.
Well on the offchance that I might actually be able to resolve this I had a quick google and sure enough I dound the MakeUseOf article above. It seems that Justin was in a very similar bind to me and needed to share his laptops wireless connection:
What I wanted to do was plug my client’s computers into my laptop and have them access the Internet. When I tried to search for how to share your wireless connection in this way, I mainly found a series of cryptic instructions ““ often revolving around the excellent Firestarter firewall ““ none of which worked for me on Ubuntu 9.10.
Luckily, he had also found the solution:
Step 1: Edit Network Connections
On your top panel, beside your clock and your system icons, you’ll see your network indicator. When you’re connected to wireless, it features bars telling you the stength of your network connection. Right-click this, then click “Edit Connections.”
Step 2: Edit The Ethernet Settings
In the window you just opened, make sure you’re looking at the “Wired” tab. Then select the “Auto eth0” connection and click “Edit.”
Alternatively you can create a new connection by clicking “Add” but I found it simplest to just change the default. Just be sure to remember that you changed this setting in case you ever want to use your Ethernet port to access the Internet again, because you will have to change it back to do so.
Step 3: Set To Share
Here’s where stuff starts to look confusing, but don’t panic: it’s not that bad. Click the “IPv4 Settings” tab. Beside the word “Method:” there is a drop-down menu that allows you to pick the manner in which your Ethernet device connects to the network. Select the “Shared to other computers” setting.
Restart your computer. Assuming everything applied correctly, you should now be able to connect any computer to the Internet via your laptop’s Ethernet port.
Initially I was sceptical, as I had already tried that setting. However step 3 includes one piece of important information
Restart your computer. Once restarted everything worked.
I suspect the restart step is not necessary, restarting the networking processes with
sudo /etc/init.d/networking restart would be sufficient but I'm not in a position to try.
All credit should go to Justin Pot at MakeUseOf, for providing the steps. I'm now off to finish the installation and get all the software setup!
No comments:
Post a Comment