Skip to main content

All Questions

Tagged with
-1 votes
1 answer
3k views

OpenVPN client listening on 0.0.0.0

I am testing and calibrating OpenVPN in Linux, using free VPNs initially. According to all sources I have seen, the OpenVPN proxy should be listening on localhost:1194. In fact it consistently listens ...
Kebam's user avatar
  • 79
1 vote
0 answers
132 views

How to setup two Linux VPS servers to act as a traffic/data relay

I have two VPS servers running Ubuntu located in different regions. How can I utilize these two servers to act as a data relay, shown in this diagram: Client --> VPS1 ----> VPS2 ----> Internet So ...
Jacob McElroy's user avatar
7 votes
3 answers
6k views

How do I use a PPTP/OpenVPN connection as a SOCKS/HTTP proxy?

I would like to use a PPTP or OpenVPN as a socks proxy, that way instead of funneling all traffic from my PC through it I would instead use that connection to create a SOCKS or HTTP proxy that I could ...
yudwizwe's user avatar
1 vote
1 answer
4k views

Why is change to iptables not taking effect?

Im trying to setup OpenVPN to use Tor as a proxy in Liberte. When I run openvpn as root, I get the following response: Tue May 13 15:15:18 2014 Attempting to establish TCP connection with 127.0.0.1:...
John's user avatar
  • 13
1 vote
1 answer
4k views

Connect OpenVPN client through Tor's SOCKS port (Linux)

OpenVPN has the option to connect through a socks proxy. Tor, as you may know, provides a SOCKS proxy (listening on localhost) to anonymize the apps/traffic using it. I would like to connect my ...
Guest9944891's user avatar