I'm learning routers a bit here, and trying to make sure I'm doing things the proper way. A couple offices will have their phone systems connected to each by a vpn connection. I like minimizing the number of hardware devices in use. The computers do not interact with the phone system.
My idea is to create three vlans, one for the computer network, one for the phone network, and one for guest wireless access.
Through some trial and error this configuration appears to achieve what I want done. Ports 1, 2, & 3 on the router communicate amongst themselves and the internet. Port 4 is isolated from the rest and is the only port that can connect to the other side of the vpn. The ssid tied to the guest vlan can only access the internet connection.
But I still do not understand tagged versus untagged, or inter vlan routing, to know if I am heading in the best direction. I have read pages from google searches on these subjects, and it appears to be for potential flexibility in configuring a network that I do not need. Is tagged used when the switch connected to the router is the one determining which vlan a device belongs to?
And inter vlan routing is this for when you need to connect a device to a port designated to a particular vlan but the device actually belongs within a different vlan? In other words, if I have a device configured through dhcp it will get an address on the subnet of the port's defined vlan. But if I assign the device a static ip address matching a different vlan, with inter vlan routing enabled the device will connect with the devices of the other vlan, with it disabled it will not?
Thanks
My idea is to create three vlans, one for the computer network, one for the phone network, and one for guest wireless access.

Through some trial and error this configuration appears to achieve what I want done. Ports 1, 2, & 3 on the router communicate amongst themselves and the internet. Port 4 is isolated from the rest and is the only port that can connect to the other side of the vpn. The ssid tied to the guest vlan can only access the internet connection.
But I still do not understand tagged versus untagged, or inter vlan routing, to know if I am heading in the best direction. I have read pages from google searches on these subjects, and it appears to be for potential flexibility in configuring a network that I do not need. Is tagged used when the switch connected to the router is the one determining which vlan a device belongs to?
And inter vlan routing is this for when you need to connect a device to a port designated to a particular vlan but the device actually belongs within a different vlan? In other words, if I have a device configured through dhcp it will get an address on the subnet of the port's defined vlan. But if I assign the device a static ip address matching a different vlan, with inter vlan routing enabled the device will connect with the devices of the other vlan, with it disabled it will not?
Thanks