Adicionar gerentes.h

This commit is contained in:
2025-08-07 12:34:55 +00:00
parent a004fd10f3
commit 1c150391bd

9
gerentes.h Normal file
View 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.2/24 dev enp0s3
ip route add default via 192.168.200.1