Bonding Installation Instructions

Bonding is a combination of many links of network cards in the server for higher speed as well as a backup plan when a network card has a problem. Install Bonding  Step 1: install Bonding by command modprobe –first-time bonding Step 2: Check the successful installation of Bonding using the command lsmod | grep “bonding”

Đọc thêm

SSH Installation Instructions

SSH is remote connection protocol default connection port is 22 with alternative encryption telnet SSH Installation Instructions Step 1: To install ssh use command yum install – y openssh openssh-server openssh-client openssl-libs Step 2: Start the service using the command systemctl start sshd Step 3: Want ssh to run after starting the server use the

Đọc thêm