<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://draft.blogger.com/navbar.g?targetBlogID\x3d23884446\x26blogName\x3dJust+Another+Tech+Blog\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dSILVER\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://justanothertechblog.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://justanothertechblog.blogspot.com/\x26vt\x3d-484221019928432923', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Just Another Tech Blog

Anything and everything having to do with technology, computers, science, and most of all... Linux! The documentation of my Linux endeavor.



HOWTO: Setup Ubuntu as a wireless router

Monday, March 12, 2007

GOAL: To have a seamless replacement for my Linksys WRT54G with more wireless range and more control.

Achieved? Yes. This HOWTO on the Ubuntu forums (posted by pedalwrench) is a great read for any that may want to set up an old computer as a wireless router. It is very easy to follow, and provides good instructions on what you need to do to get everything working! I just may have an old computer lying around that I could try this on... hmm.... ;)
Check it out @ the Ubuntu forums.

Running a full computer as a wireless router is probably not for everybody, due to the increased power consumption over a normal router. But, for those looking for a noticeable difference, this is the way to go. Also, having a computer (running Linux) as a router provides infinite possibilities to do some nice hacking and get your network, exactly how you want it.
posted by linnerd40, Monday, March 12, 2007


2 Comments:

That is a great how to. I find the support over at Ubuntu forums to be great. It has helped me solve the majority of my problems when I switched.

I have to wonder though, is it practical to run a computer all the time as a wireless router. A stand alone wireless router would use considerably less power than a computer.

commented by Anonymous Anonymous, 1:33 PM  

Since you have a WRT54G you could always flash it to DD-WRT. It's Linux and it has tons of features.

http://www.dd-wrt.com

commented by Anonymous Anonymous, 10:41 PM  

Add a comment