Ok well, i guess i'll start with a little background info here.
I've been racking my brain for the past few days trying to get MetroPCS data on my droid. I finally came across a custom rom with a kernel that supports IPTables
Everything is finally working as it should, the data connection is up.
How to get my computer use a proxy ON my computer, which connects to the school proxy ?
The reason i ask this, is because i need all programs on my computer, absolutely the whole system to go through the network, without having to use proxy authentication?
Then i was thinking of a possibility to use a local proxy without authentication, to connect to the school proxy (with all authentication det
Hello all,
I have installed ubuntu 12.04 in my laptop.The proxy setting is working for internet connections,I can browse the net.
How proxy is set up in my system.system settings then network then network proxy and selected Manual and added the proxy setting and I applied system-wide
So ,my question is how can I set proxy setting in such away that it include my username and password?.
I need to find a way to proxy all connections to example.com through a proxy server, it needs to work on the command line, as well as automatically within Python (much like exporting http_proxy would), but I want all other traffic to go through the network as it normally does.
I set socks5 proxy system> preferences> network middleman to connect through wifi to a router with Firewall may have to unlock something? ping is normal, but if you want to connect to the site by the browser it shows the error:
Code:
Unable to connect to the proxy server.
A proxy server is a server that acts as an intermediary between your computer and other servers.
i am trying to set all internet connections of all network PCs via proxy server that is installed on windows server 2003
i have editted proxy setting from gpo, but it only worked for internet browsers, is there way to force all applications to use that proxy (applications like chatting apps, IDM, torrent and others)
note: i am using ccproxy as a proxy server
I've tried to setup a proxy for mysql outbound connections using TOR's 9050 port and iptables and I failed. Any ideas how to make things working?
Schema:
Linux mysql client (or PHP function) -> 127.0.0.1:9050 (TOR socks5) -> remote_mysql_server:3306
Just want to redirect any outbound connection to port 3306 through TOR proxy.
PS. pls don't ask why :)
Running into an issue with my iptable rule to redirect outbound traffic on port 80 to a squid proxy transparently.
Here is my interface information
eth0 = internet
eth1 = physical interface
eth1:0 = 192.168.0.1/24
eth1:1 = 172.16.0.0/24
My iptables rule:
iptables -t nat -A PREROUTING -s 192.168.0.0/24 !
My web-app tracks various online services and to do so, makes frequent outgoing TCP and UDP requests (through PHP).
Unfortunately, my web-app was recently hit by a DDoS attack. To counter it, I installed a proxy for incoming requests (CloudFlare) and this seems to work well.