SSH has a huge number of features, SSH Tunnel being just one of them. SSH Tunnel is a secure connection between two machines and is often refered to as “SSH Tunneling” or also “Port Forwarding”. Using the “ssh” command we can bind a desired port on a local machine to a desired port on a remote […]
networking
-
-
by Mitch 0 Comments
NFS is short for Network File System. NFS server allows you to share a filesystem from a computer on the network to other computers on the same network. NFS is a server/client oriented protocol so one computer acts as a server and other computers (clients) connect to it. We will install and configure Ubuntu NFS Server […]
-
by Mitch 2 Comments
If you are looking for network card redundancy you can start by confguring network bonding on your Ubuntu Server 12.04 machine. Network cards with network bonding can be joined in multiple configuration options (active/active, active/backup,…). We will configure our network cards in “active/backup” configuration. This is a network bonding fallback configuration which means if one […]
-
Posted in:
OpenVPN Server On Centos 6
by Mitch 9 Comments
Learn how to install and configure OpenVPN Server on CentOS 6 Linux. Do it the easy way and download an automated OpenVPN Server bash installation script.
-
by Mitch 4 Comments
Learn how to install and configure PXE Server on CentOS 6. Do it the easy way! Download GeekPeek.Net Install PXE Server automated bash script!
-
Posted in:
Manage IP Alias on CentOS 6
by Mitch 0 Comments
Learn how to use IP aliasing on CentOS 6. IP alias / IP aliasing is assigning multiple IP addresses to a single physical network interface.
-
Posted in:
CentOS Network Bonding
There are many situations in which someone would like to configure network bonding or channel bonding on a server… In most cases it is done for the network card redundancy. You can bond two network cards together in an “active/backup” configuration and in case one of your network cards fails all of the traffic will […]