How To Configure Cisco, HP, Dell switch Radius Authentication to Windows NPS

This is going to be a quick config on how to configure your Cisco, HP, and Dell switches to authentication to AD via a Windows NPS Server. I am providing the config and policies that have worked for me. I even included a policy and config for the Cisco ASA. First of all we need …

How to deploy the VirtualBox LibreNMS OVA into VMware ESXI

This all started when I wanted to quickly deploy an instance of LibreNMS as I hadn’t used it in a long time. I totally forgot that the OVA is virtual box only image. Now I don’t have any issues doing the CLI install as it’s short, but it irked me that this didn’t work. I …

EVE-NG how to activate WSA, ESA, and SMA permanently

Before you can activate the nodes you’ll need to set them up in EVE, follow the EVE-NG guide for that here. http://www.eve-ng.net/documentation/howto-s/115-howto-add-cisco-wsa-web-security-appliance Once you’ve got that complete start your lab up and configure the nodes. Confirm your HTTP/HTTPS reachability before continuing. Now head over to Cisco’s licensing portal and grab some trial licenses of each …

APIC-EM IWAN DEPLOYMENT FAILURE ERRORS: PKI-3-CERTIFICATE_INVALID and %PKI-3-SOCKETSELECT

I was recently doing some labbing of APIC-EM and IWAN deployments. I got to the point where my HUB was deployed, and then I attempted to deploy 2 branches but failed. I was getting these errors on my Routers: PKI-3-CERTIFICATE_INVALID: Certificate chain validation has failed%PKI-3-SOCKETSELECT: Failed to select the socket. APIC-EM seems to deploy IWAN …

EVE-NG multi-tab RoxTerm

Here is how I configured support for a multi-tab RoxTerm in EVE-NG native. sudo nano /usr/bin/eve-ng-integration Then find the line that returns your emulator and just replace it with the roxterm line. I commented out konsole and used roxterm. def _terminal_emulator_cmd(self): if self.override_terminal: return self.override_terminal.split() elif self._is_command(‘x-terminal-emulator’): return [‘x-terminal-emulator’, ‘-e’] elif self._current_desktop(‘cinnamon’, ‘gnome’, ‘unity’): return …

RDP error: This could be due to CredSSP encryption oracle remediation.

If you get this error, you need to create this registry key to fix it:   You can either download the fix for the .reg file here or create it yourself with the code below RDP CRED SSP FIX REG FILE   Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters] “AllowEncryptionOracle”=dword:00000002