Re Alan,
> So let's see if, whith my approimative
> english, I understood everything.
Hmm.
> In order to make my vlans working and
> independants form each others, I have to
> switch my "auto" to "tagged" ?
No, to "untagged". Normal hosts usually expect plain vanilla EthernetII frames on their NICs and transmit these as well. They will happily ignore frames with an 802.1Q tag, so it is clear that changing to "tagged" on the access ports doesn't give you anything. The "tagged" mode is for interswitch links or links to routers or servers that should bear frames belonging to multiple VLANs at once, still allowing to differentiate them.
> Is it all ? unfortunately, it doesn't
> work better !
As said, "untagged" would.
> it is always as easier as possible to
> ping machines form one vlan to another.
You can still ping after changing all the ports to tagged? That is interesting, as it is close to impossible except you left the default VLAN untagged on every of them, effectively merging them into one broadcast domain this way.
> Same thing with changing "forbid" ports
> to "no".
Doesn't make a difference if GVRP is not in use.
> what else can miss ?
The little "un" before tagged ;)
> I think I'm going mad with this swith.
Weird hard- and software is absolutely no reason to pull your hair out. Just learn and you will get control over it, or when that fails, you still have the power of doing interesting gravity acceleration tests on it ;)
HTH,
Andre.