Earlier quoted context omitted.
No tunnel is needed. Just use a bridge interface.
Since not all IEEE 802.1 Ethernet frames can be converted to IEEE 802.11 frames using the Linux bridging infrastructure isn't sufficient (even though it can do fancy things like bridge non-Ethernet and Ethernet interfaces; Like bridging PPP interfaces and IEEE 802.1 Interfaces). You genuinely need a tunnel if you want support all Ethernet functionality.
Raspberry Pi WiFi to ethernet bridge
41–50 of 67 posts
Re: Raspberry Pi WiFi to ethernet bridge
#42Earlier quoted context omitted.
Make sure nothing is changing your DNS. You may need to set your router to push the pihole as your DNS and tell any programs to use system DNS.
I've checked that my router continues to point to the pihole (no fallbacks, though I've tried with fallbacks and no difference). I also setup the pihole with cloudflare. I'm just always confused because it seems like some people have absolutely no problem and there's others in my camp and the former just stop after "just follow the directions." I even remember the LTT video mentioned this specific problem.
Your issue might be different but I suggest taking a pcap to make sure your assumptions about what is answering a given DNS query are true.
Re: Raspberry Pi WiFi to ethernet bridge
#43Ah yes, network configuration by way of executing a random bash script from a blog. With tasty morsels like: ># I have to admit, I do not understand ARP and IP forwarding enough to explain exactly what is happening here.
Why not tell me to create the necessary files, with some article content around what we're doing and why?
As an article this doesn't seem to offer anything more than a suggestively named GitHub repository with a small readme.
Re: Raspberry Pi WiFi to ethernet bridge
#44Ah yes, network configuration by way of executing a random bash script from a blog. With tasty morsels like: ># I have to admit, I do not understand ARP and IP forwarding enough to explain exactly what is happening here.
I mean, the number of people on this site who could intelligently explain ARP and IP forwarding in detail is probably 10x higher than in the general population—and that percentage here is probably in the low single digits.
Re: Raspberry Pi WiFi to ethernet bridge
#45I’m trying to understand why this is better than a usb WiFi dongle, and coming up empty. Anyone have an idea?
Re: Raspberry Pi WiFi to ethernet bridge
#46Re: Raspberry Pi WiFi to ethernet bridge
#47I’m trying to understand why this is better than a usb WiFi dongle, and coming up empty. Anyone have an idea?
Re: Raspberry Pi WiFi to ethernet bridge
#48Earlier quoted context omitted.
Since not all IEEE 802.1 Ethernet frames can be converted to IEEE 802.11 frames using the Linux bridging infrastructure isn't sufficient (even though it can do fancy things like bridge non-Ethernet and Ethernet interfaces; Like bridging PPP interfaces and IEEE 802.1 Interfaces). You genuinely need a tunnel if you want support all Ethernet functionality.
I'm highly skeptical that bridging is insufficient for most use cases. After all, most Linux-based access points are using standard bridging.
One such example is Ethernet multicast.
Re: Raspberry Pi WiFi to ethernet bridge
#49I’m trying to understand why this is better than a usb WiFi dongle, and coming up empty. Anyone have an idea?