Skip to content

Instantly share code, notes, and snippets.

@maggi373
Last active June 28, 2026 20:59
Show Gist options
  • Select an option

  • Save maggi373/11697b913f19673ab741600b4d7ae8d0 to your computer and use it in GitHub Desktop.

Select an option

Save maggi373/11697b913f19673ab741600b4d7ae8d0 to your computer and use it in GitHub Desktop.
[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

Known to also work

  • Chelsio cards

With these sfp cards in pfsense and the sfp transmitter from the isp, you can finally remove any isp crap and get a fast, responsive and reliable internet connection.

SFP transmitter: Alt text SPECS:

  • Speed: 1.25Gb
  • TX: 1310nm
  • RX: 1550nm
  • Range: 10km
  • BiDirectional
  • Modelnumber: THMPRS-3511-10A

WAN_SFP interface

You might need to spoof the mac address of the isp router if you have static ip address but if you don't have an static ip address you should not need to spoof your mac address.

Alt text

Make an 102 vlan on the sfp port

Alt text

Then assign it

Alt text

WAN vlan settings

This vlan interface will need dhcp and dhcpv6 activated

Alt text

Interface tab at overview when done

Alt text

@olsenlid

Copy link
Copy Markdown

Thanks for this guide. Looking to try something similar with OPNsense. Do you need to make any changes to NAT?

@maggi373

Copy link
Copy Markdown
Author

Thanks for this guide. Looking to try something similar with OPNsense. Do you need to make any changes to NAT?

not that i remember. we are moving to opnsense on that location soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment