redemption icon indicating copy to clipboard operation
redemption copied to clipboard

Feature request: outgoing interface from passthrough.py

Open dtouzeau opened this issue 6 years ago • 2 comments

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

dtouzeau avatar Mar 11 '19 12:03 dtouzeau

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.

pykoder avatar Mar 15 '19 12:03 pykoder

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

dtouzeau avatar Mar 15 '19 13:03 dtouzeau