|
|
|
|
@ -86,6 +86,7 @@ sudo systemctl enable --now dnsmasq
|
|
|
|
|
### Configurazione rete interna (NAT)
|
|
|
|
|
```bash
|
|
|
|
|
sudo apt install iptables
|
|
|
|
|
echo "1" | sudo tee /proc/sys/net/ipv4/ip_forward
|
|
|
|
|
cd /etc/sysctl.d/
|
|
|
|
|
echo "net.ipv4.ip_forward = 1" | sudo tee /etc/sysctl.d/10-ip-forwarding.conf
|
|
|
|
|
```
|
|
|
|
|
|