HowTo Install VyOS in Hyper-V with a VLAN Trunk

Hi I have setup a similar network but i have a problem between the test VM and the router. They do not ping each other! but a pc outside the network can ping the ip of the router.

this is my config:

[code]vyos@vyos:~$ conf

[edit]
vyos@vyos# show int
ethernet eth0 {
address 192.168.1.150/21
description servers
duplex auto
hw-id 00:15:5d:01:26:0b
smp_affinity auto
speed auto
}
ethernet eth1 {
description VLAN_Trunk
duplex auto
hw-id 00:15:5d:01:26:0c
smp_affinity auto
speed auto
vif 20 {
address 192.168.16.254/22
}
vif 21 {
address 192.168.24.254/22
}
}
loopback lo {
}
[/code]