Thanks for the response. I had already configured all those things, please see below:
[edit]
root@hen-fw-01# show vlans
v-100 {
vlan-id 100;
l3-interface irb.100;
}
[edit]
root@hen-fw-01# show interfaces ge-0/0/1
unit 0 {
family ethernet-switching {
vlan {
members v-100;
}
}
}
[edit]
root@hen-fw-01# show interfaces irb
description "LAN RVI";
unit 100 {
family inet {
address 10.1.1.1/24;
}
}
root@hen-fw-01# show security zones security-zone trust
host-inbound-traffic {
system-services {
dhcp;
ping;
traceroute;
bootp;
}
}
interfaces {
irb.100;
}
It does not work.