Tag: Network

  • Ethernet Bonding – Ubuntu 12.10

    * Install package {{{ sudo apt-get install ifenslave-2.6 }}} * Enable Kernel Module: * `sudo nano /etc/modules` * add `bonding` to the end (if not already contained in the file) * Stop networking and load kernel module {{{ sudo stop networking sudo modprobe bonding }}} * Configure `/etc/network/interfaces` {{{ # The loopback network interface auto…

  • Setup PXE Server Ubuntu

    In this tutorial, I will guide you through the process of creating a PXE server on an Ubuntu Host. This guide also includes complete setup instructions for the PXE client and DHCP server. I will also guide you through an effective storage/deployment method so that you may quickly deploy identical PXE images. ——- [[[TOC]]] ——-…