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;
|
interface lo ACCEPT;
|
||||||
|
|
||||||
# allow SSH connections
|
# allow SSH connections
|
||||||
#interface ($DEV_VPN) {
|
|
||||||
proto tcp dport ssh ACCEPT;
|
proto tcp dport ssh ACCEPT;
|
||||||
#}
|
|
||||||
|
|
||||||
# allow DNS connections
|
# allow DNS connections
|
||||||
#interface ($DEV_INT) {
|
|
||||||
proto udp sport domain ACCEPT;
|
proto udp sport domain ACCEPT;
|
||||||
proto udp dport domain ACCEPT;
|
proto udp dport domain ACCEPT;
|
||||||
#}
|
|
||||||
|
|
||||||
# DHCP
|
|
||||||
proto udp dport (67 68) ACCEPT;
|
|
||||||
|
|
||||||
# allow IPsec
|
# allow IPsec
|
||||||
interface ($DEV_AG $DEV_VPN) {
|
interface ($DEV_AG $DEV_VPN) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user