mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
Enable Routing in install script
This commit is contained in:
parent
76b74be877
commit
ccc7745099
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ echo "Disable SE Linux"
|
|||
setenforce 0
|
||||
sed -i s/^SELINUX=.*$/SELINUX=permissive/ /etc/selinux/config
|
||||
|
||||
echo "Allow Routing"
|
||||
echo 'net.ipv4.ip_forward=1' >> /etc/sysctl.conf
|
||||
sysctl -p
|
||||
|
||||
echo "Setup Repos"
|
||||
dnf install epel-release
|
||||
/usr/bin/crb enable
|
||||
|
|
Loading…
Add table
Reference in a new issue