On 6/7/21 8:06 AM, Greg Troxel wrote:
You're both absolutely correct. Thanks! That also solves the bridging problem for me as well.As mlelstv@ said, it's almost certainly about UP, not address. So, after booting. ifconfig foo0 up tcpdump -i foo0 and see how that goes.
But Staffan had an IP address configured prior to trying to set up bridging with the tap interface, so that doesn't explain why that (bridging multiple physical interfaces and a tap interface with an IP address on the tap) didn't work for him. I read that some (most) wireless interfaces don't support bridging. I wonder if that's the problem in his case. Here are the two links about wireless not supporting bridging:
https://www.linux-kvm.org/page/Networking#Public_Bridge https://oldwiki.archive.openwrt.org/doc/howto/clientmode?s%5B%5D=bridging#bridged_client_mode_issues Does this also apply to NetBSD? Thanks again! Jason M.