I have another question thread running where i ask for help with tunneling traffic from one specific program (Help with rtorrent and openvpn (anonine)) but in this thread i want help with setting up a OpenVPN tunnel correctly.
I'm trying to get my OpenVPN setup to work at home.
I have currently setup a SOCKS5 proxy by creating a SSH Tunnel on a local Ubuntu server to a Linux based VPS. I use polipo as a small proxy to pass the requests through the SOCKS5 proxy (DNS Resolution happens on the VPS side.)
Now, on the client end I use firefox and have an addon which has...
Socks proxy: no, unless you can run ssh server or socks / http proxy on your windows machine.You can connect from your windows pc to your home pc using putty or plink with reverse tunnel (-R linux-machine-port:web-server-address:web-server-port) and then you should be able to connect to web-server using localhost:linux-machine-port.If you need dynamic proxy on windows side you can use other softwa
I have a OpenVPN server installed in an Amazon instance with Windows Server 2008 R2, and there's my client.
First i connect to my VPN
For some reason when i try to connect to my VPN server and RDP to it, the RDP's screen freezes after some seconds because the connection or tunnel is dropping after some seconds is established.
To set up tunnel first, i run this command:
sudo openvpn client.conf
I have the following configuration and want to establish a tunnel on a tunnel.
I read already the following topic:
How to put a tunnel in a tunnel?
My configuration:
Notebook --> Linux Server A --> Linux Server B
Notebook: Windows XP with putty
Linux Server A and B: Ubuntu 10.10
I have a ssh connection with a tunnel from my notebook via putty to Server A.
Now I want to establish a tunne
I have a VPS that I want to connect to from my home machine via OpenVPN, but I also want that VPS to connect to another OpenVPN server.
I am trying to use my server as a "proxy" with ssh.
However, setting up tunneling with
ssh -D localhost:8000 user@myserver
does not work.
I tested this on various machines with ssh and putty - It connects just fine, but when I set my browser settings accordingly, I just get an error "Connection has been reset".
I tried monitoring the traffic with wireshark, but I didn't even see some tunnel-t
Hey,
I have a scenario that i want to make but i don't have enough experience in Linux to achieve it , here is the scenario.
1.Making a Home server connect using ssh tunnel to a remote server ( to bypass proxy )
2. Making the home server accept connections as a gateway and forward anything that comes to it to the ssh tunnel connection of the remote server.
3.
Sorry for the wall of text, I'm a bit of a newbie but have exhausted my search resources.
In order to establish a public IP for my local Django development server, I set up an AWS micro instance as a server for reverse SSH tunneling.