Dear All
I have 2 vlans running on the same physical network, Vlan 1 is data and vlan2 is voice.
vlan 1 ip range 192.168.16.1-254
this had a draytek 2955 with an IP address of 192.168.16.1
vlan 2 ip range 10.10.27.1-254
this has a draytek 2820 with an ip address of 10.10.27.2
what i am thinking is to get routing between the vlan is to plug WAN2 of the 2955 into a vlan2 port then give wan2 an ip of 10.10.27.3 subnet of 255.255.255.0 and default gateway of 10.10.27.2
and then do the same on the 2820 so WAN2 on the 2820 will be plugged into vlan1 port given ip of 192.168.16.2 subnet 255.255.255.0 and default gateway of 192.168.16.1
Do you think this would work and i would be able to route between the 2 vlans?
or would i be better putting connecting the 2 WAN's together and then giving Wan 2 of the 2955 an ip of say 192.168.17.1 and WAN2 of the 2820 192.168.17.2 and then using static routing on the 2955 of
destination ip 10.10.27.0
subnet 255.255.255.0
default gateway 192.168.17.2
and then on the 2820
destination ip 192.168.16.0
subnet 255.255.255.0
default gateway 192.168.17.1
any help on this would be greatly appreciated