Linux iptables Pocket Reference

Linux iptables Pocket Reference
Author: Gregor N. Purdy
Publsiher: "O'Reilly Media, Inc."
Total Pages: 98
Release: 2004-08-25
Genre: Computers
ISBN: 9781449378981

Download Linux iptables Pocket Reference Book in PDF, Epub and Kindle

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.

Linux Firewalls

Linux Firewalls
Author: Michael Rash
Publsiher: No Starch Press
Total Pages: 338
Release: 2007-09-07
Genre: Computers
ISBN: 9781593271411

Download Linux Firewalls Book in PDF, Epub and Kindle

System administrators need to stay ahead of new security vulnerabilities that leave their networks exposed every day. A firewall and an intrusion detection systems (IDS) are two important weapons in that fight, enabling you to proactively deny access and monitor network traffic for signs of an attack. Linux Firewalls discusses the technical details of the iptables firewall and the Netfilter framework that are built into the Linux kernel, and it explains how they provide strong filtering, Network Address Translation (NAT), state tracking, and application layer inspection capabilities that rival many commercial tools. You'll learn how to deploy iptables as an IDS with psad and fwsnort and how to build a strong, passive authentication layer around iptables with fwknop. Concrete examples illustrate concepts such as firewall log analysis and policies, passive network authentication and authorization, exploit packet traces, Snort ruleset emulation, and more with coverage of these topics: –Passive network authentication and OS fingerprinting –iptables log analysis and policies –Application layer attack detection with the iptables string match extension –Building an iptables ruleset that emulates a Snort ruleset –Port knocking vs. Single Packet Authorization (SPA) –Tools for visualizing iptables logs Perl and C code snippets offer practical examples that will help you to maximize your deployment of Linux firewalls. If you're responsible for keeping a network secure, you'll find Linux Firewalls invaluable in your attempt to understand attacks and use iptables—along with psad and fwsnort—to detect and even prevent compromises.

Linux Networking Cookbook

Linux Networking Cookbook
Author: Carla Schroder
Publsiher: "O'Reilly Media, Inc."
Total Pages: 641
Release: 2007-11-26
Genre: Computers
ISBN: 9780596553692

Download Linux Networking Cookbook Book in PDF, Epub and Kindle

This soup-to-nuts collection of recipes covers everything you need to know to perform your job as a Linux network administrator, whether you're new to the job or have years of experience. With Linux Networking Cookbook, you'll dive straight into the gnarly hands-on work of building and maintaining a computer network. Running a network doesn't mean you have all the answers. Networking is a complex subject with reams of reference material that's difficult to keep straight, much less remember. If you want a book that lays out the steps for specific tasks, that clearly explains the commands and configurations, and does not tax your patience with endless ramblings and meanderings into theory and obscure RFCs, this is the book for you. You will find recipes for: Building a gateway, firewall, and wireless access point on a Linux network Building a VoIP server with Asterisk Secure remote administration with SSH Building secure VPNs with OpenVPN, and a Linux PPTP VPN server Single sign-on with Samba for mixed Linux/Windows LANs Centralized network directory with OpenLDAP Network monitoring with Nagios or MRTG Getting acquainted with IPv6 Setting up hands-free networks installations of new systems Linux system administration via serial console And a lot more. Each recipe includes a clear, hands-on solution with tested code, plus a discussion on why it works. When you need to solve a network problem without delay, and don't have the time or patience to comb through reference books or the Web for answers, Linux Networking Cookbook gives you exactly what you need.

grep Pocket Reference

grep Pocket Reference
Author: John Bambenek,Agnieszka Klus
Publsiher: "O'Reilly Media, Inc."
Total Pages: 86
Release: 2009-01-14
Genre: Computers
ISBN: 9780596554460

Download grep Pocket Reference Book in PDF, Epub and Kindle

grep Pocket Reference is the first guide devoted to grep, the powerful Unix content-location utility. This handy book is ideal for system administrators, security professionals, developers, and others who want to learn more about grep and take new approaches with it -- for everything from mail filtering and system log management to malware analysis. With grep Pocket Reference, you will: Learn methods for filtering large files for specific content Acquire information not included in the current grep documentation Get several tricks for using variants such as egrep Keep key information about grep right at your fingertips Find the answers you need about grep quickly and easily. If you're familiar with this utility, grep Pocket Reference will help you refresh your basic knowledge, understand rare situations, and work more efficiently. If you're new to grep, this book is the best way to get started.

