Installing SSH server On CentOS

You need to install the following packages (which are installed by default until and unless you removed it or skipped it while installing CentOS) openssh-clients : The OpenSSH client applications openssh-server : The OpenSSH server daemon   OpenSSH Installations under CentOS Linux To install the server and client type: yum -y install openssh-server openssh-clients Start … Read moreInstalling SSH server On CentOS

Install a LDAP Server

I use OpenLDAP, of course 😉 To install it: aptitude install ldap-server Note: selecting “slapd” instead of the virtual package “ldap-server” The following NEW packages will be installed: libodbc1{a} libperl5.14{a} libslp1{a} slapd 0 packages upgraded, 4 newly installed, 0 to remove and 7 not upgraded. Need to get 2,072 kB of archives. After unpacking 4,899 … Read moreInstall a LDAP Server

Enabling host-guest networking with KVM, Macvlan and Macvtap

The perfect setup, nearly You installed your Linux server and naturally selected KVM (Kernel Virtual Machine) as hypervisor. Using virt-manager, you also created one or more guest VMs (Virtual Machines). You want fast networking. So you use the paravirtualized virtio drivers for the guests. You also want no difference between virtual and non-virtual machines. All … Read moreEnabling host-guest networking with KVM, Macvlan and Macvtap