Hi Jonas,
Firstly many thanks for your response and your suggestion. after applying your given commands, It fixed the issue of WIN client machine not able to ping the internet. Also thanks for providing the feature link tool, I would have never imagined about some functions don't work on virtual devices.
Another question as it relates, do i need to apply similar interface settings for vQFX as shown in the diagram, which is in between vSRX and WIN client, or irb interface in vQFX are meant to be configured as below?
root# run show configuration interfaces irb
unit 10 {
family inet {
address 10.10.10.1/24;
}
}
unit 20 {
family inet {
address 10.10.20.1/24;
}
}
{master:0}[edit]
root#
root# run show configuration vlans
WIRED {
description Wired-LAN;
vlan-id 20;
l3-interface irb.20;
}
WLAN {
description WLAN;
vlan-id 10;
l3-interface irb.10;
}
default {
vlan-id 1;
}
Thanks
Zeeshan