i
Installation in Standalone Machine
Installation through NFS
Installation Through FTP
Installation Through HTTP
Installation Through KICKSTART
Creation Of File Systems
Understanding EXT2, EXT3 & EXT4 File Systems
Converting Ext2 to Ext3 File Systems
Reverting back from Ext3 to Ext2 File systems
Understanding fdisk, e2label, mount, umount commands
Understanding fstab and mtab Hles
File System Management Troubleshooting
Understanding different types of groups and creation of groups
Creation of users in different groups
Understanding Passwd, Shadow Files
Understanding Passwd Aging
Creation of Quotas for Users, Groups and File Systems
Understanding Users Security Files
The different commands for Monitoring the Users
User Management Troubleshooting
Understanding the different types of run-levels
Understanding different types of shutdown commands
Understanding run control scripts
Understanding NFS server and NFS clients
Understanding daemons and Files in NFS of boot phases
Configuring NFS server and different NFS clients
Configuration of autofs, NFS security
Understanding the features and advantages of FTP Server
Configuring FTP server and FTP clients
Configuring FTP server for anonymous and real Users with download and upload permissions
Configuring FTP User access, FTP security
Understanding FTP Basic Commands
Configuring of Anonymous FTP Server
Understanding XINETD based and non XINETD based services
Configuring XINETD based services
XINETD security
Understanding DNS Service and different types of DNS Servers
Configuring DNS (Master) DNS (Slave)
Understanding & Configuring forward (DNS) and cache (DNS) of boot phases
Understanding different types of files when the system is booting
DNS Troubleshooting
Creation of file systems and converting into LVM
Creation of Physical Partitions
Creation of Volume Groups
Creation of Logical Partitions
Extending the Volume Group
Extending the Logical Partitions
Understanding the features and advantages of RPM
Installation of RPM Packages
Up-gradation of RPM
Verification of RPM
Querying
RPM Troubleshooting
Understanding different types of File System Backup
Understanding different types of Files Backups
Understanding different types of Dump Levels
Understanding Monthly, Weekly, Daily Backups
Different types of Backup strategies
Understanding NIS and daemons at NIS (Server, Slave and Clients)
Configuring NIS (Master), NIS (Slave) and NIS clients
Integrating NIS ( Master and Slave) with NFS Server
Understanding of APACHE
Configuring APACHE Web Server with virtual hosting
Configuring APACHE Web Server with IP BASED, HOST BASED and PORT BASED
Understanding the features and advantages of Samba Server
Configuring SAMBA for heterogeneous environment
Sharing the resources between Unix to Unix using SAMBA
Sharing the resources between Windows to Unix (vice-versa)
SAMBA security
DHCP automatically provides IP addresses and other network configuration information (subnet mask, broadcast address, etc.) to computers on the network. Sends the broadcast request to the DHCP server requesting the client address configured for DHCP. The DHCP server then issues a "lease" and assigns that client. The valid lease period can be specified on the server. DHCP reduces the time required to configure clients and allows computers to be moved across different networks and configured with appropriate IP addresses, gateways, and subnet masks. It uses a limited number of IP addresses for ISPs. DHCP servers can provide a "static" IP address for the specified hardware. Microsoft NetBase information is often included in the network information sent by the DHCP server.
DHCP Assignment:
1. Lease Request: The client requests the DHCP server with a root address of 0.0.0.0 and the destination address of 255.255.255.255. The request contains the MAC address used to direct the answer.
2. IP Lease Offer: The DHCP server replies with the IP address, subnet mask, network gateway, domain name, name server, lease duration and IP address of the DHCP server.
3. Lease Option: The client offers and transmits to the All DHCP server, accepting the offer, so that other DHCP servers do not have to.
4. The DHCP server then sends one to the client. The client is configured to TCP / IP.
5. Lease renewal: When half of the lease expires, the client issues a new request for DHCP - server.
DHCP - Server Installation:
Red Hat / CentOS / Fedora: rpm -ivh dhcp-xx.xxxx.elx.i3x.pm
Ubuntu / Debian 8: apt-install dhcp3-server
Starting the DHCP Server:
Red Hat / CentOS / Fedora: Launch service dhcpd (Or start /etc/rc.d/init.d/dhcpd for Red Hat, Fedora and CentOS distribution)
Ubuntu / Debian: /etc/init.d/networking re-start
Sample DHCP Server Configuration File:
Red Hat / CentOS / Fedora: /etc/dhcpd.conf
[Potential Disadvantages]: Its /etc/dhcpd.conf not /etc/dhcp.conf !!
Don't miss out!