Skip to content
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

Setup refine #34

Open
minghu6 opened this issue Oct 2, 2022 · 0 comments
Open

Setup refine #34

minghu6 opened this issue Oct 2, 2022 · 0 comments

Comments

@minghu6
Copy link

minghu6 commented Oct 2, 2022

There is no need to create manually /dev/net/tap each time. And the 10, 200 is the /dev/net/tun based on device.txt.
So, sudo mknod /dev/net/tap c 10 200 is just creating an alias for tun/tap device.
It's also confused since the kernel using IFF_TUN or IFF_TAP flag to distinguish Tun device or Tap device respectly instead of open /dev/net/tun or open /dev/net/tap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant