Book Image

Mastering Linux Network Administration

By : Jay LaCroix
Book Image

Mastering Linux Network Administration

By: Jay LaCroix

Overview of this book

Linux is everywhere. Whether you run a home office, a small business, or manage enterprise systems, Linux can empower your network to perform at its very best. Armed with the advanced tools and best practice guidance of this practical guide, you'll be able to mold Linux networks to your will, empowering your systems and their users to take advantage of all that Linux-based networks have to offer. Understand how Linux networks function and get to grips with essential tips and tricks to manage them - whether you're already managing a networks, or even just starting out. With Debian and CentOS as its source, this book will divulge all the details you need to manage a real Linux-based network. With detailed activities and instructions based on real-world scenarios, this book will be your guide to the exciting world of Linux networking.
Table of Contents (17 chapters)
Mastering Linux Network Administration
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Installing missing firmware on Debian systems


Many distributions of Linux prefer to include only free software and drivers by default, and Debian falls into that category. The reason for this can be due to moral decisions or licensing restrictions, but the result may be that a specific network card or hardware device ceases to function out of the box. Commonly, this is very typical with wireless cards. One example of this is Intel wireless cards. While these typically work without any tinkering needed when it comes to end-user distributions (Ubuntu, Linux Mint, and so on), Enterprise distributions such as Debian often don't include these and force you to jump through additional hoops. The reason for this is because the software required for these cards to function isn't open-source, so the decision was made to not include it in the default repositories. Thankfully, this usually isn't too difficult to rectify providing you know the steps.

On Debian systems, there is a non-free parameter that...