- Parar o firewalld
service firewalld stop
- Iniciar o iptables
service iptables start
- Adicione estas regras:
iptables -I INPUT -j ACCEPT
eiptables -I OUTPUT -j ACCEPT
- Se isso funcionar, salve os comandos com:
service iptables save
Eu instalei o CentOS 7, não consigo atualizar a menos que eu adicione a lista de espelhos em meu /etc/hosts
.
Eu posso fazer ping para qualquer domínio, mas não posso navegar, a menos que eu coloque o endereço no meu arquivo de hosts.
O comando ping foi bem-sucedido:
$ ping yahoo.com
PING yahoo.com (98.138.253.109) 56(84) bytes of data.
64 bytes from ir1.fp.vip.ne1.yahoo.com (98.138.253.109): icmp_seq=1 ttl=56 time=242 ms
64 bytes from ir1.fp.vip.ne1.yahoo.com (98.138.253.109): icmp_seq=2 ttl=56 time=242 ms
64 bytes from ir1.fp.vip.ne1.yahoo.com (98.138.253.109): icmp_seq=3 ttl=56 time=241 ms
^C
--- yahoo.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2004ms
rtt min/avg/max/mdev = 241.374/241.939/242.420/0.713 ms
O comando curl falha:
$ curl yahoo.com
curl: (6) Could not resolve host: yahoo.com; Unknown error
service firewalld stop
service iptables start
iptables -I INPUT -j ACCEPT
e iptables -I OUTPUT -j ACCEPT
service iptables save