Mise à jour de 'roles/firewall-vpn-l/files/ferm.conf'
This commit is contained in:
parent
98890660f8
commit
c8fe45b95d
@ -23,18 +23,11 @@ table filter {
|
||||
interface lo ACCEPT;
|
||||
|
||||
# allow SSH connections
|
||||
#interface ($DEV_VPN) {
|
||||
proto tcp dport ssh ACCEPT;
|
||||
#}
|
||||
|
||||
# allow DNS connections
|
||||
#interface ($DEV_INT) {
|
||||
proto udp sport domain ACCEPT;
|
||||
proto udp dport domain ACCEPT;
|
||||
#}
|
||||
|
||||
# DHCP
|
||||
proto udp dport (67 68) ACCEPT;
|
||||
|
||||
# allow IPsec
|
||||
interface ($DEV_AG $DEV_VPN) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user