<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Gleb Kurtsou</title>
	<atom:link href="http://blogs.freebsdish.org/gleb/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.freebsdish.org/gleb</link>
	<description>Just another FreeBSD Committers Blogs weblog</description>
	<pubDate>Fri, 21 Nov 2008 10:55:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Layer2 filtering in pf by gleb</title>
		<link>http://blogs.freebsdish.org/gleb/2008/07/30/layer2-filtering-in-pf/#comment-69</link>
		<dc:creator>gleb</dc:creator>
		<pubDate>Sun, 26 Oct 2008 13:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.freebsdish.org/gleb/2008/07/30/layer2-filtering-in-pf/#comment-69</guid>
		<description>multicast address is supported. I didn't add masks for ethernet addresses intentionally mainly because there is no real use of it and no other os supports it. Once again you can specify 'mulicast' ethernet address which is equivalent to 01:00:00:00:00:00/FF:FF:FF:FF:FF:FF

ARP filtering is supported by ipfw. I've added this feature just before Summer of Code deadline, and didn't blog about it. It's not supported by pf because pf can't perform layer2 filtering. Filtering ARP at layer3 is possible but not so trivial.

I can work on addaing ARP filtering to pf after code will be commited into the tree.</description>
		<content:encoded><![CDATA[<p>multicast address is supported. I didn&#8217;t add masks for ethernet addresses intentionally mainly because there is no real use of it and no other os supports it. Once again you can specify &#8216;mulicast&#8217; ethernet address which is equivalent to 01:00:00:00:00:00/FF:FF:FF:FF:FF:FF</p>
<p>ARP filtering is supported by ipfw. I&#8217;ve added this feature just before Summer of Code deadline, and didn&#8217;t blog about it. It&#8217;s not supported by pf because pf can&#8217;t perform layer2 filtering. Filtering ARP at layer3 is possible but not so trivial.</p>
<p>I can work on addaing ARP filtering to pf after code will be commited into the tree.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Layer2 filtering in pf by nets</title>
		<link>http://blogs.freebsdish.org/gleb/2008/07/30/layer2-filtering-in-pf/#comment-68</link>
		<dc:creator>nets</dc:creator>
		<pubDate>Sun, 26 Oct 2008 04:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.freebsdish.org/gleb/2008/07/30/layer2-filtering-in-pf/#comment-68</guid>
		<description>Suggestions:

Why not add a bit mask to ethernet addresses so that one may match, say, multicast addresses. Example: 
pass in on bridge0 from 10.0.0.1 ether 00:11:11:11:11:11/FF:FF:FF:FF:FF:FF
or
pass in on bridge0 from 10.0.0.1 ether 01:00:00:00:00:00/FF:FF:FF:FF:FF:FF
(to any multicast address and broadcast too!)

How about adding ability to match ARP query/respons fields too?
It would be neat to be able to filter out any ARP requests/responses for invalid/wrongly configured networks like.
pass in on bridge0 proto arp arp-opcode 0x0001 arp-src-ip 10.0.0.0/8 arp-dst-ip 10.0.0.0/8
drop proto arp


Otherwise, cool stuff!</description>
		<content:encoded><![CDATA[<p>Suggestions:</p>
<p>Why not add a bit mask to ethernet addresses so that one may match, say, multicast addresses. Example:<br />
pass in on bridge0 from 10.0.0.1 ether 00:11:11:11:11:11/FF:FF:FF:FF:FF:FF<br />
or<br />
pass in on bridge0 from 10.0.0.1 ether 01:00:00:00:00:00/FF:FF:FF:FF:FF:FF<br />
(to any multicast address and broadcast too!)</p>
<p>How about adding ability to match ARP query/respons fields too?<br />
It would be neat to be able to filter out any ARP requests/responses for invalid/wrongly configured networks like.<br />
pass in on bridge0 proto arp arp-opcode 0&#215;0001 arp-src-ip 10.0.0.0/8 arp-dst-ip 10.0.0.0/8<br />
drop proto arp</p>
<p>Otherwise, cool stuff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on post #1 (just a test) by kahanaja</title>
		<link>http://blogs.freebsdish.org/gleb/2008/06/22/post-1-just-a-test/#comment-3</link>
		<dc:creator>kahanaja</dc:creator>
		<pubDate>Wed, 02 Jul 2008 21:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.freebsdish.org/gleb/2008/06/22/post-1-just-a-test/#comment-3</guid>
		<description>Hi ;)</description>
		<content:encoded><![CDATA[<p>Hi <img src='http://blogs.freebsdish.org/gleb/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
