hi,
I have a Fedora Guest vm in dhcp via bridged mode on a Windows Host also in dhcp.
We have a proxy.
My host receive address and can surf on Google with proxy configured.
But I can't join google with my guest vm.
There 2 ways to configure proxy on Fedora
- proxy settings from system
- proxy settings from internet browser (Firefox)
Each proxy settings mode does'nt work ( a
The aim is to have my SSL proxy so I can add it to my FireFox by
Options -> Advanced -> Network -> Settings -> Manual proxy configuration -> SSL Proxy, Port -> OK
What I currently have:
a VPS hosting account with root SSH enabled
an SSL certificate installed to one of the domains hosted in that VPS How should I do it?
Basically, I need what expressvpn.com is offering.
Thus far I tried:
PuT
I'm trying to setup of proxy using nginx, but it redirects rather than proxy it (at least that's what it looks like).
Hi all
I am having an issue with these two client servers. They are restricted and behind firewall.
Here's what I've got setup:
Windows Service Account with internet access
A .NET application which allows setting the proxy settings
Host
Port
Username
Password
When running this application the proxy server logs are showing that the credentials are being passed to the proxy server and the proxy server is allowing the traffic.
I would like to connect to a remote MySQL from my host, but the host is behind a ssh proxy, like this.
I have 3 hosts in this problem
A: my local machine (that can ssh to B)
B: Intermediate machine that can SSH to C
C: a remote server running MySQL and allows only connections from localhost (grant)
I use ~/.ssh/config to allow me to ssh directly from A to C (using B as proxy).
Host B
Pro
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...
I have successfully setup a tunnel over SSH on linux mint, and can browse the web.
However, when I try to ssh using the same port, I get:
Couldn't establish connection to proxy: Network is unreachable
ssh_exchange_identification: Connection closed by remote host
In my mate-network-properties I have selected manual proxy configuration, and socks host is 127.0.0.1
So why doesn't ssh use th
i would like to setup two transparent proxy server that use Ubuntu Server and Squid as transparent proxy. My idea is to synchronize the cache between Proxy 1 and proxy 2. so both Proxy server will have same cache inside them. I wish to use Rsync that is an open source utility that provides fast incremental file transfer.