What's new

[HELP] sslh with Transparent proxy support on AsusWRT Merlin

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Arcao

New Around Here
Hi guys,

I currently use sslh on my ASUS RT-AC68U (latest AsusWRT Merlin) router (192.168.1.1) to proxy OpenVPN, HTTPS and SSH to another ip (192.168.1.30):
Code:
sslh -p 0.0.0.0 443 --ssh 192.168.1.30 22 --ssl 192.168.1.30 443 --openvpn 192.168.1.30 1194 -t 15 -v 0

and I would like to create IP filtering for HTTPS in nginx. Unfortunately the source ip is the router ip, but there is way to configure sslh with Transparent proxy support to change source ip to external source ip. This configuration is a little bit tricky and I am not sure if AsusWRT Merlin firmware is capable for it.

Did anyone try to configure it on AsusWRT Merlin?
 
Last edited:

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top