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

Feature request: outgoing interface from passthrough.py #35

Open
dtouzeau opened this issue Mar 11, 2019 · 2 comments
Open

Feature request: outgoing interface from passthrough.py #35

dtouzeau opened this issue Mar 11, 2019 · 2 comments

Comments

@dtouzeau
Copy link

Possible to add token in python passthrough to specifify the outgoing interface for rdpproxy to reach the target host.

@pykoder
Copy link
Contributor

pykoder commented Mar 15, 2019

Why do you need that for ? The ip address of the target should be enough. Or maybe you have several VLANs using the same range of local addresses ? Nevertheless this should not be hard to do. We could also provide some other socket options for target socket like TCP_NODELAY or TCPQUICKACK which can have an effect on performance.

@dtouzeau
Copy link
Author

This is when you several network cards with segmented networks + Firewall
For example : you have eth1 eth2 -> eth0 -> WAN and eth2 is a DMZ this should be easy to set to rdpproxy to use the eth2 when connection pass from eth0

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

2 participants