We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I created a tun and I can see the ping request from another machine 10.1.1.1
but the problem is how can I pass the request to protocol stack and let them process it, and send back through my tun
The text was updated successfully, but these errors were encountered:
I am running a tun device named mytun, and assign ip 10.0.0.2/24 to this device
in my code, i just read data from tun device, show on screen and write back to tun
why I cant get ping response in mytun and eth0, when I run the commdn ping -I mytun www.google.com?
Sorry, something went wrong.
No branches or pull requests
I created a tun and I can see the ping request from another machine 10.1.1.1
but the problem is how can I pass the request to protocol stack and let them process it, and send back through my tun
The text was updated successfully, but these errors were encountered: