vanrein / 6bed4

IPv6 everywhere (and usually peer-to-peer)
http://devel.0cpm.org/6bed4/
Other
8 stars 3 forks source link

Consider TAP mode, not just TUN for 6bed4router #9

Open vanrein opened 4 years ago

vanrein commented 4 years ago

In TAP mode, a 6bed4 interface could plug into a bridge, alongside a public IPv4 address.

Look at what Tayga does; it has an interface that continues to exist (and be configured) in spite of the daemon going up and down. This provides better resilience. Plugging into a bridge can further enhance that.

vanrein commented 4 years ago

The MAC address to use would be as described in the specification, and involves the bound-to IPv4 address and UDP port. This makes complete sense, for uses such as BROUTING where certain traffic is pulled towards a MAC address for delivery.