using other peer's internet connection - WeOnlyDo Discussion board

using other peer's internet connection (wodVPN)

by buruss, Monday, August 11, 2014, 09:50 (3518 days ago) @ buruss

Hi.

I finally solved the problem.
and I post what I did wrong here to help others having similar issue.

I should have added vpn channel on PC1
(which is trying to connect to internet through PC2's internet connection).
and here's the correct code(I guess).
wodVPN1.Channels.Add TCPSocksProxy, "127.0.0.1", 1080, "127.0.0.1", 1080

And on PC1, goto control panel > internet options > connection tab >
lan settings > Proxy Server > advanced button click,
and set Socks to "127.0.0.1", port 1080.
and very important!! remain blank HTTP, Secure, FTP input boxes.
(this is what I confused.)

Still I have another question.
How can I use channel type "TCPHttpProxy"?
I created vpn channel like above using "TCPHttpProxy" type,
but this time connection fails.
Would you explain what is needed to correctly use TCPHttpProxy?

Thank you.


Complete thread: