Enable Routing in install script

This commit is contained in:
Samuel Lorch 2023-04-24 20:07:08 +02:00
parent 76b74be877
commit ccc7745099

View file

@ -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