Especially for the Community we maintain a basic community config here for the Edgerouter Lite. The Config includes a Out Of The Box experience its configured with the basic needs for a stable router. The firewall is configured as a Zone-Based Firewall
Community EdgeRouter Lite Config
firewall { all-ping enable broadcast-ping disable group { address-group LAN-RTR-Address { address 192.168.1.1 description "Address of the router" } network-group BOGONS { description "Invalid WAN networks" network 10.0.0.0/8 network 100.64.0.0/10 network 127.0.0.0/8 network 169.254.0.0/16 network 172.16.0.0/12 network 192.0.0.0/24 network 192.0.2.0/24 network 192.168.0.0/16 network 198.18.0.0/15 network 198.51.100.0/24 network 203.0.113.0/24 network 224.0.0.0/3 } network-group DMZ-Subnet { description "DMZ Subnet" network 192.168.200.0/24 } network-group LAN-Subnet { description "LAN Subnet" network 192.168.1.0/24 } }