Am Sun, Dec 11, 2022 at 06:27:53AM + schrieb Andre Rodier:
> Good morning, all.
Good Morning Andre,
>
> Is there anyone around to help me to setup a transparent proxy on Debian,
> please ?
>
> I have tinyproxy running on my server, and I would like, with nftables,
Good morning, all.
Is there anyone around to help me to setup a transparent proxy on Debian,
please ?
I have tinyproxy running on my server, and I would like, with nftables,
to intercept any outbound web traffic (tcp ipv4.ipv6),
and to redirect to the proxy on 127.0.0.1:.
So far, I have
Hello, all.
I have tinyproxy running on my server, and I would like, with nftables,
to intercept any outbound web traffic (tcp ipv4.ipv6), and to redirect
to the proxy on 127.0.0.1:.
So far, I have seen these examples online:
> ...
chain prerouting {
type nat hook prerouting priority
On Wed, Jul 17, 2019 at 02:32:28PM -0700, pe...@easthope.ca wrote:
> > stunnel(1) mentions helpfully that you're required to have a certain
> > netfilter setup (mainly involving DNAT in your case), ...
> > If you need to transform outbound HTTP requests to HTTPS to multiple
> > hosts ...
>
> Yes
pe...@easthope.ca wrote on 7/17/19 3:32 PM:
> Jul 16 11:25:16 joule stunnel: LOG5[4]: Service [https] accepted connection
> from 127.0.0.1:36140
>
> * From: Reco recovery...@enotuniq.net
> * Date: Wed, 17 Jul 2019 11:01:32 +0300
>> No, you're incorrect. A client application has connecte
Jul 16 11:25:16 joule stunnel: LOG5[4]: Service [https] accepted connection
from 127.0.0.1:36140
* From: Reco ... Peter E.
--
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca
ave a configuration for that.
No, you're incorrect. A client application has connected to
localhost:443 using source IP 127.0.0.1 and a destination port 36140.
A transparent proxy is called that because a client application should
not connect to a proxy directly (as proxy won't unde
Hi,
stunnel is installed here with this configuration.
"server" has been substituted for the real name of course.
peter@joule:~$ cat /etc/stunnel/stunnel.conf
# joule:/etc/stunnel/stunnel.conf
[pop3]
client = yes
accept = localhost:110
connect = server:995
[https]
client = yes
accept = localhost
On 06/03/14 16:31, Chris wrote:
> Hi Scott,
>
> On 03/04/2014 10:17 AM, Scott Ferguson wrote:
>> I route suspect boxes through a transparent proxy to see if there are
>> channels in use that shouldn't be.
>
> are you using port mirroring or any special software
Hi Scott,
On 03/04/2014 10:17 AM, Scott Ferguson wrote:
> I route suspect boxes through a transparent proxy to see if there are
> channels in use that shouldn't be.
are you using port mirroring or any special software? iptables logging?
- Chris
--
To UNSUBSCRIBE, email to debia
On Jan 17, 2008 2:37 PM, Mihira Fernando <[EMAIL PROTECTED]> wrote:
>
> On Jan 14, 2008 7:26 PM, Eduardo M KALINOWSKI <[EMAIL PROTECTED]> wrote:
> >
> > I'm trying to setup a transparent caching proxy with Squid. I've
> > installed Squid, configured it, in particular using the line
> > http_por
On Jan 14, 2008 7:26 PM, Eduardo M KALINOWSKI <[EMAIL PROTECTED]> wrote:
>
> I'm trying to setup a transparent caching proxy with Squid. I've
> installed Squid, configured it, in particular using the line
> http_port 3128 transparent
>
> The proxy is working fine. If I specify the proxy man
Alex Samad wrote:
On Tue, Jan 15, 2008 at 03:08:55PM -0200, Eduardo M KALINOWSKI wrote:
Alex Samad wrote:
On Tue, Jan 15, 2008 at 08:11:34AM -0200, Eduardo M KALINOWSKI wrote:
Alex Samad wrote:
[snip]
Well, this solution is far more complicated than what I w
On Tue, Jan 15, 2008 at 03:08:55PM -0200, Eduardo M KALINOWSKI wrote:
> Alex Samad wrote:
>> On Tue, Jan 15, 2008 at 08:11:34AM -0200, Eduardo M KALINOWSKI wrote:
>>
>>> Alex Samad wrote:
>>>
[snip]
>
> Well, this solution is far more complicated than what I wanted, so I took a
> look at i
Alex Samad wrote:
On Tue, Jan 15, 2008 at 08:11:34AM -0200, Eduardo M KALINOWSKI wrote:
Alex Samad wrote:
if you are only trying to capture http request from this machine
(the same
as the proxy) then you need to use the output chain
OK, so I changed the line and ran
iptables -
On Tue, Jan 15, 2008 at 08:11:34AM -0200, Eduardo M KALINOWSKI wrote:
> Alex Samad wrote:
>> On Mon, Jan 14, 2008 at 05:26:17PM -0200, Eduardo M KALINOWSKI wrote:
>>
>>>I'm trying to setup a transparent caching proxy with Squid. I've
>>> installed Squid, configured it, in particular using t
Alex Samad wrote:
On Mon, Jan 14, 2008 at 05:26:17PM -0200, Eduardo M KALINOWSKI wrote:
I'm trying to setup a transparent caching proxy with Squid. I've
installed Squid, configured it, in particular using the line
http_port 3128 transparent
The proxy is working fine. If I specify the
On Mon, Jan 14, 2008 at 05:26:17PM -0200, Eduardo M KALINOWSKI wrote:
>
>I'm trying to setup a transparent caching proxy with Squid. I've
> installed Squid, configured it, in particular using the line
> http_port 3128 transparent
>
>The proxy is working fine. If I specify the proxy manuall
I'm trying to setup a transparent caching proxy with Squid. I've
installed Squid, configured it, in particular using the line
http_port 3128 transparent
The proxy is working fine. If I specify the proxy manually, I can
see it being used from access.log, and note the results of caching.
On Saturday 25 March 2006 09:57, Dan Jacobson wrote:
> I just want to sometimes get around my ISP's transparent proxy which
> intercepts all port 80 traffic to anywhere, as sometimes it has too
> old caches. Mostly very fast, but sometimes one wants a second view
> without its hel
I just want to sometimes get around my ISP's transparent proxy which
intercepts all port 80 traffic to anywhere, as sometimes it has too
old caches. Mostly very fast, but sometimes one wants a second view
without its help.
Do I need to install and learn e.g., "tor",
or is there som
Hi Joe,
Thanks for your help. It's working! ;)
Next step: authentication for using my proxy. If you have any doc that
should be helpfull I would appreciate that.
[]'s
Romulo
On 5/31/05, Joe Potter <[EMAIL PROTECTED]> wrote:
> Romulo Sousa wrote:
> > On 5/30/05, Joe Potter <[EMAIL PROTECTED]> wr
Romulo Sousa wrote:
> On 5/30/05, Joe Potter <[EMAIL PROTECTED]> wrote:
>
>>Joe Potter wrote:
>>
>>>Hello All,
>>>
>>>I need to test some proxy methods for our school lab. I seem to have hit
>>>a brick wall.
>>>
>>>I have squid running just fine on this Debian Sid box. I use Firefox and
>>>manuall
On 5/30/05, Joe Potter <[EMAIL PROTECTED]> wrote:
> Joe Potter wrote:
> > Hello All,
> >
> > I need to test some proxy methods for our school lab. I seem to have hit
> > a brick wall.
> >
> > I have squid running just fine on this Debian Sid box. I use Firefox and
> > manually tell it where to find
Joe Potter wrote:
> Hello All,
>
> I need to test some proxy methods for our school lab. I seem to have hit
> a brick wall.
>
> I have squid running just fine on this Debian Sid box. I use Firefox and
> manually tell it where to find the proxy, i.e. at 127.0.0.1 and port
> 3128. The logs (/var/lo
Hello All,
I need to test some proxy methods for our school lab. I seem to have hit
a brick wall.
I have squid running just fine on this Debian Sid box. I use Firefox and
manually tell it where to find the proxy, i.e. at 127.0.0.1 and port
3128. The logs (/var/log/squid/access.log) show everythin
Hi,
do I still need transproxy? Or can I get my firewall to transparent proxy
web access with ipchains/ipmasqadm alone?
I tried by adding the following two rules:
ipchains -A input -s 172.26.1.0/24 -d 0.0.0.0/0 www -p tcp -j REDIRECT 8080
ipmasqadm portfw -a -P tcp -L 172.26.1.1 8080 -R
On %M 0, Louis-David Mitterrand wrote
> Has anybody successfuly configured Linux and Squid to act as a
> transparent proxy? I have looked at the Squid FAQ and an interesting
> pointer provided by it
> (http://alderan.gurulink.com/transproxy-linux21-squid2.html) but have
> not su
Has anybody successfuly configured Linux and Squid to act as a
transparent proxy? I have looked at the Squid FAQ and an interesting
pointer provided by it
(http://alderan.gurulink.com/transproxy-linux21-squid2.html) but have
not succeded yet. All squid configuration options and and ipchains
29 matches
Mail list logo