Cargando…

Linux networking cookbook /

Over 40 recipes to help you set up and configure Linux networksAbout This Book Move beyond the basics of how a Linux machine works and gain a better understanding of Linux networks and their configuration Impress your peers by setting up and configuring a Linux server and its various network element...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Boyce, Gregory (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2016.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ii 4500
001 EBSCO_ocn958945572
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |||||||||||
008 160629s2016 enk o 000 0 eng d
040 |a NLE  |b eng  |e rda  |e pn  |c NLE  |d OCLCO  |d HEBIS  |d OCLCF  |d N$T  |d COO  |d VT2  |d FEM  |d EBLCP  |d MERUC  |d OCLCQ  |d REB  |d WYU  |d OCLCQ  |d OCLCO  |d LVT  |d G3B  |d IGB  |d STF  |d UKAHL  |d OCLCQ  |d UKMGB  |d OCLCO  |d OCLCQ 
015 |a GBB697833  |2 bnb 
016 7 |a 017926769  |2 Uk 
019 |a 964892986  |a 968042297  |a 969080019  |a 1005758235  |a 1008954445  |a 1103278949 
020 |a 9781785285974  |q (electronic bk.) 
020 |a 1785285971  |q (electronic bk.) 
020 |a 9781785287916 
020 |a 1785287915 
024 3 |a 9781785287916 
029 1 |a CHNEW  |b 000952845 
029 1 |a CHVBK  |b 484638793 
029 1 |a UKMGB  |b 017926769 
029 1 |a AU@  |b 000067110228 
035 |a (OCoLC)958945572  |z (OCoLC)964892986  |z (OCoLC)968042297  |z (OCoLC)969080019  |z (OCoLC)1005758235  |z (OCoLC)1008954445  |z (OCoLC)1103278949 
037 |a 9781785285974  |b Packt Publishing Pvt. Ltd 
050 4 |a TK5105.5 
072 7 |a COM  |x 013000  |2 bisacsh 
072 7 |a COM  |x 014000  |2 bisacsh 
072 7 |a COM  |x 018000  |2 bisacsh 
072 7 |a COM  |x 067000  |2 bisacsh 
072 7 |a COM  |x 032000  |2 bisacsh 
072 7 |a COM  |x 037000  |2 bisacsh 
072 7 |a COM  |x 052000  |2 bisacsh 
082 0 4 |a 004.6  |2 23 
049 |a UAMI 
100 1 |a Boyce, Gregory,  |e author. 
245 1 0 |a Linux networking cookbook /  |c Gregory Boyce. 
264 1 |a Birmingham :  |b Packt Publishing,  |c 2016. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |2 rda 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed November 16, 2016). 
520 |a Over 40 recipes to help you set up and configure Linux networksAbout This Book Move beyond the basics of how a Linux machine works and gain a better understanding of Linux networks and their configuration Impress your peers by setting up and configuring a Linux server and its various network elements like a pro This is a hands-on solution guide to building, maintaining, and securing a network using LinuxWho This Book Is For This book is targeted at Linux systems administrators who have a good basic understanding and some prior experience of how a Linux machine operates, but want to better understand how various network services function, how to set them up, and how to secure them. You should be familiar with how to set up a Linux server and how to install additional software on them. What You Will Learn Route an IPv6 netblock to your local network Modify your named instance to support setting hostnames for your IPv6 addresses Use SSH for remote console access Configure NGINX with TLS Secure XMPP with TLS Leverage iptables6 to firewall your IPv6 traffic Configure Samba as an Active Directory compatible directory serviceIn Detail Linux can be configured as a networked workstation, a DNS server, a mail server, a firewall, a gateway router, and many other things. These are all part of administration tasks, hence network administration is one of the main tasks of Linux system administration. By knowing how to configure system network interfaces in a reliable and optimal manner, Linux administrators can deploy and configure several network services including file, web, mail, and servers while working in large enterprise environments. Starting with a simple Linux router that passes traffic between two private networks, you will see how to enable NAT on the router in order to allow Internet access from the network, and will also enable DHCP on the network to ease configuration of client systems. You will then move on to configuring your own DNS server on your local network using bind9 and tying it into your DHCP server to allow automatic configuration of local hostnames. You will then future enable your network by setting up IPv6 via tunnel providers. Moving on, we'll configure Samba to centralize authentication for your network services; we will also configure Linux client to leverage it for authentication, and set up a RADIUS server that uses the directory server for authentication. Toward the end, you will have a network with a number of services running on it, and will implement monitoring in order to detect problems as they occur. Style and approach This book is packed with practical recipes and a task-based approach that will walk you through building, maintaining, and securing a computer network using Linux. 
505 0 |a Cover ; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Configuring a Router ; Introduction; Setting up the physical network; Configuring IPv4; Configuring IPv4 permanently; Connecting two networks; Enabling NAT to the outside; Setting up DHCP; Setting up a firewall with IPtables; Setting up port forwarding; Adding VLAN Tagging; Chapter 2: Configuring DNS ; Introduction; Setting up your system to talk to a nameserver; Setting up a local recursive resolver; Configuring dynamic DNS on your local network. 
505 8 |a Setting up a nameserver for your public domainSetting up a slave nameserver; Chapter 3: Configuring IPv6 ; Introduction; Setting up an IPv6 tunnel via Hurricane Electric; Using ip6tables to firewall your IPv6 traffic; Route an IPv6 netblock to your local network; Chapter 4: Remote Access ; Introduction; Installing OpenSSH; Using OpenSSH as a basic shell client; Using OpenSSH to forward defined ports; Using OpenSSH as a SOCKS proxy; Using OpenVPN; Chapter 5: Web Servers ; Introduction; Configuring Apache with TLS; Improving scaling with the Worker MPM; Setting up PHP using an Apache module. 
505 8 |a Securing your web applications using mod_securityConfiguring NGINX with TLS; Setting up PHP in NGINX with FastCGI; Chapter 6: Directory Services ; Introduction; Configuring Samba as an Active Directory compatible directory service; Joining a Linux box to the domain; Chapter 5: Setting up File Storage ; Introduction; Serving files with SMB/CIFS through Samba; Granting authenticated access; Setting up an NFS server; Configuring WebDAV through Apache; Chapter 8: Setting up E-mail ; Introduction; Configuring Postfix to send and receive e-mail; Setting up DNS records for e-mail delivery. 
505 8 |a Configuring IMAPConfiguring authentication for outbound e-mail; Configuring Postfix to support TLS; Blocking spam with Greylisting; Filtering spam with SpamAssassin; Chapter 9: Configuring XMPP ; Introduction; Installing ejabberd; Configuring DNS for XMPP; Configuring the Pidgin client; Chapter 10: Monitoring Your Network ; Introduction; Installing Nagios; Adding Nagios users; Adding Nagios hosts; Monitoring services; Defining commands; Monitoring via NRPE; Monitoring via SNMP; Chapter 11: Mapping Your Network ; Introduction; Detecting systems on your network with NMAP. 
505 8 |a Detecting Systems Using Arp-ScanScanning TCP ports; Scanning UDP ports; Identifying services; Identifying operating systems; Chapter 12: Watching Your Network ; Introduction; Setting up centralized logging; Installing a Snort IDS; Managing your Snort rules; Managing Snort logging; Index. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Linux. 
630 0 7 |a Linux.  |2 fast  |0 (OCoLC)fst01382136 
650 0 |a Operating systems (Computers) 
650 0 |a Computer networks  |x Software. 
650 6 |a Systèmes d'exploitation (Ordinateurs) 
650 7 |a operating systems.  |2 aat 
650 7 |a COMPUTERS  |x Computer Literacy.  |2 bisacsh 
650 7 |a COMPUTERS  |x Computer Science.  |2 bisacsh 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a COMPUTERS  |x Hardware  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Information Technology.  |2 bisacsh 
650 7 |a COMPUTERS  |x Machine Theory.  |2 bisacsh 
650 7 |a COMPUTERS  |x Reference.  |2 bisacsh 
650 7 |a Computer networks.  |2 fast  |0 (OCoLC)fst00872297 
650 7 |a Operating systems (Computers)  |2 fast  |0 (OCoLC)fst01046280 
655 7 |a Software.  |2 fast  |0 (OCoLC)fst01411640 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1261890  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH30993252 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4594300 
938 |a EBSCOhost  |b EBSC  |n 1261890 
994 |a 92  |b IZTAP