ufw blocking apt and dns
Solution 1:
You need to add the following into iptables
, as ufw
just interfaces with it.
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
You need to add the following into iptables
, as ufw
just interfaces with it.
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT