Gathering live information about network devices has changed in recent years. Historically, we used the ipconfig and route commands. These commands have been replaced by the iproute2 package. In this video,explore the use of both the legacy tools as well as their replacements to gather information about our network settings.
- [Instructor] Traditionally, Linux used the…net tools commands including ifconfig, netstat, and route.…These commands have mostly been superseded…by the iproute2 suite of tools, including the IP command.…I find the syntax of the Legacy Tools easy to remember,…but in time they may no longer be available,…so it's important to migrate to iproute.…We will install the net tools package in this course…so we have access to the Legacy commands,…as well as the replacements which are installed by default.…To do so in a terminal type sudo yum -y…install net-tools, and hit Enter.…
Then type in your password.…If the net tools packet is already installed,…it'll let you know.…We'll reference both the Legacy commands…and the replacements, so users with prior experience…can migrate to the new commands easier.…To get IP address and network mask information…using the Legacy tools, we'll type in clear,…and then type in ifconfig.…From this output, we can see the IP version four…and IP version six addresses for all network devices.…
Author
Released
12/6/2017- Gathering network information
- Ensuring connectivity with ping
- Querying DNS servers with dig
- Changing hostname, IP address, and more
- Configuring networking
- Connecting to SSH
- Configuring SSH clients
- Authenticating and restricting access with SSH
- Optimizing SSH for speed
Skill Level Appropriate for all
Duration
Views
Related Courses
-
Microsoft Azure: Secure Resources
with Sharon Bennett1h 39m Intermediate -
Microsoft Azure: Architecting Azure Infrastructure
with Sharon Bennett1h 19m Intermediate
-
Introduction
-
Welcome43s
-
What you should know1m 4s
-
OS installation9m 50s
-
Lab setup6m 1s
-
Install Guest Additions4m 22s
-
-
1. Linux Networking Overview
-
2. Gather Network Information
-
Get system hostname1m 46s
-
3. Use Network Tools
-
Query DNS servers with dig5m 16s
-
4. Change Live Network Configuration
-
Change DNS server1m 14s
-
5. Change Saved Network Configuration
-
Edit system hosts file2m 23s
-
6. Secure Shell Overview
-
SSH overview1m 34s
-
-
7. Configure SSH
-
Configure SSH clients2m 42s
-
Configure SSH servers2m 2s
-
SSH per user client files4m 10s
-
-
8. SSH Security
-
9. SSH Tips and Tricks
-
Optimize SSH for speed3m 36s
-
Conclusion
-
Next steps50s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Get IP address, subnet mask, and default gateway