fix
This commit is contained in:
parent
c520d3006d
commit
d6f466a157
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue