Skip to content

Instantly share code, notes, and snippets.

@oneshot719
Created December 15, 2016 20:00
Show Gist options
  • Save oneshot719/d451c3220276c56f3458f83e5b3603c7 to your computer and use it in GitHub Desktop.
Save oneshot719/d451c3220276c56f3458f83e5b3603c7 to your computer and use it in GitHub Desktop.
matt@matt# show firewall
all-ping enable
broadcast-ping disable
ipv6-receive-redirects disable
ipv6-src-route disable
ip-src-route disable
log-martians enable
name WAN_IN {
default-action drop
description ""
enable-default-log
rule 30 {
action accept
description WAN_GUI
destination {
port 9443
}
log enable
protocol tcp_udp
}
rule 40 {
action accept
description accept-established
log disable
protocol all
state {
established enable
invalid disable
new disable
related enable
}
}
}
receive-redirects disable
send-redirects enable
source-validation disable
syn-cookies enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment