<?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; wireless</title>
	<atom:link href="http://www.andrewdefilippis.com/tag/wireless/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>Hacked: WiGLE.net Home Page</title>
		<link>http://www.andrewdefilippis.com/2010/04/01/hacked-wigle-net-home-page/</link>
		<comments>http://www.andrewdefilippis.com/2010/04/01/hacked-wigle-net-home-page/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 08:27:01 +0000</pubDate>
		<dc:creator>Andrew DeFilippis</dc:creator>
				<category><![CDATA[Daily Blah]]></category>
		<category><![CDATA[April]]></category>
		<category><![CDATA[Day]]></category>
		<category><![CDATA[Fools]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[wardriving]]></category>
		<category><![CDATA[WiGLE]]></category>
		<category><![CDATA[WiGLE.net]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.andrewdefilippis.com/?p=302</guid>
		<description><![CDATA[Considering it is April 1, 2010, the home page of WiGLE.net has been replaced with this image. April Fools Day has officially started!]]></description>
			<content:encoded><![CDATA[<p><strong>Considering it is April 1, 2010, the home page of WiGLE.net has been replaced with this image.</strong><br />
<center><br />
<a href="http://www.andrewdefilippis.com/uploads/Pictures/WiGLE.net_hacked.png"><img src="http://www.andrewdefilippis.com/uploads/Pictures/WiGLE.net_hacked.png" alt="" width="560" height="287" /></a><br />
</center></p>
<p style="text-align: center;"><strong>April Fools Day has officially started!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewdefilippis.com/2010/04/01/hacked-wigle-net-home-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

