Skip to content

Instantly share code, notes, and snippets.

@raegedoc
raegedoc / 10-wancarp
Last active December 28, 2024 13:34 — forked from spali/10-wancarp
Disable WAN Interface on CARP Backup
#!/usr/local/bin/php
<?php
require_once("config.inc");
require_once("interfaces.inc");
require_once("util.inc");
$subsystem = !empty($argv[1]) ? $argv[1] : '';
$type = !empty($argv[2]) ? $argv[2] : '';
@maggi373
maggi373 / altibox.md
Last active June 28, 2026 20:59
[Guide] Altibox fiber directly to pfsense

[Guide] How to set up pfsense with Altibox directly to fiber without any isp crap

Newer installs for altibox fiber includes an sfp transmitter in the isp router that comes with the install. This can be taken out and used in pfsense. Instalations from 2019 should be fine in this regard.

SFP+ Cards tested and works:

  • Mellanox mnpa19-xtr ✔️

Cards that does not work:

  • Broadcom 57810S
@spali
spali / 10-wancarp
Last active July 24, 2026 23:46
Disable WAN Interface on CARP Backup
#!/usr/local/bin/php
<?php
require_once("config.inc");
require_once("interfaces.inc");
require_once("util.inc");
$subsystem = !empty($argv[1]) ? $argv[1] : '';
$type = !empty($argv[2]) ? $argv[2] : '';