networking

Random entry RSS

  • Posted in:

    SSH Tunnel – Port Forwarding With SSH

    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 […]

    Read more

  • Posted in:

    Ubuntu NFS Server – Ubuntu Server 12.04

    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 […]

    Read more

  • Posted in:

    Network Bonding on Ubuntu Server 12.04

    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 […]

    Read more

  • 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 […]

    Read more