Displaying 2 results from an estimated 2 matches for "dreamisdead".
2018 Aug 18
2
Bridging local physical interface to tinc
I can’t seem to find info about layer 2 tinc tap interface bridge with local physical nic.
I have successfully created two nodes configuration with tinc acting as switch.
My problem is ethernet packets only flow between two nodes and not to hosts on bridged nic.
Example:
Server 1 - eth0 bridged with tinc tap device, then bridge gets IP via dhcp server on physical nic subnet.
Server 2 - local
2018 Aug 18
0
Bridging local physical interface to tinc
Hello Alexander,
Am Sat, 18 Aug 2018 13:36:39 +0300
schrieb Alexander Donets <alex at dreamisdead.tk>:
> I can’t seem to find info about layer 2 tinc tap interface bridge with local physical nic.
just wild guessing: maybe you need to add explicit firewall rules for allowing
the flow of traffic over the bridge?
Or maybe disable filtering over the bridge via sysctl?
net.bridge.bridge-nf-...