Skip to content
Menu
vernon.wenberg.net
vernon.wenberg.net

Category: Networking

June 23, 2025June 24, 2025

HPE Aruba-CX Notes

Define a default global route In previous AOS switches, this is equivalent to: Assign an IP to a VLAN First create a virtual interface, then assign an IP to that interface. Assign untagged traffic to a physical port The VLAN must exist. In this example, VLAN 200 is untagged (untagged in AOS) and VLAN 1707…

Read More
February 5, 2025

FortiManager Local-In Policy

Local-In policies for FortiManager limits the IPs or IP ranges that can access the FortiManager. However, Local-In policies for FortiManager are rather rudimentary compared to Local-In policies for other device types like FortiGate. Local-In only affects inbound connections. It is therefore recommended to use other means to limit access to FortiManager. By default, all connections…

Read More
August 17, 2024August 18, 2024

Setting Up Remote Access VPN in FortiGate: Step-By-Step Guide

This guide will outline the steps to set up VPN Remote Access in FortiGate. Although you do not need FortiClient EMS, VPN with Fortinet is best used with it. Create a loopback interface and Virtual IP Although you can always just use the default outside interface, setting up a loopback and virtual IP (VIP) allows…

Read More
July 26, 2024August 14, 2024

FortiGate / ArubaOS-Switch Reference Guide

This is a work in progress. Command ArubaOS-Switch FortiGate Show LLDP Neighbors # show lldp info remote-device # diagnose lldprx neighbor summary Set global remote auth timeout # config system global# set remoteauthtimeout <seconds> Show route table # show ip route # get router info routing-table all

Read More
March 9, 2024July 1, 2024

Essential Linux/Mac/WSL Terminal Apps

I usually forget what apps I regularly use on a Linux terminal until I get a command not found error. This will act as my reference to remember to install these apps when using a new terminal. This is a work in progress and apps may be added or removed. Most of these apps are…

Read More
June 25, 2023July 16, 2023

Useful Tools

Link Compilation Linux Useful Commands Linux Tool Alternatives

Read More
June 22, 2023July 9, 2023

Allow SSH connections only from certain addresses using hosts.deny/hosts.allow

This is the method that can be used to allow SSH connections from certain IP networks. An example use for this is allowing SSH from certain public IP networks, as well as from my Tailscale network. If possible, it is probably better to use iptables/nftables/ufw or the firewall feature of your hosting provider if they…

Read More
June 9, 2023July 20, 2023

Rate limit connections in Linux

Use the following iptables command to rate limit connections per IP. This is useful for preventing a DDoS attack on DNS servers. However, for DDoS protection for your DNS servers, you should be hosting DNS with the big cloud providers like Cloudflare, or running dnsdist in front of your authoritive servers.

Read More
November 9, 2022November 9, 2022

Create a .pfx/.p12 Certificate File Using OpenSSL

Source: https://www.ssl.com/how-to/create-a-pfx-p12-certificate-file-using-openssl/ The PKCS#12 or PFX format is a binary format for storing the server certificate, any intermediatecertificates, and the private key into a single encryptable file. PFX files are usually found with theextensions .pfx and .p12. PFX files are typically used on Windows and macOS machines to import andexport certificates and private keys. Requirements…

Read More
February 2, 2022February 21, 2022

Convert Aruba AP-325 from Campus mode to Instant mode

There are two versions of the Aruba AP-325. One version is the Campus AP that has 256MB of RAM. The other version is the Instant-AP with 512MB of RAM. Campus APs that are converted to Instant APs are limited to ArubaOS 6 and cannot be upgraded further even if Aruba Central or the AP themselves…

Read More
  • 1
  • 2
  • Next

Disclaimer

These posts are notes for me. These are not guides and you should not use these instructions as step-by-step instructions without knowing what they do.

Recent Posts

  • Configure acme.sh with PowerDNS
  • HPE Aruba-CX Notes
  • Docker Reference
  • Useful Commands for Windows Subsystem for Linux
  • FortiManager Local-In Policy

Mastodon

  1. Loading Mastodon feed...

©2025 vernon.wenberg.net | Powered by WordPress and Superb Themes!