CLI pings cable modem GW but can't ping or traceroute beyond
I'm setting up a new Fortigate 70D and have a basic problem connecting to the internet. It seems like a pretty simple setup and I would appreciate some help. It's running in Standalone/NAT mode. wan1 is connected directly to a Cisco wifi-router/cable modem from Cox. I've assigned FG70D wan1 a static IP of 192.168.0.9/24 with DGW 192.168.0.1. The internal network ip range is 192.168.1.0/24. The FG static route is set to 192.168.0.1.
config router static edit 1 set gateway 192.168.0.1 set device "wan1" next end
From the CLI, I can ping 192.168.0.1, but I can't ping or traceroute 8.8.8.8. "100% packet loss" and 3 stars on every hop of the endless traceroute. If I connect a laptop to the same port on the cable modem, the laptop can ping, traceroute, and roam the net. The FG70D CLI can't do anything. I've tried setting the macaddr to the same as the laptop, thinking that perhaps the cable modem had some mac restriction, but still no joy. I have a policy (for testing) for "internal -> wan1" to allow all sources, all destinations, all services. I'm not sure such a policy matters for the CLI, but internal to wan1 traffic doesn't work either.
I've rebooted the cable modem multiple times too. I assume there's something simple that I'm missing. What should I look for?