You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jerome-pouiller You can try my patch based on 0.x master which adds an option to allow catching outgoing packets. domosekai@9156a80
Add outgoing yes to one and only one proxy (the default interface), or you will end up in loops.
Please note that this patch will not change the result of doing neighbor discovery on that interface (eth0) because the host is just not there. What it does is to autowire the route to the host (on tun0) so that a ping to the host can get through.
Probably a limitation of the Linux network API, but
ndppd
seems to not handle locally generated ND:Obviously, if I send ND from another station on the network, everything goes well.
The text was updated successfully, but these errors were encountered: