Added firewall rules
This commit is contained in:
parent
0be2123c80
commit
422db6c43b
1 changed files with 6 additions and 1 deletions
|
@ -371,6 +371,11 @@ logpath = /var/log/secure
|
|||
EOF
|
||||
fi
|
||||
|
||||
bigecho "Creating firewall rules..."
|
||||
firewall-cmd --permanent --add-port=500/udp
|
||||
firewall-cmd --permanent --add-port=4500/udp
|
||||
firewall-cmd --reload
|
||||
|
||||
bigecho "Enabling services on boot..."
|
||||
|
||||
systemctl --now mask firewalld 2>/dev/null
|
||||
|
@ -435,4 +440,4 @@ EOF
|
|||
## Defer setup until we have the complete script
|
||||
vpnsetup "$@"
|
||||
|
||||
exit 0
|
||||
exit 0
|
Loading…
Add table
Reference in a new issue