telnetd, sshd, inetd, etc. aren't VLAN-aware, are they? Am I right that the way to make those things work on a VLAN is by creating VLAN-specific interfaces (eth0.vid, etc.)? So, if I had interfaces for VLAN 23 and 567 and frame tagged with VLAN ID 234 came in, it would get dropped because there's no interface for it, right? But if I had an application like Ethereal listening on a raw socket, I'd see that message even though the intended application (say, telnetd) would never see it. Chris