Adicionar gerente.sh
This commit is contained in:
9
gerente.sh
Normal file
9
gerente.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
echo "Router, ok!"
|
||||
|
||||
ip link set up dev enp0s3
|
||||
|
||||
ip address flush enp0s3
|
||||
ip address add 192.168.200.3/24 dev enp0s3
|
||||
|
||||
ip route add default via 192.168.200.1
|
||||
Reference in New Issue
Block a user