Here is what Im trying to do : I got one client behind a heavily fortitied proxy (caching, reformatting of webpages, all ports blocked except 80 & 8080), and I want to SSH connect with putty to my openwrt server which is outside the proxy.
So far, I can only remotely connect to my openwrt if I am not behind a proxy (so SSH by WAN works).
I have been suggested to use SRELAY to permit getting passed the proxy (as connecting by SSH on port 8080 behind proxy times out)
Im trying to understand srelay. There is very little information available on this module. Ive tried following http://downloads.openwrt.org/people/nic … lay.8.html but I havent managed to connect using it. However, Im certain Im not doing this correctly. Here are my settings
1- dropbear -p 8080
2- a init.d file with : "/mnt/sd/etc/init.d/srelay start -c /etc/srelay.conf -r -s -i myrouterdomain.com:8081"
3- srelay.con with : 0.0.0.0 any (tried with the actual IP of my remote connection too)
For when with putty -
1 - Session : myrouterdomain.com:8080
2 - proxy : Type : Socks 4(tried 5 too) | Proxy Hostname : myrouterdomain | Port : 8081 (tried with 8080 too when init.d has 8080)
What happens is I time out, probably because Im really doing nothing right. I tested this while on a different cable internet connection with all ports opened, so I cant blame it on firewalled accesses.
Are there any suggestions?
