Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Enterprise Linux Network Services

Price
2,925 USD
5 Days
OSUN-230
Classroom Training, Online Training
Open Source

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

    Sorry, there are no public classes currently scheduled in your country.

    Please complete this form, and a Training Advisor will be in touch with you shortly to address your training needs.

View Global Schedule

Course Description

Overview

This expansive course covers a wide range of network services useful to every organization. Special attention is paid to the concepts needed to implement these services securely, and to the trouble-shooting skills which will be necessary for real-world administration of these network services. The course material is designed to provide extensive hands-on experience. Topics include: Security with SELinux and Netfilter, DNS concepts and implementation with Bind; LDAP concepts and implementation using OpenLDAP; Web services with Apache; FTP with vsftpd; caching, filtering proxies with Squid; SMB/CIFS (Windows networking) with Samba; and e-mail concepts and implementation with Postfix combined with either Dovecot or Cyrus.

Courseware supports Red Hat Enterprise Linux 7 and SUSE Linux Enterprise 12.
 

Objectives

Upon completion of the Enterprise Linux Network Services course, students will be able to:
  • Implement services securely
  • Administer the necessary trouble-shooting skills of the network

Audience

  • System and Network Administrators
  • Database Administrators
  • Programmers

Prerequisites

    Students should already be comfortable with basic Linux or Unix administration. Fundamentals such as the Linux filesystem, process management, and how to edit files will not be covered in class. A good understanding of network concepts, the TCP/IP protocol suite is also assumed. These skills are taught in the OSUN-120 Linux Fundamentals and OSUN-225 Enterprise Linux Systems Administration courses.
     

