first commit

This commit is contained in:
Adolfo Delorenzo 2021-08-24 10:35:18 -06:00
parent f570e6d1e7
commit d999e744f8
1 changed files with 6 additions and 0 deletions

View File

@ -80,3 +80,9 @@ sed -i 's/\#net.ipv4.ip_forward\=1/net.ipv4.ip_forward\=1/g' /etc/sysctl.conf
iptables -t nat -A POSTROUTING -j MASQUERADE
netfilter-persistent save
systemctl unmask hostapd
systemctl enable hostapd
systemctl unmask dnsmasq
systemctl enable dnsmasq