Atualizar router.sh

This commit is contained in:
2025-08-07 16:50:08 +00:00
parent 6106fa9833
commit 8d8690938d

View File

@@ -8,10 +8,11 @@ ip link set up dev enp0s10
wget https://git.tmferreira.tec.br/tiago.ferreira/GRC/raw/branch/main/interfaces -O /etc/network/interfaces
ip address flush enp0s8
ip address add 172.17.0.1/24 dev enp0s8
ip address flush enp0s9
ip address add 192.168.200.1/24 dev enp0s9
ip address flush enp0s10
ip address flush enp0s9
ip address add 172.17.0.1/24 dev enp0s8
ip address add 192.168.200.1/24 dev enp0s9
ip address add 192.168.56.200/24 dev enp0s10
sysctl -w net.ipv4.ip_forward=1