Introduction In this post we will configure voice vlan on HPE OfficeConnect 1920S switch. The switch will be used for connecting Cisco 8851 IP phone, which will detect the Voice VLAN and get an IP address from the correct VLAN. The PC connected through the IP phone will remain in a Data VLAN. The exact
Introduction If you are getting error similar to this “Unable to negotiate with X.X.X.X port 22: no matching cipher found. Their offer: aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc” you might want to read this post to understand the problem and see how you can solve it. I’m using Linux Mint but this article is applicable to any other Linux distribution.
Introduction In this article we will setup an IRF stack with two HP 5130 switches that run Comware OS. What is IRF? IRF (Intelligent Resilient Framework) is a proprietary virtualization/stacking technology used in some HPE switches. It has been developed originally by H3C, but later HPE acquired H3C. IRF allows us to interconnect several switches
Introduction In this article we will go through all the steps required to configure call queues in FreePBX 13. Call Queuing is a feature of almost any call center which allows you to keep incoming calls in a queue while they are waiting for their turn to be served by agents. Requirements I assume that
Introduction In this article we will learn how to calculate and verify a checksum of a file in Ubuntu. We will also see what a checksum actually is and why we should care. You can jump straight to the CLI commands. What is a checksum? A checksum (also called a hash or a digest) is
Introduction In this article we will see how we can bypass SIP traffic blocking. There are a lot of countries where local ISPs block SIP traffic. It makes it impossible for enterprises or private persons to leverage from low rates on international calls provided by various SIP trunk providers. Solution One of the solutions is
Introduction In this article we will see how we can fix the problem if Cisco 500 or 300 series SMB switches don’t boot because of either corrupted or missing firmware image. I will be using Cisco SF500-48P but the procedure should be the same for all Cisco 500 and 300 series switches. Problem description Your
Introduction. In this post we will see how we can reset password for our OpenLDAP users using the special utility ldappasswd. Change user password using admin credentials. When it comes to resetting user passwords, one of the most common things is to reset user’s password providing our admin credentials. Let’s change the password for the
Introduction This post will cover another important LDAP data manipulation – adding new entries to the directory tree. We will be using ldapadd utility. Prerequisite I assume that you have a working OpenLDAP server and OpenLDAP client. You might want to read this post which explains step by step how to install and run OpenLDAP
Introduction In this post we will learn how to search OpenLDAP directory using ldapsearch command. Prerequisite I assume that you have a working OpenLDAP server and OpenLDAP client. You might want to read this post which explains step by step how to install and run OpenLDAP server on Ubuntu 18.04. It also shows the basic