Fixing fedora 26 update issue on static ip configuration
Error: Curl error (6): Couldn’t resolve host name for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f26&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]
[root@server /home/cipher]# ifconfig enp9s0
enp9s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.15.15 netmask 255.255.240.0 broadcast 192.168.15.255
ether 00:1c:23:01:fb:dc txqueuelen 1000 (Ethernet)
[root@server /home/cipher]# ping mirrors.fedoraproject.org
ping: mirrors.fedoraproject.org: Name or service not known
[root@server /home/cipher]# cat /etc/resolv.conf
# Generated by NetworkManager
search sand.box
[root@server /home/cipher]# cat /etc/resolv.conf
# Generated by NetworkManager
search sand.box
nameserver 4.2.2.2
nameserver 8.8.8.8
[root@server /home/cipher]# ping mirrors.fedoraproject.org
PING wildcard.fedoraproject.org (152.19.134.142) 56(84) bytes of data.
64 bytes from vm3.fedora.ibiblio.org (152.19.134.142): icmp_seq=1 ttl=41 time=276 ms
[root@server /home/cipher]# dnf upgrade -y
Related Articles
OpenVPN: Bad compression stub decompression header byte: 102 RESOLVED
OpenVPN 2.4 became the default version your connections use. Due to incompatibility in compression settings, data traffic is halted but connection is not dropped.
error: the plugin does not support import capability when attempting to import openvpn config file
Open your .ovpn and comment the following line: route remote_host 255.255.255.255 net_gateway
wireshark does not show interfaces when run as normal user
wireshark is a packet analyzer tool used to troubleshoot network issues, when run as a normal user it does not list the interfaces to fix this follow the below steps.