File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
root/defaults/example/config Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -15,5 +15,8 @@ ovpn-iptables -P INPUT DROP
15
15
# Allow established connection
16
16
ovpn-iptables -A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT -m comment --comment " Accept traffic from established connections"
17
17
18
+ # Allow ICMP ping request
19
+ ovpn-iptables -A INPUT -p icmp --icmp-type 8 -j ACCEPT
20
+
18
21
# Drop all forwarded traffic
19
22
ovpn-iptables -P FORWARD DROP
Original file line number Diff line number Diff line change @@ -15,5 +15,8 @@ ovpn-iptables -P INPUT DROP
15
15
# Allow established connection
16
16
ovpn-iptables -A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT -m comment --comment " Accept traffic from established connections"
17
17
18
+ # Allow ICMP ping request
19
+ ovpn-iptables -A INPUT -p icmp --icmp-type 8 -j ACCEPT
20
+
18
21
# Drop all forwarded traffic
19
22
ovpn-iptables -P FORWARD DROP
You can’t perform that action at this time.
0 commit comments