-
Notifications
You must be signed in to change notification settings - Fork 73
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
Divert to different physical adapter #5
Comments
Hi, Currently it is only supported to intercept and force the traffic over another interface for specific streams. You would configure this like so: This would intercept all tcp traffic going to external ip 1.1.1.1, destination port 80 (the
|
Oh, I'll have to give that a try,
What I'm trying to do is capture traffic within a virtual stack and push it
out via a GRE tunnel / seperate interface.
Is there a rule option that will leave the forwarded traffic unmodified?
Cheers.
…On Thu, 17 Feb 2022, 17:30 Jelle Vergeer, ***@***.***> wrote:
Hi,
Currently it is only supported to intercept and force the traffic over
another interface for specific streams. You would configure this like so:
tcp > 1.1.1.1 80 -> 1.1.1.1 80 force interface 9
This would intercept all tcp traffic going to external ip 1.1.1.1,
destination port 80 (the tcp > 1.1.1.1 80 part) and change the
destination address and port to 1.1.1.1 80 (the -> 1.1.1.1 80 part), and
force the packets over interface number 9 (the force interface 9 part).
You can inspect the network interfaces and their number by running stream
divert:
StreamDivert.exe interfaces
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEHGPA5FSA7KMPZ4VZV3VRDU3SIZNANCNFSM5OTPTDFQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Can I divert UDP to other interfaces ? According to my testing, I can do it with TCP but not UDP |
I'm trying to divert all traffic from interface 1 to interface 2
Your readme states - Force redirected packets over a specific network interface.
What would the config for this look like?
I've tried variations like this (10.10.10.10) the IP of the other interface
It finds 4 of the 6 rules, but does not seem to do anything.
The text was updated successfully, but these errors were encountered: