{"id":81384,"date":"2023-05-23T13:30:01","date_gmt":"2023-05-23T04:30:01","guid":{"rendered":"https:\/\/avinton.com\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/"},"modified":"2023-06-01T11:29:49","modified_gmt":"2023-06-01T02:29:49","slug":"how-to-pass-lpic-level-2-testimonial","status":"publish","type":"post","link":"https:\/\/avinton.com\/en\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/","title":{"rendered":"A Basic Guide to LPIC-2 Based on Our Engineer&#8217;s Experience"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]<\/p>\n<div class=\"note-text md\">\n<h2 class=\"header2\" dir=\"auto\" data-sourcepos=\"3:1-3:18\">Introduction<\/h2>\n<p dir=\"auto\" data-sourcepos=\"4:1-6:76\">One of our engineers recently passed the LPIC-2. In the following article, he shares his experience, hoping that it will be helpful for those who are planning to take the exam in the future.<\/p>\n<p dir=\"auto\" data-sourcepos=\"4:1-6:76\">LPIC-2 is a more extensive and in-depth exam than LPIC-1. It covers not only what you have learned in LPIC-1 but also more content you have not learned in LPIC-1, such as kernel, web server configuration, and program compilation\/installation mechanism. In other words, it is more practical.<\/p>\n<p dir=\"auto\" data-sourcepos=\"4:1-6:76\">The following is an overview of the topics covered in the 201 and 202 exams.<\/p>\n<h3 dir=\"auto\" data-sourcepos=\"8:1-8:12\">Exam 201<\/h3>\n<ol dir=\"auto\" data-sourcepos=\"9:1-28:21\">\n<li data-sourcepos=\"9:1-10:57\">Capacity Planning<br \/>\nMonitoring of resources such as CPU, memory, and disk<\/li>\n<li data-sourcepos=\"11:1-13:28\">Linux Kernel<br \/>\nKernel components Compiling a Linux kernel<\/li>\n<li data-sourcepos=\"14:1-16:65\">System Startup<br \/>\nSystem Boot Mechanism<br \/>\nRelationship between the kernel, boot loader, and file system<\/li>\n<li data-sourcepos=\"17:1-19:43\">Filesystem and Devices<br \/>\nTypes and Features of File Systems<br \/>\nCreation and management of file systems<\/li>\n<li data-sourcepos=\"20:1-22:26\">Advanced Storage Device Administration<br \/>\nRAID Logical Volume Manager<\/li>\n<li data-sourcepos=\"23:1-25:34\">Networking Configuration<br \/>\nBasic networking configuration Troubleshooting network issues<\/li>\n<li data-sourcepos=\"26:1-28:21\">System Maintenance<br \/>\nMake and install programs from source Backup operations<\/li>\n<\/ol>\n<h3 dir=\"auto\" data-sourcepos=\"29:1-29:12\">Exam 202<\/h3>\n<ol dir=\"auto\" data-sourcepos=\"30:1-49:0\">\n<li data-sourcepos=\"30:1-31:37\">DNS<br \/>\nBIND and DNS server configuration<\/li>\n<li data-sourcepos=\"32:1-33:41\">WEB server and Porxy server<br \/>\nApache,NGINX, and Squid configuration<\/li>\n<li data-sourcepos=\"34:1-35:38\">File Sharing<br \/>\nSamba and NFS Server configuration<\/li>\n<li data-sourcepos=\"36:1-39:21\">Network Client Management DHCP configuration<br \/>\nPAM authentication LDAP client usage<\/li>\n<li data-sourcepos=\"40:1-43:27\">E-Mail Services Using e-mail servers<br \/>\nManaging E-Mail Delivery Managing Mailbox Access<\/li>\n<li data-sourcepos=\"44:1-49:0\">System Security<br \/>\niptables<br \/>\nFTP Server Security<br \/>\nOpenSSH configuration TCP Wrapper<\/li>\n<\/ol>\n<h2 class=\"header2\" dir=\"auto\" data-sourcepos=\"50:1-50:42\">1. My State at the Start of My Studies<\/h2>\n<ul dir=\"auto\" data-sourcepos=\"51:1-54:0\">\n<li data-sourcepos=\"51:1-51:94\">Learned the basics of IT infrastructure at a tech school and joined Avinton after graduation<\/li>\n<li data-sourcepos=\"52:1-52:76\">Not passed CCNA yet, but in school, I learned networking based on the CCNA<\/li>\n<li data-sourcepos=\"53:1-54:0\">Passed LPIC-1<\/li>\n<\/ul>\n<p dir=\"auto\" data-sourcepos=\"55:1-58:97\">As I write this, you may feel that I would easily pass the exam since I studied infrastructure. At first, I felt so myself. Looking at the textbooks, I only knew the outline and needed help understanding many details. Compared to LPIC-1, LPIC-2 has many more detailed and in-depth questions, so there is much more to understand. On the other hand, I had a slight advantage regarding networking, encryption, and security areas.<\/p>\n<h2 class=\"header2\" dir=\"auto\" data-sourcepos=\"60:1-60:27\">2. Actual Hours Studied<\/h2>\n<ul dir=\"auto\" data-sourcepos=\"61:1-63:0\">\n<li data-sourcepos=\"61:1-61:15\">201: 90 hours<\/li>\n<li data-sourcepos=\"62:1-63:0\">202: 60 hours<\/li>\n<\/ul>\n<p dir=\"auto\" data-sourcepos=\"64:1-66:3\">My goal was to pass the exam in two weeks, which is probably a little short time to study for the LPIC-2. Before the exam, I thought, &#8220;I should have studied for this exam long ago.&#8221; If you have more time, you should spend more time than I did. 202 has more detailed questions, such as how to write a configuration file, than thinking questions, so you should spend more time studying for 202.<\/p>\n<h2 class=\"header2\" dir=\"auto\" data-sourcepos=\"67:1-67:37\">3. Questions and Scope of the Exam<\/h2>\n<p dir=\"auto\" data-sourcepos=\"68:1-69:217\">The exam&#8217;s scope is quite comprehensive, so if you think &#8220;there won&#8217;t be much in this area,&#8221; you will likely get into trouble. When I took the 202 exam, there were many questions about mail servers, which were not included in the textbooks I used, and I was very nervous during the exam.<br \/>\nIn particular, the configuration and commands for Dovecot (a mail delivery agent that works with mail servers) are rarely covered in textbooks. Still, the commands and options about Dovecot appear on the exam a lot.<\/p>\n<h2 class=\"header2\" dir=\"auto\" data-sourcepos=\"71:1-71:42\">4. Factors That Helped Me Pass the Exam<\/h2>\n<p dir=\"auto\" data-sourcepos=\"72:1-73:174\">The questions on the exam are more extensive and in-depth than those found in Linux textbooks. Therefore, it was practical to examine and try things in Ubuntu to understand the commands, the results of executing the commands, and the format of the configuration files. It may be difficult to do trial and error in a limited amount of time, but I encourage you to give it a try on any Linux environment. My own experience at school about networking-related areas has been helpful. Among other things, knowing the basic mechanics of DNS, DHCP, and PKI makes studying much easier.<\/p>\n<h2 class=\"header2\" dir=\"auto\" data-sourcepos=\"75:1-75:35\">5. Scores and Post-Test Comments<\/h2>\n<ul dir=\"auto\" data-sourcepos=\"76:1-78:0\">\n<li data-sourcepos=\"76:1-76:21\">201: 660\/800 Passed<\/li>\n<li data-sourcepos=\"77:1-78:0\">202: 500\/800 Passed<\/li>\n<\/ul>\n<p dir=\"auto\" data-sourcepos=\"79:1-80:158\">I did not expect to pass both exams in two weeks. Especially for exam 202, I was anxious until right before the exam. I was disappointed to get an unexpected question on the first question, and the result was just about the passing score (500\/800). However, by understanding the structure of each technology, I could guess the answers to the questions, and the experience of passing the exam, as a result, gave me confidence about Linux knowledge in myself.<br \/>\nDue to my schedule, I took the exam on two consecutive weekend days this time, but it would be better to leave at least one week between exams if possible.<\/p>\n<h2 class=\"header2\" dir=\"auto\" data-sourcepos=\"82:1-82:24\">6. Keywords of Study<\/h2>\n<p dir=\"auto\" data-sourcepos=\"83:1-84:68\">The following is an excerpt of the key points regarding difficult items that took a long time to understand or needed to organize in my brain. (*Note: This is only an excerpt. It only covers some of the topics.)<\/p>\n<h3 dir=\"auto\" data-sourcepos=\"85:1-85:12\">Exam 201<\/h3>\n<ul dir=\"auto\" data-sourcepos=\"86:1-175:108\">\n<li data-sourcepos=\"86:1-99:74\">Capacity planning\n<ul data-sourcepos=\"87:5-99:74\">\n<li data-sourcepos=\"87:5-92:120\">Resource monitoring commands\n<ul data-sourcepos=\"88:9-92:120\">\n<li data-sourcepos=\"88:9-88:35\">vmstat: Memory monitoring<\/li>\n<li data-sourcepos=\"89:9-89:62\">top: Process monitoring (CPU utilization descending)<\/li>\n<li data-sourcepos=\"90:9-90:37\">iostat: Disk I\/O monitoring<\/li>\n<li data-sourcepos=\"91:9-91:64\">sar and sadc: Collect and display resource status logs<\/li>\n<li data-sourcepos=\"92:9-92:120\">Thinking questions will be asked based on the output results of the commands, so learn how to see and use them<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"93:5-99:74\">Resource monitoring tools\n<ul data-sourcepos=\"94:9-99:74\">\n<li data-sourcepos=\"94:9-94:47\">Nagios: System and network monitoring<\/li>\n<li data-sourcepos=\"95:9-95:38\">Icinga2: successor to Nagios<\/li>\n<li data-sourcepos=\"96:9-96:34\">MRTG: Traffic monitoring<\/li>\n<li data-sourcepos=\"97:9-97:34\">Cacti: successor to MRTG<\/li>\n<li data-sourcepos=\"98:9-98:41\">Learn the features of each tool<\/li>\n<li data-sourcepos=\"99:9-99:74\">You will not be asked to go into the details of using each tool.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"100:1-142:68\">Linux Kernel\n<ul data-sourcepos=\"101:5-142:68\">\n<li data-sourcepos=\"101:5-142:68\">Components of the kernel\n<ul data-sourcepos=\"102:9-142:68\">\n<li data-sourcepos=\"102:9-104:100\">How to read the version\n<ul data-sourcepos=\"103:13-104:100\">\n<li data-sourcepos=\"103:13-103:49\">Learn how versions change over time<\/li>\n<li data-sourcepos=\"104:13-104:100\">Learn which version is the stable version and which version is the development version<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"105:9-108:36\">Kernel image directories and types\n<ul data-sourcepos=\"106:13-108:36\">\n<li data-sourcepos=\"106:13-106:28\">\/boot\/vmlinuz*<\/li>\n<li data-sourcepos=\"107:13-107:34\">zImage: size limited<\/li>\n<li data-sourcepos=\"108:13-108:36\">bzImage: no size limit<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"109:9-115:49\">Kernel modules\n<ul data-sourcepos=\"110:13-115:49\">\n<li data-sourcepos=\"110:13-110:43\">lsmod: Display loaded modules<\/li>\n<li data-sourcepos=\"111:13-111:35\">insmod: Load a module<\/li>\n<li data-sourcepos=\"112:13-112:35\">rmmod: Unload modules<\/li>\n<li data-sourcepos=\"113:13-113:44\">modprobe: Resolve dependencies<\/li>\n<li data-sourcepos=\"114:13-114:39\">depmod: Dependency update<\/li>\n<li data-sourcepos=\"115:13-115:49\">modinfo: Display module information<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"116:9-132:85\">Kernel Compilation\n<ul data-sourcepos=\"117:13-132:85\">\n<li data-sourcepos=\"117:13-124:52\">Understand how to compile the kernel yourself and the flow\n<ol data-sourcepos=\"118:17-124:52\">\n<li data-sourcepos=\"118:17-118:61\">kernel source preparation, \/usr\/src\/linux*<\/li>\n<li data-sourcepos=\"119:17-120:55\">kernel configuration<br \/>\n.config, make config, make oldconfig<\/li>\n<li data-sourcepos=\"121:17-122:23\">compile kernel and kernel modules<br \/>\nmake<\/li>\n<li data-sourcepos=\"123:17-124:52\">install kernel modules and kernel<br \/>\nmake modules_install,make install<\/li>\n<\/ol>\n<\/li>\n<li data-sourcepos=\"125:13-132:85\">Understand the target of make command\n<ul data-sourcepos=\"126:17-132:85\">\n<li data-sourcepos=\"126:17-127:57\">clean<br \/>\nDelete unnecessary files except .config<\/li>\n<li data-sourcepos=\"128:17-129:38\">mrporper<br \/>\nDelete .config files<\/li>\n<li data-sourcepos=\"130:17-131:36\">all<br \/>\nPerform all builds<\/li>\n<li data-sourcepos=\"132:17-132:85\">make command is a generic gcc command used for programs in general.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"133:9-134:77\">Set kernel parameters\n<ul data-sourcepos=\"134:13-134:77\">\n<li data-sourcepos=\"134:13-134:77\">Rewrite the relevant files in \/proc\/* or use the sysclt command<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"135:9-142:68\">Initial RAM disk\n<ul data-sourcepos=\"136:13-142:68\">\n<li data-sourcepos=\"136:13-136:96\">Primary root file system that is extracted into memory to boot the Linux mainframe<\/li>\n<li data-sourcepos=\"137:13-139:39\">initrd<br \/>\nThe original initial RAM disk, gzipped from .img Expand with mount -o loop<\/li>\n<li data-sourcepos=\"140:13-142:68\">initramfs Current initial RAM disk, gzipped from cpio archive Extract with cpio command after extracting with gunzip<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"143:1-162:40\">Booting the system\n<ul data-sourcepos=\"144:5-162:40\">\n<li data-sourcepos=\"144:5-148:69\">Boot preprocessing\n<ul data-sourcepos=\"145:9-148:69\">\n<li data-sourcepos=\"145:9-148:69\">BIOS,UEFI\n<ul data-sourcepos=\"146:13-148:69\">\n<li data-sourcepos=\"146:13-146:58\">BIOS boots the boot loader from the MBR area<\/li>\n<li data-sourcepos=\"147:13-147:71\">UEFI boots the boot loader from the UEFI system partition<\/li>\n<li data-sourcepos=\"148:13-148:69\">More quetstions digging into GRUB than UEFI in the exam<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"149:5-162:40\">Boot Loader\n<ul data-sourcepos=\"150:9-162:40\">\n<li data-sourcepos=\"150:9-158:43\">GRUB\n<ul data-sourcepos=\"151:13-158:43\">\n<li data-sourcepos=\"151:13-158:43\">Understanding the boot process\n<ol data-sourcepos=\"152:17-158:43\">\n<li data-sourcepos=\"152:17-152:47\">kernel and initramfs loading<\/li>\n<li data-sourcepos=\"153:17-153:41\">kernel self-extraction<\/li>\n<li data-sourcepos=\"154:17-154:40\">kernel initialization<\/li>\n<li data-sourcepos=\"155:17-155:42\">initramfs decompression<\/li>\n<li data-sourcepos=\"156:17-156:45\">Execute \/init in initramfs<\/li>\n<li data-sourcepos=\"157:17-157:42\">Execution of \/sbin\/init<\/li>\n<li data-sourcepos=\"158:17-158:43\">Execution of boot script<\/li>\n<\/ol>\n<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"159:9-162:40\">Remember the features of SYSLINUX, ISOLINUX, and PEXLINUX\n<ul data-sourcepos=\"160:13-162:40\">\n<li data-sourcepos=\"160:13-160:61\">SYSLINUX: Boot from FAT (from USB memory stick)<\/li>\n<li data-sourcepos=\"161:13-161:55\">ISOLINUX: Boot from file system (from CD)<\/li>\n<li data-sourcepos=\"162:13-162:40\">PXELINUX: Boot via network<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"163:1-175:108\">File system\n<ul data-sourcepos=\"164:5-175:108\">\n<li data-sourcepos=\"164:5-164:25\">ext1~ext4,xfs,Btrfs<\/li>\n<li data-sourcepos=\"165:5-165:119\">Understand the characteristics of each file system, such as the capacity that can be handled by each file system.<\/li>\n<li data-sourcepos=\"166:5-168:123\">File system creation commands\n<ul data-sourcepos=\"167:9-168:123\">\n<li data-sourcepos=\"167:9-167:21\">mke2fs,mkfs<\/li>\n<li data-sourcepos=\"168:9-168:123\">At the exam, there are many confusing wrong options such as &#8220;mke4fs&#8221; or &#8220;mkefs.ext4&#8221;, so identify them correctly.<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"169:5-171:141\">File system management commands\n<ul data-sourcepos=\"170:9-171:141\">\n<li data-sourcepos=\"170:9-170:38\">fsck,tune2fs,xfs_admin,btrfs<\/li>\n<li data-sourcepos=\"171:9-171:141\">The formatting of xfs and btrfs commands is completely different from the related commands, so you need to learn each of them well.<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"172:5-175:108\">Mount-related\n<ul data-sourcepos=\"173:9-175:108\">\n<li data-sourcepos=\"173:9-173:39\">autofs,auto.master,fstab,udev<\/li>\n<li data-sourcepos=\"174:9-174:49\">Understand the process of auto-mounting<\/li>\n<li data-sourcepos=\"175:9-175:108\">There will also be questions related to udev, such as the process flow when a device is connected.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h3 dir=\"auto\" data-sourcepos=\"176:1-176:13\"><\/h3>\n<h3 dir=\"auto\" data-sourcepos=\"176:1-176:13\">Exam 202<\/h3>\n<ul dir=\"auto\" data-sourcepos=\"177:1-272:0\">\n<li data-sourcepos=\"177:1-204:41\">\n<p data-sourcepos=\"177:3-177:14\">DNS and BIND<\/p>\n<ul data-sourcepos=\"178:5-204:41\">\n<li data-sourcepos=\"178:5-179:80\">DNS<br \/>\nA mechanism for interconverting host names (domain names) and IP addresses<\/li>\n<li data-sourcepos=\"180:5-182:34\">DNS Server<br \/>\nServer that answers to name resolution from hosts BIND is responsible for this<\/li>\n<li data-sourcepos=\"183:5-189:186\">Types of DNS servers\n<ul data-sourcepos=\"184:9-189:186\">\n<li data-sourcepos=\"184:9-186:117\">Authority server<br \/>\nThe server that holds the domain name and IP address information is the master DNS server, which holds zone information and has a specific zone of jurisdiction.<br \/>\nThe server that holds a copy of the zone information and ensures redundancy is called the slave DNS server.<\/li>\n<li data-sourcepos=\"187:9-189:186\">Cache servers<br \/>\nA server that answers queries A server that queries other servers for addresses that cannot be resolved by itself, and stores the combinations of addresses that can be resolved for a certain period of time.<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"190:5-191:31\">DNS related commands\n<ul data-sourcepos=\"191:9-191:31\">\n<li data-sourcepos=\"191:9-191:31\">nslookup,dig,hostname<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"192:5-204:41\">BIND\n<ul data-sourcepos=\"193:9-204:41\">\n<li data-sourcepos=\"193:9-193:79\">The program or daemon that actually performs name resolution is named<\/li>\n<li data-sourcepos=\"194:9-198:83\">\/etc\/name.conf<br \/>\nDescribes zone information, specifies types of responses allowed, etc.<br \/>\nThe question asks for the correct format of the configuration file. Zone information is described in a separate file and specified in name.conf<br \/>\nTherefore, it is necessary to understand the format of the zone file too.<\/li>\n<li data-sourcepos=\"199:9-204:41\">Zone file record types\n<ul data-sourcepos=\"200:11-204:41\">\n<li data-sourcepos=\"200:11-200:39\">SOA: management information<\/li>\n<li data-sourcepos=\"201:11-201:48\">NS: DNS server that manages the zone<\/li>\n<li data-sourcepos=\"202:11-202:27\">MX: Mail server<\/li>\n<li data-sourcepos=\"203:11-203:39\">A: IP address for host name<\/li>\n<li data-sourcepos=\"204:11-204:41\">CNAME: Address for host alias<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"205:1-217:106\">\n<p data-sourcepos=\"205:3-205:14\">Mail Service<\/p>\n<ul data-sourcepos=\"206:5-217:106\">\n<li data-sourcepos=\"206:5-208:36\">MTA (Mail Transfer Agent)<br \/>\nMail forwarding, also called SMTP server Postfix and Sendmail are used.<\/li>\n<li data-sourcepos=\"209:5-212:49\">MDA (Mail Delivery Agent)<br \/>\nForwards mail locally Sort mails sent from MTA into mailboxes Dovecot, CourierMail, and Procmail are used<\/li>\n<li data-sourcepos=\"213:5-215:136\">MUA (Mail User Agent)<br \/>\nUsed when users send and receive mail<br \/>\nWhen sending mail, it is sent to the MTA via smtp, and when receiving mail, it is retrieved from the mail server via pop3 or imap4<\/li>\n<li data-sourcepos=\"216:5-217:106\">Note that there is not much content in japanese Linux textbooks, but it is frequently asked in the current 202 examinations<br \/>\nThe format of the configuration file, mail relay settings, and configuration commands are questioned<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"218:1-240:0\">\n<p data-sourcepos=\"218:3-218:15\">File sharing:<\/p>\n<ul data-sourcepos=\"219:5-240:0\">\n<li data-sourcepos=\"219:5-229:47\">Samba<br \/>\nOpen source software that allows a Linux server to join a Windows Network File sharing and printer sharing can be performed<\/p>\n<ul data-sourcepos=\"222:9-229:47\">\n<li data-sourcepos=\"222:9-227:46\">\/etc\/samba\/smb.conf\n<ul data-sourcepos=\"223:13-227:46\">\n<li data-sourcepos=\"223:13-227:46\">Configure permissions for sharing<br \/>\nbrowseable: Whether it is visible when browsing<br \/>\nwritable: Whether writing is allowed or not<br \/>\npath: Path of the shared directory<br \/>\nwrite list: Users allowed to write<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"228:9-229:47\">smbpasswd, pdbedit<br \/>\nEnable\/disable users, set passwords<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"230:5-240:0\">NFS<br \/>\nNetwork file sharing mechanism between Unix-like systems<br \/>\nThe latest version is version 4, but LPIC-2 handles version 3<\/p>\n<ul data-sourcepos=\"233:7-240:0\">\n<li data-sourcepos=\"233:7-234:85\">RPC<br \/>\nA feature that allows functions on a remote host to be used from another host<\/li>\n<li data-sourcepos=\"235:7-236:47\">portmap<br \/>\nMapping of RPC programs to port numbers<\/li>\n<li data-sourcepos=\"237:7-240:0\">\/etc\/exports<br \/>\nDescribe the directory to be published<br \/>\nMore precisely, it describes the IP addresses that are allowed to be mounted<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"241:1-254:78\">\n<p data-sourcepos=\"241:3-241:24\">Manage network clients<\/p>\n<ul data-sourcepos=\"242:5-254:78\">\n<li data-sourcepos=\"242:5-244:35\">DHCP\n<ul data-sourcepos=\"243:9-244:35\">\n<li data-sourcepos=\"243:9-244:35\">dhcpd.conf<br \/>\nNeed to know the format<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"245:5-248:108\">PAM\n<ul data-sourcepos=\"246:9-248:108\">\n<li data-sourcepos=\"246:9-248:108\">\/etc\/pam.d\/*<br \/>\nDescribe how to authenticate each module and what to do if the authentication succeeds or fails<br \/>\nUnderstand the module type (type of authentication) and control (post-authentication processing)<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"249:5-254:78\">LDAP\n<ul data-sourcepos=\"250:9-254:78\">\n<li data-sourcepos=\"250:9-252:61\">\/etc\/openldap\/slapd.conf<br \/>\nLDAP server configuration file<br \/>\nAsked for the full path to the configuration file<\/li>\n<li data-sourcepos=\"253:9-254:78\">slappsasswd<br \/>\nCommand to set the administrator password for rootpw in slapd.conf<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"255:1-272:0\">\n<p data-sourcepos=\"255:3-255:10\">Security<\/p>\n<ul data-sourcepos=\"256:5-272:0\">\n<li data-sourcepos=\"256:5-265:126\">ipatables<br \/>\nA firewall that filters packets based on a set of rules called a chain<br \/>\nIn addition to the default chain, customized settings can be applied<\/p>\n<ul data-sourcepos=\"259:7-265:126\">\n<li data-sourcepos=\"259:7-260:55\">INPUT chain<br \/>\nPackets entering the local process are targeted<\/li>\n<li data-sourcepos=\"261:7-262:54\">OUTPUT chain<br \/>\nPackets leaving the local process are targeted<\/li>\n<li data-sourcepos=\"263:7-264:70\">FORWARD chain<br \/>\nPackets that do not enter the local process but are forwarded<\/li>\n<li data-sourcepos=\"265:7-265:126\">There are no ruleset writing type questions in exam nor textbook, but you need to learn about the three default chains<\/li>\n<\/ul>\n<\/li>\n<li data-sourcepos=\"266:5-272:0\">Fail2ban<br \/>\nMonitor log files to detect attacks and block the IP address of the attacker.<br \/>\nAccess blocking is done by adding iptables rules<\/p>\n<ul data-sourcepos=\"269:7-272:0\">\n<li data-sourcepos=\"269:7-272:0\">\/etc\/jail.local<br \/>\nDescribe the rules you want to control in Fail2ban There is a separate configuration file named jail.conf from jail.local, but do not edit the .conf file, but create a new .local file.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h2 class=\"header2\" dir=\"auto\" data-sourcepos=\"273:1-273:16\">7. Conclusion<\/h2>\n<p dir=\"auto\" data-sourcepos=\"274:1-276:42\">Prior knowledge in school and experiences made me pass the exam. If I had no network knowledge at all, I would have struggled even more. It was great to use the networking-related study time to study other areas, and there are many easy-to-understand explanations of the basic mechanics of DHCP, DNS, and PKI on the Internet. Doing a little research before you start studying will have a significant effect.<\/p>\n<p dir=\"auto\" data-sourcepos=\"274:1-276:42\">Thank you for reading this far. I hope you all pass the exam successfully.<\/p>\n<\/div>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text] Introduction One of our engineers recently passed the LPIC-2. In the following article, he shares his experience, hoping that it will be helpful for those who are planning to take the exam in the future. LPIC-2 is a more extensive and in-depth exam than LPIC-1. It covers not only what you have learned in<br \/><a href=\"https:\/\/avinton.com\/en\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/\" class=\"more\">Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":81386,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,1830,1999],"tags":[2000,2001,2002,2003,2004],"class_list":{"0":"post-81384","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","6":"hentry","7":"category-uncategorized","8":"category--en","9":"category-learning-qualifications-en","10":"tag--en","12":"tag-linux-en","13":"tag-lpic-2-en","14":"tag-study-guide"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>A Basic Guide to LPIC-2 Based on Our Engineer&#039;s Experience - Avinton Japan<\/title>\n<meta name=\"description\" content=\"One of our engineers recently passed the LPIC-2. In this article, he shares his experience, hoping that it will be helpful for those who are planning to take the exam. LPIC-2 is a more extensive and in-depth exam than LPIC-1.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/avinton.com\/en\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A Basic Guide to LPIC-2 Based on Our Engineer&#039;s Experience - Avinton Japan\" \/>\n<meta property=\"og:description\" content=\"One of our engineers recently passed the LPIC-2. In this article, he shares his experience, hoping that it will be helpful for those who are planning to take the exam. LPIC-2 is a more extensive and in-depth exam than LPIC-1.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/avinton.com\/en\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/\" \/>\n<meta property=\"og:site_name\" content=\"Avinton Japan\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Avintons\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-05-23T04:30:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-01T02:29:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/avinton.com\/wp-content\/uploads\/2023\/05\/guide-to-passing-lpic-2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1338\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"James Cauchi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@AvintonJapan\" \/>\n<meta name=\"twitter:site\" content=\"@AvintonJapan\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"James Cauchi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/avinton.com\/en\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/\",\"url\":\"https:\/\/avinton.com\/en\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/\",\"name\":\"A Basic Guide to LPIC-2 Based on Our Engineer's Experience - Avinton Japan\",\"isPartOf\":{\"@id\":\"https:\/\/avinton.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/avinton.com\/en\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/avinton.com\/en\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/avinton.com\/wp-content\/uploads\/2023\/05\/guide-to-passing-lpic-2.jpg\",\"datePublished\":\"2023-05-23T04:30:01+00:00\",\"dateModified\":\"2023-06-01T02:29:49+00:00\",\"author\":{\"@id\":\"https:\/\/avinton.com\/en\/#\/schema\/person\/aa5bcc7a7c363ca85c0eeb6a7c2c594b\"},\"description\":\"One of our engineers recently passed the LPIC-2. In this article, he shares his experience, hoping that it will be helpful for those who are planning to take the exam. LPIC-2 is a more extensive and in-depth exam than LPIC-1.\",\"breadcrumb\":{\"@id\":\"https:\/\/avinton.com\/en\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/avinton.com\/en\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/avinton.com\/en\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/#primaryimage\",\"url\":\"https:\/\/avinton.com\/wp-content\/uploads\/2023\/05\/guide-to-passing-lpic-2.jpg\",\"contentUrl\":\"https:\/\/avinton.com\/wp-content\/uploads\/2023\/05\/guide-to-passing-lpic-2.jpg\",\"width\":1338,\"height\":630,\"caption\":\"A Basic Guide to LPIC-2 Based on Our Engineer's Experience\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/avinton.com\/en\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/avinton.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A Basic Guide to LPIC-2 Based on Our Engineer&#8217;s Experience\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/avinton.com\/en\/#website\",\"url\":\"https:\/\/avinton.com\/en\/\",\"name\":\"Avinton Japan\",\"description\":\"Tailored Solutions and Consulting in AI and Big Data\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/avinton.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/avinton.com\/en\/#\/schema\/person\/aa5bcc7a7c363ca85c0eeb6a7c2c594b\",\"name\":\"James Cauchi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/avinton.com\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/24fff15ecfe40a23480c47de1acb5c69cc3aa019d6f6cd36353cee85ac20a9e7?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/24fff15ecfe40a23480c47de1acb5c69cc3aa019d6f6cd36353cee85ac20a9e7?s=96&d=mm&r=g\",\"caption\":\"James Cauchi\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"A Basic Guide to LPIC-2 Based on Our Engineer's Experience - Avinton Japan","description":"One of our engineers recently passed the LPIC-2. In this article, he shares his experience, hoping that it will be helpful for those who are planning to take the exam. LPIC-2 is a more extensive and in-depth exam than LPIC-1.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/avinton.com\/en\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/","og_locale":"en_US","og_type":"article","og_title":"A Basic Guide to LPIC-2 Based on Our Engineer's Experience - Avinton Japan","og_description":"One of our engineers recently passed the LPIC-2. In this article, he shares his experience, hoping that it will be helpful for those who are planning to take the exam. LPIC-2 is a more extensive and in-depth exam than LPIC-1.","og_url":"https:\/\/avinton.com\/en\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/","og_site_name":"Avinton Japan","article_publisher":"https:\/\/www.facebook.com\/Avintons\/","article_published_time":"2023-05-23T04:30:01+00:00","article_modified_time":"2023-06-01T02:29:49+00:00","og_image":[{"width":1338,"height":630,"url":"https:\/\/avinton.com\/wp-content\/uploads\/2023\/05\/guide-to-passing-lpic-2.jpg","type":"image\/jpeg"}],"author":"James Cauchi","twitter_card":"summary_large_image","twitter_creator":"@AvintonJapan","twitter_site":"@AvintonJapan","twitter_misc":{"Written by":"James Cauchi","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/avinton.com\/en\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/","url":"https:\/\/avinton.com\/en\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/","name":"A Basic Guide to LPIC-2 Based on Our Engineer's Experience - Avinton Japan","isPartOf":{"@id":"https:\/\/avinton.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/avinton.com\/en\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/#primaryimage"},"image":{"@id":"https:\/\/avinton.com\/en\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/#primaryimage"},"thumbnailUrl":"https:\/\/avinton.com\/wp-content\/uploads\/2023\/05\/guide-to-passing-lpic-2.jpg","datePublished":"2023-05-23T04:30:01+00:00","dateModified":"2023-06-01T02:29:49+00:00","author":{"@id":"https:\/\/avinton.com\/en\/#\/schema\/person\/aa5bcc7a7c363ca85c0eeb6a7c2c594b"},"description":"One of our engineers recently passed the LPIC-2. In this article, he shares his experience, hoping that it will be helpful for those who are planning to take the exam. LPIC-2 is a more extensive and in-depth exam than LPIC-1.","breadcrumb":{"@id":"https:\/\/avinton.com\/en\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/avinton.com\/en\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/avinton.com\/en\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/#primaryimage","url":"https:\/\/avinton.com\/wp-content\/uploads\/2023\/05\/guide-to-passing-lpic-2.jpg","contentUrl":"https:\/\/avinton.com\/wp-content\/uploads\/2023\/05\/guide-to-passing-lpic-2.jpg","width":1338,"height":630,"caption":"A Basic Guide to LPIC-2 Based on Our Engineer's Experience"},{"@type":"BreadcrumbList","@id":"https:\/\/avinton.com\/en\/blog\/2023\/05\/how-to-pass-lpic-level-2-testimonial\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/avinton.com\/en\/"},{"@type":"ListItem","position":2,"name":"A Basic Guide to LPIC-2 Based on Our Engineer&#8217;s Experience"}]},{"@type":"WebSite","@id":"https:\/\/avinton.com\/en\/#website","url":"https:\/\/avinton.com\/en\/","name":"Avinton Japan","description":"Tailored Solutions and Consulting in AI and Big Data","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/avinton.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/avinton.com\/en\/#\/schema\/person\/aa5bcc7a7c363ca85c0eeb6a7c2c594b","name":"James Cauchi","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/avinton.com\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/24fff15ecfe40a23480c47de1acb5c69cc3aa019d6f6cd36353cee85ac20a9e7?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/24fff15ecfe40a23480c47de1acb5c69cc3aa019d6f6cd36353cee85ac20a9e7?s=96&d=mm&r=g","caption":"James Cauchi"}}]}},"_links":{"self":[{"href":"https:\/\/avinton.com\/en\/wp-json\/wp\/v2\/posts\/81384","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/avinton.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/avinton.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/avinton.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/avinton.com\/en\/wp-json\/wp\/v2\/comments?post=81384"}],"version-history":[{"count":4,"href":"https:\/\/avinton.com\/en\/wp-json\/wp\/v2\/posts\/81384\/revisions"}],"predecessor-version":[{"id":81385,"href":"https:\/\/avinton.com\/en\/wp-json\/wp\/v2\/posts\/81384\/revisions\/81385"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/avinton.com\/en\/wp-json\/wp\/v2\/media\/81386"}],"wp:attachment":[{"href":"https:\/\/avinton.com\/en\/wp-json\/wp\/v2\/media?parent=81384"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/avinton.com\/en\/wp-json\/wp\/v2\/categories?post=81384"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/avinton.com\/en\/wp-json\/wp\/v2\/tags?post=81384"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}