sax-rgs-gw-core01: firewall allow ping (v4/6) from everywhere

This commit is contained in:
Gregor Michels 2023-01-18 00:15:12 +01:00
parent fe220194f9
commit 767f76e13e
1 changed files with 0 additions and 2 deletions

View File

@ -123,13 +123,11 @@ config rule
option target ACCEPT option target ACCEPT
option family ipv4 option family ipv4
# Allow IPv4 ping
config rule config rule
option name Allow-Ping option name Allow-Ping
option src * option src *
option proto icmp option proto icmp
option icmp_type echo-request option icmp_type echo-request
option family ipv4
option target ACCEPT option target ACCEPT
config rule config rule