Hi!
I have the following problem with my configuration: I cannot get communication between endpoint (in lan) with the router through the FW. Could you help me please?
1) Router -> VLAN 12 and VLAN 20
2) FW:
set interfaces ge-0/0/0 vlan-tagging
VLANS 10
ge-0/0/1
3) PC
Need:
Internal traffic to FW must be utagged
External traffic ge-0/0 / 0.10 to router must be tagged (vlan 10)
Example:
Internal traffic (lan) must reach the FW (pc to fw or pc-sw-fw) untagged (ge-0/0 / 1.0)
This traffic must internally transit from ge-0/0 / 1.0 to ge-0/0 / 0.10 and exit through ge-0/0 / 0.10 to reach the router.
I understand that the untagged traffic entering the FW remains untagged until it reaches ge-0/0 / 0.10 and this is where it is tagged.
Right?
How should I configure ge-0/0 / 1.0 so that it receives untagged traffic and becomes tagged on exit in order to reach the router in vlan 10?
Thanks so much!