I have a SRX100 configured with several Zones, each with it's own IP range.
for this situation the following is important to know:
- Zone11 --> vlan11 --> Juniper IP 10.0.2.239 Gateway 10.0.2.250 --> Target IP (trying to reach) 10.69.76.23
- Zone54 --> vlan54 --> Juniper IP 192.168.54.239 --> Source IP (pinging from) 192.168.54.100
- Zone101 --> vlan101 --> Juniper IP 192.168.178.239 Gateway 192.168.178.1 --> Internet
- Zones 51-57 with each own vlan, all route 0.0.0.0/0 to 192.168.178.1 --> To enable internet access
Almost everything works as it should:
- I can reach internet from Zone51-57, including zone54.
- I have working NAT from Zone11 to several IPs in Zone51-57
- Pinging 10.69.76.23 from 10.0.2.0/24 network (facilitated by default gateway 10.0.2.250)
Only thing that does not work:
- Pinging 10.69.76.23 from 192.168.54.0/24 network (should be routed to 10.0.2.250)
Anyone that can help me out explaining what would be required to configure this to work?