Created
December 15, 2016 20:00
-
-
Save oneshot719/d451c3220276c56f3458f83e5b3603c7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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