Files
infix/doc/tunnels.md
T
Joachim WibergandMattias Walström c099d887af Add support for GRE tunnels
Basic support GRE and GRETAP tunnels both for IPv4 and IPv6.
Limited support right now, only possible to configure local
ip address and remote ip address.
2025-01-07 15:33:37 +01:00

458 B

Tunnel configuration

Tunnel traffic from point A to point B

Generic Routing Encapsulation (GRE)

The support for GRE tunnels includes IPv4 and IPv6 tunnels both in GRE (IP) and GRETAP (MAC) modes.

admin@example:/config/> edit interface gre1
admin@example:/config/interface/gre1/> set type gretap
admin@example:/config/interface/gre1/> set gre local 192.168.3.1 remote 192.168.3.2
admin@example:/config/interface/gre1/> leave
admin@example:/>