linux bridge transparent 802.1x https://www.gremwell.com/ en Finally, a standard Linux 3.2 bridge can forward 802.1x messages! https://www.gremwell.com/linux_kernel_can_forward_802_1x <span>Finally, a standard Linux 3.2 bridge can forward 802.1x messages!</span> <div><p>Finally, a feature to make Linux bridge transparent to 802.1x EAP messages is in the official 3.2 kernel! No more manual kernel patching or messing with openswitch. This feature is mostly useful for pentesting 802.1x-protected networks.</p> <p>To force a bridge forward 802.1x EAP messages all you needs to do is to set the 4th least-significant-bit in a special sysfs file, something like this:<br /><code><br /> echo 8 &gt; /sys/class/net/brXXX/bridge/group_fwd_mask<br /></code><br /> I haven't tried myself yet, but can confirm the sysfs file is there on my Ubuntu 12.04.</p> <p>The feature is based on patches by Nick Carter with comments by David Lamparter, the commit message can be found <a href="http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=515853ccecc6987dfb8ed809dd8bf8900286f29e">here</a>.</p> </div> <span><span lang="" about="/user/1" typeof="schema:Person" property="schema:name" datatype="">abb</span></span> <span>Tue, 06/12/2012 - 16:12</span> Tue, 12 Jun 2012 14:12:18 +0000 abb 429 at https://www.gremwell.com