Trying to set up an SRX210 as an internet gateway.
Device will be behind Verizon actiontec router, and I would like it to NAT, so the WAN side can be a static IP from the Verizon router. I would like the SRX on the VPN side to be gateway 192.168.50.6. With this current setup the SRX can ping out, but devices behind it can't see the internet. Ideas??
Text
root@SRX210 show configuration ## Last commit: 2016-08-16 01:50:53 UTC by root version 12.1X46-D52.1; system { host-name SRX210; domain-name ********; root-authentication { encrypted-password ""; ## SECRET-DATA } name-server { 208.67.222.222; 208.67.220.220; 8.8.8.8; 8.8.4.4; } services { ssh; telnet; xnm-clear-text; web-management { http { interface vlan.0; } https { system-generated-certificate; interface vlan.0; } } dhcp { maximum-lease-time 86400; default-lease-time 86400; name-server...