Topics

  • Securing Services
    • Xinetd
    • Xinetd Connection Limiting and Access Control
    • Xinetd: Resource limits, redirection, logging
    • TCP Wrappers
    • The /etc/hosts.allow & /etc/hosts.deny Files
    • /etc/hosts.{allow,deny} Shortcuts
    • Advanced TCP Wrappers
    • SUSE Basic Firewall Configuration
    • FirewallD
    • Netfilter: Stateful Packet Filter Firewall
    • Netfilter Concepts
    • Using the iptables Command
    • Netfilter Rule Syntax
    • Targets
    • Common match_specs
    • Connection Tracking
    • Lab Tasks
      • Securing xinetd Services
      • Enforcing Security Policy with xinetd
      • Securing Services with TCP Wrappers
      • Securing Services with SuSEfirewall2
      • Securing Services with Netfilter
      • FirewallD
      • Troubleshooting Practice
  • SELinux And LSM
    • AppArmor
    • SELinux Security Framework
    • Choosing an SELinux Policy
    • SELinux Commands
    • SELinux Booleans
    • SELinux Policy Tools
    • Lab Tasks
      • Exploring AppArmor Modes
      • SELinux File Contexts
  • DNS Concepts
    • Naming Services
    • DNS A Better Way
    • The Domain Name Space
    • Delegation and Zones
    • Server Roles
    • Resolving Names
    • Resolving IP Addresses
    • Basic BIND Administration
    • Configuring the Resolver
    • Testing Resolution
    • Lab Tasks
      • Configuring a Slave Name Server
  • Configuring BIND
    • BIND Configuration Files
    • named.conf Syntax
    • named.conf Options Block
    • Creating a Site-Wide Cache
    • rndc Key Configuration
    • Zones In named.conf
    • Zone Database File Syntax
    • SOA Start of Authority
    • A, AAAA, & PTR Address & Pointer Records
    • NS Name Server
    • TXT, CNAME, & MX Text, Alias, & Mail Host
    • SRV SRV Service Records
    • Abbreviations and Gotchas
    • $GENERATE, $ORIGIN, and $INCLUDE
    • Lab Tasks
      • Use rndc to Control named
      • Configuring BIND Zone Files
  • Creating DNS Hierarchies
    • Subdomains and Delegation
    • Subdomains
    • Delegating Zones
    • in-addr.arpa. Delegation
    • Issues with in-addr.arpa.
    • RFC2317 & in-addr.arpa.
    • Lab Tasks
      • Create a Subdomain in an Existing Domain
      • Subdomain Delegation
  • Advanced BIND DNS Features
    • Address Match Lists & ACLs
    • Split Namespace with Views
    • Restricting Queries
    • Restricting Zone Transfers
    • Running BIND in a chroot
    • Dynamic DNS Concepts
    • Allowing Dynamic DNS Updates
    • DDNS Administration with nsupdate
    • Common Problems
    • Common Problems
    • Securing DNS With TSIG
    • Lab Tasks
      • Configuring Dynamic DNS
      • Securing BIND DNS
  • Using Apache
    • HTTP Operation
    • Apache Architecture
    • Dynamic Shared Objects
    • Adding Modules to Apache
    • Apache Configuration Files
    • httpd.conf Server Settings
    • httpd.conf Main Configuration
    • HTTP Virtual Servers
    • Virtual Hosting DNS Implications
    • httpd.conf VirtualHost Configuration
    • Port and IP based Virtual Hosts
    • Name-based Virtual Host
    • Apache Logging
    • Log Analysis
    • The Webalizer
    • Lab Tasks
      • Apache Architecture
      • Apache Content
      • Configuring Virtual Hosts
  • Apache Security
    • Virtual Hosting Security Implications
    • Delegating Administration
    • Directory Protection
    • Directory Protection with AllowOverride
    • Common Uses for .htaccess
    • Symmetric Encryption Algorithms
    • Asymmetric Encryption Algorithms
    • Digital Certificates
    • TLS Using mod_ssl.so
    • Lab Tasks
      • Using .htaccess Files
      • Using TLS Certificates with Apache
      • Use SNI and TLS with Virtual Hosts
  • Apache Server-Side Scripting Administration
    • Dynamic HTTP Content
    • PHP: Hypertext Preprocessor
    • Developer Tools for PHP
    • Installing PHP
    • Configuring PHP
    • Securing PHP
    • Security Related php.ini Configuration
    • Java Servlets and JSP
    • Apache's Tomcat
    • Installing Java SDK
    • Installing Tomcat Manually
    • Using Tomcat with Apache
    • Lab Tasks
      • CGI Scripts in Apache
      • Apache's Tomcat
      • Using Tomcat with Apache
      • Installing Applications with Apache and Tomcat
  • Implementing An FTP Server
    • The FTP Protocol
    • Active Mode FTP
    • Passive Mode FTP
    • ProFTPD
    • Pure-FTPd
    • vsftpd
    • Configuring vsftpd
    • Anonymous FTP with vsftpd
    • Lab Tasks
      • Configuring vsftpd
  • The Squid Proxy Server
    • Squid Overview
    • Squid File Layout
    • Squid Access Control Lists
    • Applying Squid ACLs
    • Tuning Squid & Configuring Cache Hierarchies
    • Bandwidth Metering
    • Monitoring Squid
    • Proxy Client Configuration
    • Lab Tasks
      • Installing and Configuring Squid
      • Squid Cache Manager CGI
      • Proxy Auto Configuration
      • Configure a Squid Proxy Cluster
  • SQL Fundamentals And MariaDB
    • Popular SQL Databases
    • SELECT Statements
    • INSERT Statements
    • UPDATE Statements
    • DELETE Statements
    • JOIN Clauses
    • MariaDB
    • MariaDB Installation and Security
    • MariaDB User Account Management
    • MariaDB Replication
    • Lab Tasks
      • SQL with Sqlite3
      • Installing and Securing MariaDB
      • Creating a Database in MariaDB
      • Create a Database Backed Application
  • LDAP Concepts And Clients
    • LDAP: History and Uses
    • LDAP: Data Model Basics
    • LDAP: Protocol Basics
    • LDAP: Applications
    • LDAP: Search Filters
    • LDIF: LDAP Data Interchange Format
    • OpenLDAP Client Tools
    • Alternative LDAP Tools
    • Lab Tasks
      • Querying LDAP
  • OpenLDAP Servers
    • Popular LDAP Server Implementations
    • OpenLDAP: Server Architecture
    • OpenLDAP: Backends
    • OpenLDAP: Replication
    • Managing slapd
    • OpenLDAP: Configuration Options
    • OpenLDAP: Configuration Sections
    • OpenLDAP: Global Parameters
    • OpenLDAP: Database Parameters
    • OpenLDAP Server Tools
    • Native LDAP Authentication and Migration
    • Enabling LDAP-based Login
    • System Security Services Daemon (SSSD)
    • Lab Tasks
      • Building An OpenLDAP Server
      • Enabling TLS For An OpenLDAP Server
      • Enabling LDAP-based Logins
  • Samba Concepts And Configuration
    • Introducing Samba
    • NetBIOS and NetBEUI
    • Samba Daemons
    • Accessing Windows/Samba Shares from Linux
    • Samba Utilities
    • Samba Configuration Files
    • The smb.conf File
    • Mapping Permissions and ACLs
    • Mapping Linux Concepts
    • Mapping Users
    • Sharing Home Directories
    • Sharing Printers
    • Share Authentication
    • Share-Level Access
    • User-Level Access
    • Samba Account Database
    • User Share Restrictions
    • Lab Tasks
      • Samba Share-Level Access
      • Samba User-Level Access
      • Samba Group Shares
      • Handling Symbolic Links with Samba
      • Samba Home Directory Shares
  • SMTP Theory
    • SMTP
    • SMTP Terminology
    • SMTP Architecture
    • SMTP Commands
    • SMTP Extensions
    • SMTP AUTH
    • SMTP STARTTLS
    • SMTP Session
  • Postfix
    • Postfix Features
    • Postfix Architecture
    • Postfix Components
    • Postfix Configuration
    • master.cf
    • main.cf
    • Postfix Map Types
    • Postfix Pattern Matching
    • Advanced Postfix Options
    • Virtual Domains
    • Postfix Mail Filtering
    • Configuration Commands
    • Management Commands
    • Postfix Logging
    • Logfile Analysis
    • Postfix, Relaying and SMTP AUTH
    • SMTP AUTH Server and Relay Control
    • SMTP AUTH Clients
    • Postfix / TLS
    • TLS Server Configuration
    • Postfix Client Configuration for TLS
    • Other TLS Clients
    • Ensuring TLS Security
    • Lab Tasks
      • Configuring Postfix
      • Postfix Virtual Host Configuration
      • Postfix Network Configuration
      • Postfix SMTP AUTH Configuration
      • Postfix STARTTLS Configuration
      • SUSE Postfix Configuration Cleanup
  • Mail Services And Retrieval
    • Filtering Email
    • Procmail
    • SpamAssassin
    • Bogofilter
    • amavisd-new Mail Filtering
    • Accessing Email
    • The IMAP4 Protocol
    • Dovecot POP3/IMAP Server
    • Cyrus IMAP/POP3 Server
    • Cyrus IMAP MTA Integration
    • Cyrus Mailbox Administration
    • Fetchmail
    • Roundcube Webmail
    • Mailing Lists
    • GNU Mailman
    • Mailman Configuration
    • Lab Tasks
      • Configuring Procmail & SpamAssassin
      • Configuring Cyrus IMAP
      • Dovecot TLS Configuration
      • Configuring Roundcube
      • Base Mailman Configuration
      • Basic Mailing List
      • Private Mailing List
  • Appendix A: NIS
    • NIS Overview
    • NIS Limitations and Advantages
    • NIS Client Configuration
    • NIS Server Configuration
    • NIS Troubleshooting Aids
    • Lab Tasks
      • Using NIS for Centralized User Accounts
      • Configuring NIS
      • NIS Slave Server
      • NIS Failover
      • Troubleshooting Practice: NIS
  • 2023 Top 20 Training Industry Company - IT Training

    Need Help?

    Call us at 877-206-0106 or e-mail us at info@learnquest.com

    Personalized Solutions

    Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

    Contact Us

    Need Help?

    Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

    Talk to us

    20% Off All AI Training Courses

    Achieve more with AI-powered tools and strategies.

    PROMO CODE: AI20
    VALID THROUGH APRIL 30, 2024

    20% Off All AI Training Courses

    Self-Paced Training Info

    Learn at your own pace with anytime, anywhere training

    • Same in-demand topics as instructor-led public and private classes.
    • Standalone learning or supplemental reinforcement.
    • e-Learning content varies by course and technology.
    • View the Self-Paced version of this outline and what is included in the SPVC course.
    • Learn more about e-Learning

    Course Added To Shopping Cart

    bla

    bla

    bla

    bla

    bla

    bla

    Self-Paced Training Terms & Conditions

    ??spvc-wbt-warning??
    ??group-training-form-area??
    ??how-can-we-help-you-area??
    ??personalized-form-area??
    ??request-quote-area??

    Sorry, there are no classes that meet your criteria.

    Please contact us to schedule a class.
    Close

    self-paced
    STOP! Before You Leave

    Save 0% on this course!

    Take advantage of our online-only offer & save 0% on any course !

    Promo Code skip0 will be applied to your registration

    Close
    Nothing yet
    here's the message from the cart

    To view the cart, you can click "View Cart" on the right side of the heading on each page
    Add to cart clicker.

    Purchase Information

    ??elearning-coursenumber?? ??coursename??
    View Cart

    Need more Information?

    Speak with our training specialists to continue your learning journey.

     

    Delivery Formats

    Close

    By submitting this form, I agree to LearnQuest's Terms and Conditions

    heres the new schedule
    This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
    Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.