opnsense / core

OPNsense GUI, API and systems backend
https://opnsense.org/
BSD 2-Clause "Simplified" License
3.27k stars 727 forks source link

IPv6 over IPv4 Tunneling #5352

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi,

In pfsense there is an option to forward protocol 41/RFC 2893/tunnel traffic to another ipv4 address. https://docs.netgate.com/pfsense/en/latest/config/advanced-networking.html

Is it possible to add this option to Opnsense? I want to be able to forward protocol 41 traffic to another host.

fichtner commented 2 years ago

Hi @depeo,

It was removed a long time ago: https://github.com/opnsense/core/issues/964

Cannot recall a single request since then so this would be the first.

Cheers, Franco

fichtner commented 2 years ago

If I recall correctly you can just add a port forward that does this... https://github.com/opnsense/core/commit/a356f26b639ca5

ghost commented 2 years ago

OK thanks, I'll try that!