-1

enter image description hereenter image description hereMy wired connection is not working , although is connect.

I have Win 8/Fedora 21 dual boot system. The wired connection is working fine inside Windows 8. I have enabled the wired connection in Fedora 21 and connecting displayed but internet does not work. as a result no page does not load. I did not have this problem

fzm
  • 49

1 Answers1

1

When troubleshooting a network connection one should always follow the same steps, in order. Check whether you can:

  • ping the loopback address 127.0.0.1

  • ping your own IP address

  • ping a machine in the same LAN (if there are other machines)

  • ping your gateway's IP address

  • ping a machine out on the Internet. Try both IP addresses and FQDNs e.g. ping 104.16.116.182 and ping unix.stackexchange.com. If you can ping the IP but not the FQDN, your DNS settings in /etc/resolv.conf are wrong, and you have to add there the correct nameserver (you can add 8.8.8.8 which is Google's DNS and will work fine).

(adapted from my answer to this question)

dr_
  • 29,602