It’s pretty straight forward to reset an Aruba AP, however some models come with different type of serial(console) port. You need to have correspond console cable to be able to perform a factory reset. Please refer to Aruba’s documentation to find what cable you might need. Step 01 Connect console to Aruba AP before power… Continue reading Factory reset Aruba AP
Category: Networking
How to setup DHCP server on Ubuntu
Sometimes we might need to set up a DHCP server for our testing. Here is how to set up a simple DHCP server in ubuntu. Step 01Update the package repository. Step 02Install isc-dhcp-server package. Step 03Check which interface you want the DHCP server to listen on.In my example the interface is “enp0s25”. Step 04Edit the… Continue reading How to setup DHCP server on Ubuntu