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

Intercepting ICMP in tunnel mode #9

Closed
ameshkov opened this issue Aug 3, 2021 · 2 comments
Closed

Intercepting ICMP in tunnel mode #9

ameshkov opened this issue Aug 3, 2021 · 2 comments

Comments

@ameshkov
Copy link
Member

ameshkov commented Aug 3, 2021

In the current version of VpnLibs, we don't intercept ICMP at all. The root cause of it is the network driver, we just don't intercept ICMP at the moment.

@ameshkov ameshkov added the bug Something isn't working label Aug 3, 2021
@RalMay
Copy link

RalMay commented Aug 3, 2021

I case that is possible:
Intercept at network layer, not at transport layer, and you have all traffic handled - Internet is a plain IP based protocol.

edit: mixed up L2 and L3 names, sorry.

@sxgunchenko sxgunchenko changed the title Intercepting ICMP on Windows Intercepting ICMP in tunnel mode Aug 9, 2021
@sxgunchenko
Copy link

vpn-client/pull-requests/286

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

No branches or pull requests

4 participants