search for: learn_mac

Displaying 2 results from an estimated 2 matches for "learn_mac".

Did you mean: learn_ham
2015 Dec 07
2
Tinc & moving VMs accross network
...es me a secured network for my VMs (connected to that > bridge). > > When I move (hot move) a VM from a host to another, I have to restart > Tinc on node from where VM is coming to get access to that VM again. I don't use tinc in Switch mode, but looking at the code (especially the learn_mac() function) it looks like tinc is not really able to migrate MAC addresses from one node to another in the way you'd expect. It will add the MAC address to the new node, but will not remove it from the other. Until the address expires on the old node (or you restart it), I suspect packets will...
2015 Dec 07
0
Tinc & moving VMs accross network
...5 at 07:32:58PM +0000, Etienne Dechamps wrote: > > When I move (hot move) a VM from a host to another, I have to restart > > Tinc on node from where VM is coming to get access to that VM again. > > I don't use tinc in Switch mode, but looking at the code (especially > the learn_mac() function) it looks like tinc is not really able to > migrate MAC addresses from one node to another in the way you'd > expect. It will add the MAC address to the new node, but will not > remove it from the other. It actually does, search for the comment "Fast handoff" in p...