Hello,
my goal is to isolate two IP-telephones from the main LAN through vlan.The two ports for this purpose are located on a separate (managed) switch. So I started:
I can ping to 192.168.200.1 (the IP address of the IF), but not to any device connected on these ports. They in turn do not get the expected IP address but '0.0.0.0'.
Any ideas what I do wrong?
Cheers
Oscar
PS: the other ports on the switch belonging to vlan 1 just work fine
I will ask everytime, why not! This clearly within the respective definitions of the standard and is working fine on Openwrt.
Do you have any documentation that shows that this is causing issues?
I believe 'untagged' is needed for outgoing traffic to vlan-unaware devices like a PC. The tag is removed before leaving for the end-device.
'Tagged' by contrast is leaving the tag untouched, which is required while the traffic circulates within the network, as e.g. trunk ports connecting two network-devices.
In my example, traffic arrives with vlan4 tag on port 1 of the router, passed on with the tag to port 5 on the switch, which then hands it to port 3 or 4. If either of the previous ports were untagged, the traffic could not be directed to port 3/4. They in turn have to remove it, as the end device does not know what to do with it. And the other way round backwards from PC to router.
It is my understanding, using my words. Hope the experts forgive me for using unskilled word
When you have at least a tagged vlan, it means the other end of the cable also supports tagged frames. Personally I don't see the sense of mixing them. For inexperienced users it is another potential pitfall. If you feel confident go ahead and use it.
Well I have the port to my Server mixed tagged/untagged mixed.
The "untagged" is for my common LAN while I use the "tagged" ones for different servers that are running in VMs/Containers on the server.