1
vote
0answers
36 views

PGP keyserver and proxy firewall issues

I am not sure this is a Linux question directly ... I use Arch Linux which uses package signing. This requires me to download a set of pgp keys with the pacman-key program. This works off the ...
0
votes
1answer
37 views

What do I need to setup a linux box as a proxy to access the network?

At the minute I have all my machines connect directly to my isp-supplied broadband router. I want to make sure my machines are behaving correctly so I wish to test this by sniffing the traffic of ...
3
votes
0answers
222 views

iptables routing marked packets from router to PC and routing them back to router

I'm trying to do deep packet inspection on HTTP packets. The purpose of this is to collect HTTP payload data and then create some proxy/cache-independent reports. Following this, the idea is to ...
2
votes
0answers
464 views

SOCKS proxy configuration on KDE 4.4.5 / Debian 6.0.5

I've been trying to use a SOCKS Proxy which I have been using with success from an Ubuntu 11.4 box with GNOME on my Debian box with KDE.The socks server is bound to the local port 1080 through the ...
1
vote
2answers
650 views

TOR Transparent Proxy - How does to the TCP redirecting work

I used an iptables ruleset based on the sample ruleset from https://trac.torproject.org/projects/tor/wiki/doc/TransparentProxy, Section Linux, Local Redirection Through Tor, to set up Tor as a ...
3
votes
1answer
137 views

Configure applications to ask for a user:pass behind a proxy

Here's the deal: I'm trying to set up a SQL server with Debian Linux, I managed to install Debian - but I can't get apt-get to work, since I'm behind a proxy. I already managed to setup Iceweasel to ...
2
votes
1answer
845 views

Where are Proxy Settings Stored?

I'm coding a small application that connects to the Internet and retrieves information from my server using bsd socket. I looked at where the proxy settings are stored under Linux but i couldn't the ...
4
votes
3answers
1k views

IPTables and transparent proxies

I have set up a local, transparent TCP proxy on localhost. I want to redirect ALL TCP traffic to this proxy, so it can handle it and nothing "leaks out," circumventing the proxy. I need to use ...
2
votes
1answer
228 views

How to set up the server to use IPv6 network

I have a server which is able to connect the network through IPv6 tunneling. I want to use it as a proxy server. I have to things to understand: How to set up the DNS? Is there any open DNS that ...
1
vote
3answers
376 views

Cannot access network on the command line in Ubuntu 10.04

I am having an issue which I am unable to diagnose. I am unable to access outside the local network from the command line. Strangely, ftp works from the command line. But ping, links, traceroute, wget ...
-2
votes
2answers
4k views

How to run “sudo apt-get update” through proxy in commandline?

In my office I want to update and download through wget and here they are using a proxy. How can I get wget to use the proxy from the command-line?