-
Notifications
You must be signed in to change notification settings - Fork 23
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
using tun/tap device the erlang way #9
Comments
Hi Benoit |
Hey @benoitc ! @colrack's answer is excellent and pretty much covers Basically the erlang process creates and attaches to a virtual interface
Any packets on host1 destined for 192.168.100.2 would be routed via The erlang process can also handle the frames directly. In that case, If anything isn't clear, feel free to ask questions! |
I am interresting to setup such tunnel, but how would you open such device from erlang and read it? For example if you want to accept connections for an http server over it. Any hint is welcome :)
The text was updated successfully, but these errors were encountered: