-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: add tun2tap support for tun client with tap server #140
base: master
Are you sure you want to change the base?
Conversation
Some device like android and ios can not use tap mode, i added one |
Hi,
On Sun, Apr 12, 2020 at 07:18:33PM -0700, pengtian wrote:
Some device like android and ios can not use tap mode, i added one `--tun2tap` option of handle arp on tun on client side, so we can use tun client with tap server.
This is definitely interesting stuff.
Arne and I have been thinking of writing something like this, so we
can see the motivation :-) - now we just need to find time for a code
review.
gert
…--
"If was one thing all people took for granted, was conviction that if you
feed honest figures into a computer, honest figures come out. Never doubted
it myself till I met a computer with a sense of humor."
Robert A. Heinlein, The Moon is a Harsh Mistress
Gert Doering - Munich, Germany [email protected]
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think i have handled all knowned issues.
|
Just gave the code a quick look and although the issues I pointed out before are marked resolved, the issues are not resolved. To be included in OpenVPN we still need the code to be improved. |
hey @pengtianabc are you still interested in working on this PR? It's definitely good work, so it'd be nice to see it evolving properly. |
I am glad that someone are still interested in this feature. |
Hey guys, i am try to understand mac address resolusion in ipv6. In ipv4, we can replace request to mac boardcast to get target mac address, but how to do that in ipv6? |
@pengtianabc in IPv6 there is a Neighbor Discovery (ND) protocol that takes care of that. |
Add a optinal param for tun2tap: tun client can connect with tap server.