<?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>Andrew DeFilippis &#187; router</title>
	<atom:link href="http://www.andrewdefilippis.com/tag/router/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andrewdefilippis.com</link>
	<description>Security oriented leader with an Information Technology and Customer Service background</description>
	<lastBuildDate>Sat, 28 Jan 2012 07:19:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Jasager (Fonera) Router &#8211; Changing the Wireless MAC Address and More</title>
		<link>http://www.andrewdefilippis.com/2010/11/22/jasager-fonera-router-changing-the-wireless-mac-address-and-more/</link>
		<comments>http://www.andrewdefilippis.com/2010/11/22/jasager-fonera-router-changing-the-wireless-mac-address-and-more/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 00:16:23 +0000</pubDate>
		<dc:creator>Andrew DeFilippis</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Address]]></category>
		<category><![CDATA[ath0]]></category>
		<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[Fonera]]></category>
		<category><![CDATA[htop]]></category>
		<category><![CDATA[Jasager]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[macchanger]]></category>
		<category><![CDATA[nano]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[ntp]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[wifi0]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.andrewdefilippis.com/?p=351</guid>
		<description><![CDATA[1.  Reboot your router (disconnect and reconnect power) 2.  Connect an ethernet cable from your computer to the Fonera 3.  Open a Secure Shell into your router (ssh 192.168.1.1 &#8220;The IP of the Fonera&#8221;) 4.  Make sure you can ping out to the internet from your Fonera router (ping google.com) Useful Tools on the Jasager [...]]]></description>
			<content:encoded><![CDATA[<p>1.  Reboot your router (disconnect and reconnect power)<br />
2.  Connect an ethernet cable from your computer to the Fonera<br />
3.  Open a Secure Shell into your router (ssh 192.168.1.1 &#8220;The IP of the Fonera&#8221;)<br />
4.  Make sure you can ping out to the internet <em>from your Fonera router</em> (ping google.com)</p>
<p><strong>Useful Tools on the Jasager (Fonera) Router:</strong></p>
<blockquote><p>root@Jasager:~# <em>cd /tmp</em></p>
<p><span style="color: #ff0000;">#This is htop, an advanced version of top</span><br />
root@Jasager:/tmp# <em>wget http://ipkg.k1k2.de/packages/htop_0.6.5-1_mips.ipk</em><br />
root@Jasager:/tmp# <em>ipkg install htop_0.6.5-1_mips.ipk</em><br />
root@Jasager:/tmp# <em>rm *.ipk</em></p>
<p><span style="color: #ff0000;">#This is nano, an easy to use text editor</span><br />
root@Jasager:/tmp# <em>wget http://ipkg.k1k2.de/packages/nano_2.0.6-1_mips.ipk</em><br />
root@Jasager:/tmp# <em>ipkg install nano_2.0.6-1_mips.ipk</em><br />
root@Jasager:/tmp# <em>rm *.ipk</em></p>
<p><del datetime="2010-11-23T03:44:45+00:00"><span style="color: #ff0000;">#This is openntpd, an ntp client for the Fonera router (current date and time)</span><br />
root@Jasager:/tmp# <em>wget http://ipkg.k1k2.de/packages/openntpd_3.9p1-1_mips.ipk</em><br />
root@Jasager:/tmp# <em>ipkg install openntpd_3.9p1-1_mips.ipk</em><br />
root@Jasager:/tmp# <em>rm *.ipk</em></del></p></blockquote>
<p><del datetime="2010-11-23T03:44:45+00:00">After installing openntpd, you need to configure it to contact the servers closest to you.<br />
I am located in the United States, so I used the servers from us.pool.ntp.org.</del></p>
<blockquote><p><del datetime="2010-11-23T03:44:45+00:00">NTP server reference &#8211; http://www.pool.ntp.org/en/<br />
root@Jasager:/tmp# <em>cd /etc</em><br />
root@Jasager:/etc# <em>cat &gt; ntpd.conf &lt;&lt; &#8220;EOF&#8221;<br />
server 0.us.pool.ntp.org<br />
server 1.us.pool.ntp.org<br />
server 2.us.pool.ntp.org<br />
server 3.us.pool.ntp.org<br />
EOF</em></del></p></blockquote>
<p><del datetime="2010-11-23T03:44:45+00:00">1.  Open up the webif management page (http://192.168.1.1/index.html or http://192.168.1.1/webif.html)<br />
2.  Click on the &#8220;System&#8221; tab<br />
3.  Select the timezone that you are in<br />
4.  Click &#8220;Save Changes&#8221; in the bottom right corner<br />
5.  Click &#8220;Apply Changes&#8221; in the bottom right corner</del><br />
<strong>At the moment, I do not recommend installing openntpd because it seems to continually spawn a new set of processes every 5 minutes or so, eventually slowing down the router.  I am currently looking for a solution.</strong></p>
<p><strong>Changing the MAC addresses:</strong></p>
<p>First we are going to install &#8220;macchanger&#8221; to our Jasager (Fonera) router.</p>
<blockquote><p>root@Jasager:/etc# <em>cd /tmp</em></p>
<p><span style="color: #ff0000;">#This is macchanger, a tool that will allow you to easily change your MAC addresses</span><br />
root@Jasager:/tmp# <em>wget http://ipkg.k1k2.de/packages/macchanger_1.5.0-1_mips.ipk</em><br />
root@Jasager:/tmp# <em>ipkg install macchanger_1.5.0-1_mips.ipk</em><br />
root@Jasager:/tmp# <em>rm *.ipk</em></p></blockquote>
<p>After installing macchanger, we need to modify the file <em>network</em> located at <em>/etc/init.d/network</em><br />
If you installed nano, run <em>nano network</em> otherwise run <em>vi network</em></p>
<blockquote><p>root@Jasager:/tmp# <em>cd /etc/init.d</em><br />
root@Jasager:/etc/init.d# <em>cp network network.bak</em> #Make a backup of the original file<br />
root@Jasager:/etc/init.d# <em>chmod 444 network.bak</em> #Make the backup file read-only</p>
<p><strong>You will need to insert two lines into the file to change the MAC address<br />
Replace &#8220;00:11:22:33:44:55&#8243; with a MAC of your choice (<span style="color: #ff0000;">make sure they are the SAME</span>)</strong></p>
<p>root@Jasager:/etc/init.d# <em>nano network</em></p>
<p>#!/bin/sh /etc/rc.common<br />
# Copyright (C) 2006 OpenWrt.org</p>
<p>START=40<br />
STOP=40</p>
<p>boot() {<br />
setup_switch() { return 0; }</p>
<p>include/lib/network<br />
setup_switch<br />
[ -s /etc/config/wireless ] || /<br />
/sbin/wifi detect &gt; /etc/config/wireless<br />
<strong><em> <span style="color: #ff0000;">macchanger ath0 -m 00:11:22:33:44:55<br />
macchanger wifi0 -m 00:11:22:33:44:55</span></em></strong><br />
/sbin/wifi up<br />
}</p></blockquote>
<p>1.  Save the file, overwriting the existing file named &#8220;network&#8221; and reboot the router.<br />
2.  When the router is finished booting up, run <em>ifconfig</em> to confirm that ath0 and wifi0 contain the MAC address you specified.<br />
3.  Run a wireless network scanner to confirm that the router is broadcasting the new MAC address (airmon-ng and airodump-ng)</p>
<p><strong>I didn&#8217;t attempt it, but you could possibly use</strong></p>
<p><strong>(ifconfig ath0 hw ether 00:11:22:33:44:55) and</strong></p>
<p><strong>(ifconfig wifi0 hw ether 00:11:22:33:44:55)</strong></p>
<p><strong>instead of<br />
</strong></p>
<p><strong>(macchanger ath0 -m 00:11:22:33:44:55) and</strong></p>
<p><strong>(macchanger wifi0 -m 00:11:22:33:44:55)</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewdefilippis.com/2010/11/22/jasager-fonera-router-changing-the-wireless-mac-address-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not Too Much Going On</title>
		<link>http://www.andrewdefilippis.com/2009/04/02/not-too-much-going-on/</link>
		<comments>http://www.andrewdefilippis.com/2009/04/02/not-too-much-going-on/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 05:30:18 +0000</pubDate>
		<dc:creator>Andrew DeFilippis</dc:creator>
				<category><![CDATA[Daily Blah]]></category>
		<category><![CDATA[DD-WRT]]></category>
		<category><![CDATA[Disney World]]></category>
		<category><![CDATA[fan]]></category>
		<category><![CDATA[Florida]]></category>
		<category><![CDATA[free time]]></category>
		<category><![CDATA[Linksys]]></category>
		<category><![CDATA[modification]]></category>
		<category><![CDATA[Netgear]]></category>
		<category><![CDATA[North Carolina]]></category>
		<category><![CDATA[rain]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[Vacation]]></category>
		<category><![CDATA[WRT54G-TM]]></category>

		<guid isPermaLink="false">http://www.andrewdefilippis.com/?p=187</guid>
		<description><![CDATA[It&#8217;s been a while since I updated my blog.  I haven&#8217;t been able to take photographs outside because of the rain and it is starting to get annoying. Lately, I have been busy with work and spending time with my girlfriend.  Within the past week, I have been working on my computer and replaced my [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I updated my blog.  I haven&#8217;t been able to take photographs outside because of the rain and it is starting to get annoying.</p>
<p>Lately, I have been busy with work and spending time with my girlfriend.  Within the past week, I have been working on my computer and replaced my old Netgear router with a Linksys WRT54G-TM Router.  The reason for the switch was so that I could replace the firmware inside of the box with the newest version of DD-WRT.  The new software is a breeze to setup and has a much better range of features for the router.  The second modification I made to the box was to install a heatsink on the main chip and a fan on the top of the case to push more air into the box to cool down the components.  This was a fun modification and has kept me from being bored with my free time.  The WRT54G-TM model is better than some of the other routers because it has the available space to install the Mega version of DD-WRT.  This model also runs a bit faster and won&#8217;t bog down as easy with heavy load.</p>
<p>I have a vacation coming up soon and I am saving up some money for the trip.  Disney World HERE I COME!  But really, I have only been to Disneyland and that was when I was 12 years old.  My girlfriend and I booked a trip to fly to North Carolina to visit some of my family and from there we are all going to drive down to Florida to stay for a week.  I will be taking my camera with me and I hope to come back with an awesome collection of photographs to post here and upload to flickr.  The entire 10 day trip will be awesome, considering it has been a very long time since I have been out to N.C.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewdefilippis.com/2009/04/02/not-too-much-going-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

