Linux Advanced Routing and Traffic Control HOWTO

Linux Advanced Routing and Traffic Control HOWTO

Author: Gregory Maxwell

Publisher:

Published: 2019-11-06

Total Pages: 102

ISBN-13: 9781705975855

DOWNLOAD EBOOK

Summary This classic howto was written in 2002, but it is still a must-read howto for any Linux networking professionals today. Many practical examples are included in the book.It is a very hands−on approach to iproute2, traffic shaping, policy routing and a bit of netfilter.This is a book you should have on your bookshelf. Table of Contents Dedication Introduction Introduction to iproute2 Rules-routing policy database GRE and other tunnles IPv6 tunning with Cisco and/or 6bone IPSec:secure IP over the internet Multicast routing Queueing Disciplines for Bandwdith Management Load sharing over multiple interfaces Netfilter & iproute - marking packets Advanced filters for (re-)classifying packets Kernel network parameters Advanced &less common queueing disciplines Cookbook Building bridges, and pseudo-bridges with Proxy ARP Dynamic routing - OSPF and BGP Other possibilities Further reading Acknowledgements


Linux Network Administrator's Guide

Linux Network Administrator's Guide

Author: Olaf Kirch

Publisher: "O'Reilly Media, Inc."

Published: 2000

Total Pages: 516

ISBN-13: 9781565924000

DOWNLOAD EBOOK

This introduction to networking on Linux now covers firewalls, including the use of ipchains and Netfilter, masquerading, and accounting. Other new topics in this second edition include Novell (NCP/IPX) support and INN (news administration).


Linux Kernel Networking

Linux Kernel Networking

Author: Rami Rosen

Publisher: Apress

Published: 2013-12-22

Total Pages: 636

ISBN-13: 143026196X

DOWNLOAD EBOOK

A complete, in-depth reference guide to understanding kernel networking.


Linux Kernel Networking

Linux Kernel Networking

Author: Rami Rosen

Publisher: Apress

Published: 2014-02-28

Total Pages: 636

ISBN-13: 1430261978

DOWNLOAD EBOOK

Linux Kernel Networking takes you on a guided in-depth tour of the current Linux networking implementation and the theory behind it. Linux kernel networking is a complex topic, so the book won't burden you with topics not directly related to networking. This book will also not overload you with cumbersome line-by-line code walkthroughs not directly related to what you're searching for; you'll find just what you need, with in-depth explanations in each chapter and a quick reference at the end of each chapter. Linux Kernel Networking is the only up-to-date reference guide to understanding how networking is implemented, and it will be indispensable in years to come since so many devices now use Linux or operating systems based on Linux, like Android, and since Linux is so prevalent in the data center arena, including Linux-based virtualization technologies like Xen and KVM.


Linux in a Nutshell

Linux in a Nutshell

Author: Ellen Siever

Publisher: O'Reilly Media

Published: 2009-09-19

Total Pages: 944

ISBN-13: 1449391710

DOWNLOAD EBOOK

Everything you need to know about Linux is in this book. Written by Stephen Figgins, Ellen Siever, Robert Love, and Arnold Robbins -- people with years of active participation in the Linux community -- Linux in a Nutshell, Sixth Edition, thoroughly covers programming tools, system and network administration tools, the shell, editors, and LILO and GRUB boot loaders. This updated edition offers a tighter focus on Linux system essentials, as well as more coverage of new capabilities such as virtualization, wireless network management, and revision control with git. It also highlights the most important options for using the vast number of Linux commands. You'll find many helpful new tips and techniques in this reference, whether you're new to this operating system or have been using it for years. Get the Linux commands for system administration and network management Use hundreds of the most important shell commands available on Linux Understand the Bash shell command-line interpreter Search and process text with regular expressions Manage your servers via virtualization with Xen and VMware Use the Emacs text editor and development environment, as well as the vi, ex, and vim text-manipulation tools Process text files with the sed editor and the gawk programming language Manage source code with Subversion and git


The Book of Xen

The Book of Xen

Author: Chris Takemura

Publisher: No Starch Press

Published: 2010

Total Pages: 316

ISBN-13: 1593271867

DOWNLOAD EBOOK

Xen allows administrators to run many virtual operating systems on one physical server, including Linux, BSD, OpenSolaris, and Microsoft Windows. In the process, users save money on hardware, maintenance, and electricity. Not only is Xen open source, the Xen hypervisor (the virtual machine monitor) is the best-performing hypervisor available. "The Book of Xen" explains everything a sysadmin needs to know to use this powerful technology, with coverage of installation, networking, virtualized storage, and managing guest and host operating systems. Written for administrators who have worked with *NIX before but who may be new to virtualization, "The Book of Xen" covers both the basics and the trickier aspects of Xen administration, like profiling and benchmarks, migration, XenSource administration, and hardware assisted virtualization (HVM).


The Debian Administrator's Handbook, Debian Wheezy from Discovery to Mastery

The Debian Administrator's Handbook, Debian Wheezy from Discovery to Mastery

Author: Raphaël Hertzog

Publisher: Lulu.com

Published: 2014-06-18

Total Pages: 499

ISBN-13:

DOWNLOAD EBOOK

Accessible to all, this book teaches the essentials to anyone who wants to become an effective and independent Debian GNU/Linux administrator. It covers all the topics that a competent Linux administrator should master, from the installation and the update of the system, up to the creation of packages and the compilation of the kernel, but also monitoring, backup and migration, without forgetting advanced topics like SELinux setup to secure services, automated installations, or virtualization with Xen, KVM or LXC. Learn more about the book on http: //debian-handbook.info


Linux iptables Pocket Reference

Linux iptables Pocket Reference

Author: Gregor N. Purdy

Publisher: "O'Reilly Media, Inc."

Published: 2004-08-25

Total Pages: 98

ISBN-13: 1449378986

DOWNLOAD EBOOK

Firewalls, Network Address Translation (NAT), network logging and accounting are all provided by Linux's Netfilter system, also known by the name of the command used to administer it, iptables. The iptables interface is the most sophisticated ever offered onLinux and makes Linux an extremely flexible system for any kind of network filtering you might do. Large sets of filtering rules can be grouped in ways that makes it easy to test them and turn them on and off.Do you watch for all types of ICMP traffic--some of them quite dangerous? Can you take advantage of stateful filtering to simplify the management of TCP connections? Would you like to track how much traffic of various types you get?This pocket reference will help you at those critical moments when someone asks you to open or close a port in a hurry, either to enable some important traffic or to block an attack. The book will keep the subtle syntax straight and help you remember all the values you have to enter in order to be as secure as possible. The book has an introductory section that describes applications,followed by a reference/encyclopaedic section with all the matches and targets arranged alphabetically.