<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to Block MAC address in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-block-mac-address/m-p/4070983#M30044</link>
    <description>Dear &lt;BR /&gt;&lt;BR /&gt;I am using RedHat 4 and squid for proxy. I need to block MAC address as we block IP address. Please inform me how to block mac in squid server.&lt;BR /&gt;&lt;BR /&gt;Thanks with regards&lt;BR /&gt;shahid</description>
    <pubDate>Fri, 14 Sep 2007 23:59:10 GMT</pubDate>
    <dc:creator>Mohammed Shahidul Islam</dc:creator>
    <dc:date>2007-09-14T23:59:10Z</dc:date>
    <item>
      <title>How to Block MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-block-mac-address/m-p/4070983#M30044</link>
      <description>Dear &lt;BR /&gt;&lt;BR /&gt;I am using RedHat 4 and squid for proxy. I need to block MAC address as we block IP address. Please inform me how to block mac in squid server.&lt;BR /&gt;&lt;BR /&gt;Thanks with regards&lt;BR /&gt;shahid</description>
      <pubDate>Fri, 14 Sep 2007 23:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-block-mac-address/m-p/4070983#M30044</guid>
      <dc:creator>Mohammed Shahidul Islam</dc:creator>
      <dc:date>2007-09-14T23:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to Block MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-block-mac-address/m-p/4070984#M30045</link>
      <description>Squid must be compiled with mac address support (--enable-arp-acl). Check with squid -v.&lt;BR /&gt; &lt;BR /&gt;If it's enabled, then you need to configure an acl like this:&lt;BR /&gt;&lt;BR /&gt;acl aclname arp      mac-address ... (xx:xx:xx:xx:xx:xx notation)&lt;BR /&gt;&lt;BR /&gt;But I think that if you have dynamic IP configuration, then the preferred method is to use user based authentication.&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Sep 2007 13:53:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-block-mac-address/m-p/4070984#M30045</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-09-15T13:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Block MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-block-mac-address/m-p/4070985#M30046</link>
      <description>Documentation is a wonderful thing..&lt;BR /&gt;&lt;BR /&gt;This is from the 2.6 documentation:&lt;BR /&gt;&lt;BR /&gt;acl aclname arp      mac-address ... (xx:xx:xx:xx:xx:xx notation)&lt;BR /&gt;&lt;BR /&gt;( &lt;A href="http://www.squid-cache.org/Versions/v2/2.6/cfgman/acl.html" target="_blank"&gt;http://www.squid-cache.org/Versions/v2/2.6/cfgman/acl.html&lt;/A&gt; )&lt;BR /&gt;&lt;BR /&gt;The 2.5 configuration file doesn't list it as a viable option (and 2.5.STABLE14 is what comes with RHEL4), so not sure if it will work.  Give it a spin, see what happens.&lt;BR /&gt;&lt;BR /&gt;If that doesn't work, fall back to using IPTables to filter based on MAC address:&lt;BR /&gt;&lt;BR /&gt;iptables -A INPUT -j REJECT -m mac --mac-source &lt;VALUE&gt; -p tcp --dport 80&lt;BR /&gt;&lt;BR /&gt;or some such..&lt;BR /&gt;&lt;/VALUE&gt;</description>
      <pubDate>Sat, 15 Sep 2007 17:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-block-mac-address/m-p/4070985#M30046</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-09-15T17:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Block MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-block-mac-address/m-p/4070986#M30047</link>
      <description>Shalom Mohammed,&lt;BR /&gt;&lt;BR /&gt;Note that its easy to clone and forge mac addresses. Its very common and a feature in the setup of many internet sharing devices like wireless hubs.&lt;BR /&gt;&lt;BR /&gt;If you are trying to block access to a particular site or system by mac address, they can stop the block merely by changing network configuration or actual NIC cards.&lt;BR /&gt;&lt;BR /&gt;The situation is a little more simple if you are blocking an internal user.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 17 Sep 2007 06:45:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-block-mac-address/m-p/4070986#M30047</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-09-17T06:45:04Z</dc:date>
    </item>
  </channel>
</rss>