Linux in a Nutshell

Linux in a Nutshell
Author: Ellen Siever,Aaron Weber,Stephen Figgins,Robert Love,Arnold Robbins
Publsiher: "O'Reilly Media, Inc."
Total Pages: 946
Release: 2005
Genre: Computers
ISBN: 9780596529499

Download Linux in a Nutshell Book in PDF, Epub and Kindle

Over the last few years, Linux has grown both as an operating system and a tool for personal and business use. Simultaneously becoming more user friendly and more powerful as a back-end system, Linux has achieved new plateaus: the newer filesystems have solidified, new commands and tools have appeared and become standard, and the desktop--including new desktop environments--have proved to be viable, stable, and readily accessible to even those who don't consider themselves computer gurus. Whether you're using Linux for personal software projects, for a small office or home office (often termed the SOHO environment), to provide services to a small group of colleagues, or to administer a site responsible for millions of email and web connections each day, you need quick access to information on a wide range of tools. This book covers all aspects of administering and making effective use of Linux systems. Among its topics are booting, package management, and revision control. But foremost in Linux in a Nutshell are the utilities and commands that make Linux one of the most powerful and flexible systems available. Now in its fifth edition, Linux in a Nutshell brings users up-to-date with the current state of Linux. Considered by many to be the most complete and authoritative command reference for Linux available, the book covers all substantial user, programming, administration, and networking commands for the most common Linux distributions. Comprehensive but concise, the fifth edition has been updated to cover new features of major Linux distributions. Configuration information for the rapidly growing commercial network services and community update services is one of the subjects covered for the first time. But that's just the beginning. The book covers editors, shells, and LILO and GRUB boot options. There's also coverage of Apache, Samba, Postfix, sendmail, CVS, Subversion, Emacs, vi, sed, gawk, and much more. Everything that system administrators, developers, and power users need to know about Linux is referenced here, and they will turn to this book again and again.

Designing and Implementing Linux Firewalls with QoS Using Netfilter Iproute2 NAT and L7 filter

Designing and Implementing Linux Firewalls with QoS Using Netfilter  Iproute2  NAT and L7 filter
Author: Lucian Gheorghe
Publsiher: Packt Publishing Ltd
Total Pages: 501
Release: 2006-10-31
Genre: Computers
ISBN: 9781847190512

Download Designing and Implementing Linux Firewalls with QoS Using Netfilter Iproute2 NAT and L7 filter Book in PDF, Epub and Kindle

Learn how to secure your system and implement QoS using real-world scenarios for networks of all sizes.

Windows PowerShell Pocket Reference

Windows PowerShell Pocket Reference
Author: Lee Holmes
Publsiher: "O'Reilly Media, Inc."
Total Pages: 201
Release: 2012-12-10
Genre: Computers
ISBN: 9781449363390

Download Windows PowerShell Pocket Reference Book in PDF, Epub and Kindle

This portable reference to Windows PowerShell 3.0 summarizes the command shell and scripting language, and provides a concise reference to the many tasks that make PowerShell so useful. If you’re a busy Windows administrator, and don’t have time to plow through huge books or search online, this is the ideal on-the-job tool. Written by Microsoft PowerShell team member Lee Holmes, and excerpted from his Windows PowerShell Cookbook, this edition offers up-to-date coverage of PowerShell 3.0. You’ll find information on the .NET classes and legacy tools you need to manage your system, along with chapters on how to write scripts, manage errors, and format output. Beginning with a guided tour of Windows PowerShell, this handy guide covers: PowerShell language and environment Regular expression reference XPath quick reference .NET string formatting .NET DateTime formatting Selected .NET classes and their uses WMI reference Selected COM objects and their uses Selected events and their uses Standard PowerShell verbs

Linux Network Administrator s Guide

Linux Network Administrator s Guide
Author: Olaf Kirch,Terry Dawson
Publsiher: "O'Reilly Media, Inc."
Total Pages: 516
Release: 2000
Genre: Computers
ISBN: 1565924002

Download Linux Network Administrator s Guide Book in PDF, Epub and Kindle

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).