Skip to content

Instantly share code, notes, and snippets.

@ericgcollyer
ericgcollyer / 192.168.5.1 Config
Created July 13, 2018 00:42
Configuration of my router with local ip 192.168.5.1
firewall {
all-ping enable
broadcast-ping disable
ipv6-receive-redirects disable
ipv6-src-route disable
ip-src-route disable
log-martians enable
name LAN_IN {
default-action accept
description "LAN to Internal"
@ericgcollyer
ericgcollyer / 192.168.1.1 Config
Created July 13, 2018 00:49
Configuration of my router with local ip 192.168.1.1
firewall {
all-ping enable
broadcast-ping disable
ipv6-name WANv6_IN {
default-action drop
description "WAN inbound traffic forwarded to LAN"
rule 10 {
action accept
description "Allow established/related"
state {