Skip to content

Instantly share code, notes, and snippets.

View zlinuxboy's full-sized avatar

zlinuxboy

View GitHub Profile
@samdoran
samdoran / aerohive.md
Last active April 19, 2024 22:14
Configuring Aerohive access points using the CLI

Aerohive

Initial setup

  1. Reset to factory defaults

     reset config bootstrap
     reset config
    

    The username is admin and the password is aerohive or Aerohive1.

@PiBa-NL
PiBa-NL / CUSTOM_rules.inc-pfSense
Created December 29, 2016 00:54
adding custom rules on pfSense not supported by webgui
<?php
// Add this file as: /usr/local/pkg/CUSTOM_rules.inc
// pfSense will automatically add the rules defined here into the rules it loads in pf
require_once("util.inc");
function CUSTOM_rules_generate_rules($type) {
// called by filter.inc when pfSense rules generation happens
$rules = "";