<?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>Hackdiary &#187; wireless</title>
	<atom:link href="http://www.hackdiary.com/category/wireless/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackdiary.com</link>
	<description></description>
	<lastBuildDate>Wed, 10 Feb 2010 13:34:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>MAC-address logging/blocking for linux iptables</title>
		<link>http://www.hackdiary.com/2003/01/02/mac-address-loggingblocking-for-linux-iptables/</link>
		<comments>http://www.hackdiary.com/2003/01/02/mac-address-loggingblocking-for-linux-iptables/#comments</comments>
		<pubDate>Thu, 02 Jan 2003 09:55:28 +0000</pubDate>
		<dc:creator>Matt Biddulph</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.hackdiary.com/?p=15</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a <a href="http://www.picdiary.com/~mattb/wireless/macblock.txt">little script</a> I wrote that checks incoming wireless requests for a known MAC address. I&#8217;ve been using it on my Linux gateway/router/wireless-bridge.</p>
<p>If it doesn&#8217;t know you, it transparent-proxies all your outgoing port 80 traffic to the local webserver&#8217;s port 81, where you could put a redirect to a polite message or something.</p>
<p><span id="more-15"></span><br />
In my case I&#8217;d just like to put some sort of guestbook page that logs your MAC and adds it automatically to the firewall rules after you leave a comment. I don&#8217;t mind sharing my bandwidth from time to time, but I&#8217;d love to know if someone benefitted from it.</p>
<p>I was impressed with the power of iptables, once I got my head round it. I found an <a href="http://www.sibbald.com/unixutil/iptables-firewall.html">ascii-art diagram</a> that helped me understand the flow through the various tables and targets.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackdiary.com/2003/01/02/mac-address-loggingblocking-for-linux-iptables/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
