mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
allow outgoing pings
This commit is contained in:
parent
7a1b90bcc6
commit
403ec8f1f4
@ -529,6 +529,7 @@ EOD;
|
||||
pass in quick on {$oc['if']} proto udp from any port = 68 to 255.255.255.255 port = 67
|
||||
pass in quick on {$oc['if']} proto udp from any port = 68 to {$oc['ip']} port = 67
|
||||
pass out quick on {$oc['if']} proto udp from {$oc['ip']} port = 67 to any port = 68
|
||||
pass out on {$oc['if']} proto icmp from any to any keep state
|
||||
|
||||
EOD;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user