On Mon, 2011-10-17 at 21:29 +0100, Phil W Lee wrote:
> No, but you do need something to be routing between the Wifi and
> ethernet segments (which examines and uses the header information in
> the IP packets), rather than just bridging (which just throws
> everything across).
IP routing will examine and use the information in the IP headers, and
Ethernet bridging will examine and use the information in the Ethernet
headers.
In either case, firewalling and blocking selected traffic will involve
looking at *more* of the packet than would normally be necessary.
There's absolutely no reason why a bridge can't do filtering. See
http://ebtables.sourceforge.net/ for example.
I'm fairly sure the WAG354G runs OpenWRT, even if it doesn't support
ebtables out of the box. So it should be possible to set this up.
But really, I'd just ask the ISP for a new range of IP addresses to use
on the wireless side, and route it instead.
--
dwmw2