<div dir="ltr"><div>Thanks, Anthony.  Nice idea.  I did find a bug report about this (can&#39;t find the number at the moment) that indicates somebody has been assigned to enable this feature in firewall-cmd.<br></div><div>
<br></div><div>-- Mike</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Dec 24, 2013 at 4:00 PM, Anthony Messina <span dir="ltr">&lt;<a href="mailto:amessina@messinet.com" target="_blank">amessina@messinet.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Saturday, December 21, 2013 01:31:30 AM Michael Hannon wrote:<br>
&gt; Greetings. In a previous version of Fedora I had iptables rules of the<br>
&gt; form:<br>
&gt;<br>
&gt; -A INPUT -p tcp --destination-port 25 -m mac --mac-source \<br>
&gt; AA:BB:CC:DD:EE:FF -j ACCEPT<br>
&gt;<br>
&gt; in order to accept email only from selected local systems.<br>
&gt;<br>
&gt; I&#39;ve just installed Fedora 20, and I&#39;m trying to implement the same kind of<br>
&gt; thing using:<br>
&gt;<br>
&gt; firewall-cmd<br>
&gt;<br>
&gt; but I&#39;ve been unable to figure out how to do this. Any thoughts?<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; -- Mike<br>
<br>
</div></div>I believe the firewalld devs are working on this, but for now, you can<br>
manually enter something like the following in /etc/firewalld/direct.xml.  Of<br>
course, you&#39;ll need to unwrap the lines and choose the right chain for your<br>
system (it might not be IN_internal_allow).  I use something like this for my<br>
HDHomeRun tuners.<br>
<br>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;<br>
&lt;direct&gt;<br>
  &lt;passthrough ipv=&quot;ipv4&quot;&gt;-t filter -A IN_internal_allow -m mac --mac-source \<br>
AA:BB:CC:DD:EE:FF -j ACCEPT&lt;/passthrough&gt;<br>
  &lt;passthrough ipv=&quot;ipv6&quot;&gt;-t filter -A IN_internal_allow -m mac --mac-source \<br>
AA:BB:CC:DD:EE:FF -j ACCEPT&lt;/passthrough&gt;<br>
&lt;/direct&gt;<br>
<br>
Merry Christmas!<br>
<span class="HOEnZb"><font color="#888888">-A<br>
<br>
--<br>
Anthony - <a href="http://messinet.com" target="_blank">http://messinet.com</a> - <a href="http://messinet.com/~amessina/gallery
8F89" target="_blank">http://messinet.com/~amessina/gallery<br>
8F89</a> 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E<br>
</font></span><br>--<br>
users mailing list<br>
<a href="mailto:users@lists.fedoraproject.org">users@lists.fedoraproject.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
Fedora Code of Conduct: <a href="http://fedoraproject.org/code-of-conduct" target="_blank">http://fedoraproject.org/code-of-conduct</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br>
Have a question? Ask away: <a href="http://ask.fedoraproject.org" target="_blank">http://ask.fedoraproject.org</a><br>
<br></blockquote></div><br></div>