This commit is contained in:
simon 2017-09-12 01:37:03 +02:00
parent c520d3006d
commit d6f466a157

View file

@ -7,6 +7,8 @@ if [[ $EUID -ne 0 ]]; then
exit 1 exit 1
fi fi
echo 1 > /proc/sys/net/ipv4/ip_forward
read -p "Wie heisst die Schnittstelle? [enp30s0\eth0] : " modul read -p "Wie heisst die Schnittstelle? [enp30s0\eth0] : " modul
read -p "Wie heisst die IP? : " ip read -p "Wie heisst die IP? : " ip