* My apologies
@ 2003-10-23 14:29 Anderson, Ray
2003-10-23 15:03 ` transparent IRC proxy: doesnt work Sylvain BERTRAND
0 siblings, 1 reply; 3+ messages in thread
From: Anderson, Ray @ 2003-10-23 14:29 UTC (permalink / raw)
To: netfilter
[-- Attachment #1: Type: text/plain, Size: 333 bytes --]
For posting in HTML. Damn Outlook!
-=Ray
---------------------------------------
Never break your formation into less than two-ship elements. Stay in pairs.
A man by himself is a liability, a two-ship team is an asset. If you are
separated, join up immediately with other friendly airplanes.
Major Thomas B. "Tommy" McGuire, USAAF
[-- Attachment #2: Type: text/html, Size: 768 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* transparent IRC proxy: doesnt work
2003-10-23 14:29 My apologies Anderson, Ray
@ 2003-10-23 15:03 ` Sylvain BERTRAND
2003-10-23 18:00 ` Alistair Tonner
0 siblings, 1 reply; 3+ messages in thread
From: Sylvain BERTRAND @ 2003-10-23 15:03 UTC (permalink / raw)
To: netfilter
[-- Attachment #1: Type: text/plain, Size: 998 bytes --]
My apologiesHi everyone,
I have a router/firewall on a public /24. I installed tircproxy in order to have a transparent proxy (to filter DCC send requests).
Here are the lines related to IRC in my rc.firewall:
${IPTABLES} -t nat -A PREROUTING -s ${INTERNAL_LAN} -p tcp --dport 6660:6669 -j REDIRECT --to-port 7666
${IPTABLES} -t nat -A PREROUTING -s ${INTERNAL_LAN} -p udp --dport 6660:6669 -j REDIRECT --to-port 7666
and here's the command I use to launch the proxy:
tircproxy -s 7666 -b ${MY_IP} -S -K -R -I
There are several strange things:
- many connexions between my internal lan and external servers on port 6667 still exist... they shouldnt since I redirected the 6667 trafic?
- many connexions between my router on ports >1024 and.... my router's port 7666! I was expecting local machines to connect on 7666, but not the router itself?
IRC seems to be working for clients, but I think it does through direct connexions...
Can anyone help me about that?
Sylvain
[-- Attachment #2: Type: text/html, Size: 2208 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: transparent IRC proxy: doesnt work
2003-10-23 15:03 ` transparent IRC proxy: doesnt work Sylvain BERTRAND
@ 2003-10-23 18:00 ` Alistair Tonner
0 siblings, 0 replies; 3+ messages in thread
From: Alistair Tonner @ 2003-10-23 18:00 UTC (permalink / raw)
To: Sylvain BERTRAND; +Cc: netfilter
On October 23, 2003 11:03 am, Sylvain BERTRAND wrote:
> My apologiesHi everyone,
>
> I have a router/firewall on a public /24. I installed tircproxy in order to
> have a transparent proxy (to filter DCC send requests). Here are the lines
> related to IRC in my rc.firewall:
>
> ${IPTABLES} -t nat -A PREROUTING -s ${INTERNAL_LAN} -p tcp --dport
> 6660:6669 -j REDIRECT --to-port 7666 ${IPTABLES} -t nat -A PREROUTING -s
> ${INTERNAL_LAN} -p udp --dport 6660:6669 -j REDIRECT --to-port 7666
>
> and here's the command I use to launch the proxy:
>
> tircproxy -s 7666 -b ${MY_IP} -S -K -R -I
>
> There are several strange things:
> - many connexions between my internal lan and external servers on port 6667
> still exist... they shouldnt since I redirected the 6667 trafic? - many
> connexions between my router on ports >1024 and.... my router's port 7666!
> I was expecting local machines to connect on 7666, but not the router
> itself?
>
> IRC seems to be working for clients, but I think it does through direct
> connexions... Can anyone help me about that?
>
This is what DCC does. Direct client to client connection. Once the
initial communication is done from the clients to the server and back,
the actual transfer is direct from client to client
For the record, why are you using a proxy? -- does this proxy do filtering on
some other level? -- is this filtering working?
>
> Sylvain
--
Alistair Tonner
nerdnet.ca
Senior Systems Analyst - RSS
Any sufficiently advanced technology will have the appearance of magic.
Lets get magical!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-10-23 18:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-23 14:29 My apologies Anderson, Ray
2003-10-23 15:03 ` transparent IRC proxy: doesnt work Sylvain BERTRAND
2003-10-23 18:00 ` Alistair Tonner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox