Yearly Archives: 2017

Cisco DHCP Server: Excluding IP Addresses

Most of the time in a small network, we will be using the Layer 3 device as a default gateway and a DHCP server. And most of the time also, we will be excluding the gateway’s ip address from the dhcp pool. Just to save 1 more configuration line and for the sake of knowledge,… Read More »

Loading

Installing Bare-metal OpenVZ

Objectives We are going to achieve 2 things here. 1. Install the OpenVZ OS 2. Install Ruby 1.8 3. Install the OpenVZ Web Panel Install the OpenVZ OS 1. Get the ISO from https://download.openvz.org/virtuozzo/releases/7.0/x86_64/iso/ 2. Install it as usual Install Ruby 1.8 [root@localhost]#command curl -sSL https://rvm.io/mpapis.asc | gpg2 –import – [root@localhost]#\curl -sSL https://get.rvm.io | bash… Read More »

Loading

Adding Realtek 8168/8111/8411/8118 based NICs to ESXi 6.5

Step 1: Install ESXi PowerShell Module Run PowerShell with elevated privilege (run as administrator) PS D:\> Install-Module -Name PowerShellGet -Force PS D:\> Install-Module -Name VMware.PowerCLI Step 2: Changing the Windows PowerShell Script Execution Policy PS D:\Set-ExecutionPolicy Unrestricted Step 3: Download ESXi-Customizer-PS Go to https://www.v-front.de/p/esxi-customizer-ps.html and download ESXi-Customizer-PS-v2.5.1.ps1 and move the script to D:\ (to ease… Read More »

Loading

Cisco syntax for Notepad++

Found this on the Internet, put this xml files into C:\Users\USER-NAME\AppData\Roaming\Notepad++ and rename the file extension to xml. update: found a better version hosted in github. https://github.com/click0/npp-udl   Incoming search terms:notepad синтаксис cisconpp cisco syntax

Loading