Ich habe CentOS 7 installiert. Ich kann kein Update durchführen, es sei denn, ich füge die Mirror-Liste zu meiner hinzu /etc/hosts
.
Ich kann zu jeder Domain pingen, aber nicht surfen, es sei denn, ich füge die Adresse in meine Hosts-Datei ein.
Der Ping-Befehl erfolgreich:
$ 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
Der Curl-Befehl schlägt fehl:
$ curl yahoo.com
curl: (6) Could not resolve host: yahoo.com; Unknown error
Antworten:
service firewalld stop
service iptables start
iptables -I INPUT -j ACCEPT
undiptables -I OUTPUT -j ACCEPT
service iptables save
quelle