diff --git a/server2.sh b/server2.sh index 4ca4fc0..030cd05 100644 --- a/server2.sh +++ b/server2.sh @@ -1,13 +1,6 @@ #!/bin/bash -echo "Router, ok!" +echo "Atualizando!!!" -ip link set up dev enp0s3 +wget https://git.tmferreira.tec.br/tiago.ferreira/GRC/src/branch/main/Server2/interfaces -O /etc/network/interfaces --no-check-certificate --no-cache -ip address flush enp0s3 -ip address add 172.17.0.2/24 dev enp0s3 - -ip route add default via 172.17.0.1 - -apt clean - -poweroff \ No newline at end of file +reboot \ No newline at end of file