Reader small image

You're reading from  Linux Mint Essentials

Product typeBook
Published inMay 2014
PublisherPackt
ISBN-139781782168157
Edition1st Edition
Right arrow
Author (1)
Jay LaCroix
Jay LaCroix
author image
Jay LaCroix

Jeremy "Jay" LaCroix is a technologist and open-source enthusiast, specializing in Linux. He has a net field experience of 20 years across different firms as a Solutions Architect and holds a master's degree in Information Systems Technology Management from Capella University. In addition, Jay also has an active Linux-focused YouTube channel with over 250K followers and over 20M views, available at LearnLinuxTV, where he posts instructional tutorial videos and other Linux-related content. He has also written Linux Mint Essentials and Mastering Linux Network Administration, published by Packt Publishing.
Read more about Jay LaCroix

Right arrow

Solving problems with networking


What if you're not able to connect to the Internet at all? Thankfully, networking issues are rare in Linux nowadays, but in case you do experience an issue connecting, there are some things you can do in order to pinpoint the problem.

First, check to see if you have an IP address. To do so, execute the ifconfig command, and look for either eth0 (which represents your Ethernet card) or wlan0 (which represents your wireless card). The naming convention can be different, so don't worry if you see neither declaration. The following screenshot shows the output from the ifconfig command:

If you see an IP address listed, you should be connected. However, if you don't, you may want to check your /var/log/dmesg log for messages specific to eth0 or wlan0 depending on what you're connecting with. If you see log entries mentioning timeouts when trying to acquire an IP address from your DHCP server, your issue may simply be that your clock is wrong. If you click on the...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Linux Mint Essentials
Published in: May 2014Publisher: PacktISBN-13: 9781782168157

Author (1)

author image
Jay LaCroix

Jeremy "Jay" LaCroix is a technologist and open-source enthusiast, specializing in Linux. He has a net field experience of 20 years across different firms as a Solutions Architect and holds a master's degree in Information Systems Technology Management from Capella University. In addition, Jay also has an active Linux-focused YouTube channel with over 250K followers and over 20M views, available at LearnLinuxTV, where he posts instructional tutorial videos and other Linux-related content. He has also written Linux Mint Essentials and Mastering Linux Network Administration, published by Packt Publishing.
Read more about Jay LaCroix