Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View robinchrist's full-sized avatar

Robin Christ robinchrist

  • 09:59 (UTC +02:00)
View GitHub Profile
@robinchrist
robinchrist / gist:bba95dd34584c1ca73d28c7201b981bf
Last active March 11, 2024 12:27
Ruckus v54bsp variables
ruckus$ cat /writable/etc/airespider-images/unleashed_oem
access_networks
ruckus$ ls -1 /proc/v54bsp/
MACbase
MACcnt
MACfreeWlan
MAChiwater
MAClimit
MACpool
@robinchrist
robinchrist / gist:723c235af59e6691b6311e058efeb040
Last active October 20, 2023 08:57
OPNsense in Layer 3 setup

OPNsense in Layer 3 setup

Assume the following base setup:

  • OPNSense exclusively as WAN Gateway / Firewall
  • Segmented Layer 3 / VLAN Setup
  • Speeds > 1G -> Wirespeed Inter-VLAN Routing needed -> Big Enterprise Core Switch/Router that does Inter-VLAN Routing at Wirespeed

Let's say we have the following IPs / IP Ranges:

  • 10.2.0.0/16 -> VLAN2 Service Range, e.g. DHCP, WAN Gateway are located here
  • 10.2.1.2/16 -> opnsense LAN1, clients shall use this IP to access WAN. No management access via this IP!