I downloaded and installed Ubuntu using the Windows installer. Everything is running smoothly. When I plug in my ethernet cable is recognizes that it is plugged in and says that I am connected. Whenever I try to access Firefox it says Firefox cannot locate the server. Any suggestions? I am very new to Linux as well as using cmd prompts for the terminal.
The reason why its not working could be the following.
- Gateway is not reachable ( or there is a alternate gateway configured which is also not reachable ) |
|||
|
|
|
Lets see if its a DNS issue. Type Network in your search and then open Network Connections. Under Wired you should see a connection named Auto eth0 as seen below.
Click Edit from the right and enter your password and you should see a window similar to the one below.
Now change the method to Automatic (DHCP) addresses only and down the bottom next to DNS servers enter 8.8.8.8,8.8.4.4 as seen below. These are DNS servers provided by Google and are very reliable.
Now click Save down the bottom and lastly lets restart your network connections to make sure we are using the new settings. The easiest way is to turn your network off and on again as seen in the image below. But if you are comfortable with the terminal type Terminal in your search and open it up then type the following to restart your network connections.
Now lets check before trying the internet again so type Network in your search again and this time choose Network and you should see something similar to the image below.
Now try your browser again and let me know how you go. |
||||
|
|






ping google.comafter 5 retry press ctrl+c to stop it the see you have access to internet or not. if you are connected to internet, you will see this report at the end of ping log:3 packets transmitted, 3 received, 0% packet loss, time 1999ms– Ubuntu Helper Nov 5 '12 at 16:53ifconfigand hit enter? It might be a lot of information, so you can also add a|lessmaking the commandifconfig | lessor> filename.txtmaking the commandifconfig > filename.txtand read the results in a text file by typingnano filename.txtorgedit filename.txt. Do you see a line that saysinet addr:and your IP address? – Slarty Nov 5 '12 at 16:54