diff --git a/2016-05-17-wifi-bridging-redux.html b/2016-05-17-wifi-bridging-redux.html new file mode 100644 index 0000000..fee04c3 --- /dev/null +++ b/2016-05-17-wifi-bridging-redux.html @@ -0,0 +1,23 @@ + + + + + +
I previously wrote about building WiFi client routers instead of bridges; they get you broadcast domain isolation and a degree of conceptual simplicity (no L2 tricks). I finally ran into a requirement on a different project to build an actual bridge; here’s how I did it.
+ +You can copy the hardware from the router post, or use what you’ve got; I don’t believe this is driver-specific.
+ +Your access point, however, does require support for this to work. It needs to: +
Linux supports bridging. There’s a bridge-utils package in Ubuntu with the tools you need: + +
+ diff --git a/include/article-header.html b/include/article-header.html index 9ecc1e8..7166de3 100644 --- a/include/article-header.html +++ b/include/article-header.html @@ -1,6 +1,6 @@ diff --git a/include/page-head.html b/include/page-head.html index a0208d7..9a5facf 100644 --- a/include/page-head.html +++ b/include/page-head.html @@ -1,6 +1,7 @@ +