Book description
Traditional IPv4 routing is summarized as "All routing is a destination driven process". When a router looks at an IPv4 packet it cares only about the destination address in the header of the packet. It uses this destination address to make a decision on where to forward the packet. But what if you want to route packets differently depending not only on the destination addresses but also on other packet fields such as source address, IP protocol, transport protocol ports or even packet payload? This is Policy Routing and this book tells you how to do it.
Table of contents
- Copyright
- About the Author
- Acknowledgments
- Tell Us What You Think!
- Introduction
-
Theory, Usage, and Utilities
- Basic IPv4 Routing
- Policy Routing Theory
- Linux Policy Routing Structures
-
IPROUTE2 Utility for Linux
- Obtaining and Compiling IPROUTE2
- General Command Structure
- ip link—Network Device Configuration
- ip address—Protocol Address Management
- ip neighbour—neighbour/ARP Table Management
- ip route—Routing Table Management
- ip rule—Routing Policy Database Management
- ip tunnel—IP Tunnelling Configuration
- ip monitor and rtmon—Route State Monitoring
- Summary
- Policy Routing Implementations
- Appendixes
- Index
Product information
- Title: Policy Routing Using Linux®
- Author(s):
- Release date: March 2001
- Publisher(s): Sams
- ISBN: 9780672320521
You might also like
book
Linux® Routing
Linux Routing explains and demonstrates routing solutions for common network types, namely LANs, WANs, and VPNs, …
article
Run Llama-2 Models Locally with llama.cpp
Llama is Meta’s answer to the growing demand for LLMs. Unlike its well-known technological relative, ChatGPT, …
book
Designing and Implementing Linux Firewalls and QoS using netfilter, iproute2, NAT, and L7-filter
Learn how to secure your system and implement QoS using real-world scenarios for networks of all …
article
Use Github Copilot for Prompt Engineering
Using GitHub Copilot can feel like magic. The tool automatically fills out entire blocks of code--but …