* [LARTC] IRC and DCC
@ 2001-11-02 21:46 Joachim Wickman
2001-11-02 22:24 ` Joachim Wickman
` (8 more replies)
0 siblings, 9 replies; 10+ messages in thread
From: Joachim Wickman @ 2001-11-02 21:46 UTC (permalink / raw)
To: lartc
[-- Attachment #1: Type: text/plain, Size: 398 bytes --]
Hello
I'm running NAT on my Linux box (192.168.0.1) with this command
/usr/local/sbin/iptables -t nat -A POSTROUTING -o ippp0 -j MASQUERADE
Everything is working fine, except DCC in IRC.
When I try to send something the remote machine get's "can't connect"
Have I missed something, or what?
It does work when I NAT with ipchains, but I like iptables more.
Thanks,
Joachim
[-- Attachment #2: Type: text/html, Size: 1329 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [LARTC] IRC and DCC
2001-11-02 21:46 [LARTC] IRC and DCC Joachim Wickman
@ 2001-11-02 22:24 ` Joachim Wickman
2001-11-02 22:31 ` Greg Scott
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Joachim Wickman @ 2001-11-02 22:24 UTC (permalink / raw)
To: lartc
[-- Attachment #1: Type: text/plain, Size: 1125 bytes --]
I have compiled everything into the kernel
----- Original Message -----
From: Greg Scott
To: 'Joachim Wickman' ; lartc@mailman.ds9a.nl
Sent: Saturday, November 03, 2001 12:31 AM
Subject: RE: [LARTC] IRC and DCC
There are some modules you need to modprobe. Try this:
/sbin/modprobe ip_conntrack_irc
I'll bet there are also others. Is there some central list of modules and what they do anywhere?
- Greg
-----Original Message-----
From: Joachim Wickman [mailto:jwickman@tawi.fi]
Sent: Friday, November 02, 2001 3:47 PM
To: lartc@mailman.ds9a.nl
Subject: [LARTC] IRC and DCC
Hello
I'm running NAT on my Linux box (192.168.0.1) with this command
/usr/local/sbin/iptables -t nat -A POSTROUTING -o ippp0 -j MASQUERADE
Everything is working fine, except DCC in IRC.
When I try to send something the remote machine get's "can't connect"
Have I missed something, or what?
It does work when I NAT with ipchains, but I like iptables more.
Thanks,
Joachim
[-- Attachment #2: Type: text/html, Size: 3888 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [LARTC] IRC and DCC
2001-11-02 21:46 [LARTC] IRC and DCC Joachim Wickman
2001-11-02 22:24 ` Joachim Wickman
@ 2001-11-02 22:31 ` Greg Scott
2001-11-04 17:16 ` Largo Hellenz
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Greg Scott @ 2001-11-02 22:31 UTC (permalink / raw)
To: lartc
[-- Attachment #1: Type: text/plain, Size: 768 bytes --]
There are some modules you need to modprobe. Try this:
/sbin/modprobe ip_conntrack_irc
I'll bet there are also others. Is there some central list of modules and
what they do anywhere?
- Greg
-----Original Message-----
From: Joachim Wickman [mailto:jwickman@tawi.fi]
Sent: Friday, November 02, 2001 3:47 PM
To: lartc@mailman.ds9a.nl
Subject: [LARTC] IRC and DCC
Hello
I'm running NAT on my Linux box (192.168.0.1) with this command
/usr/local/sbin/iptables -t nat -A POSTROUTING -o ippp0 -j MASQUERADE
Everything is working fine, except DCC in IRC.
When I try to send something the remote machine get's "can't connect"
Have I missed something, or what?
It does work when I NAT with ipchains, but I like iptables more.
Thanks,
Joachim
[-- Attachment #2: Type: text/html, Size: 2704 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [LARTC] IRC and DCC
2001-11-02 21:46 [LARTC] IRC and DCC Joachim Wickman
2001-11-02 22:24 ` Joachim Wickman
2001-11-02 22:31 ` Greg Scott
@ 2001-11-04 17:16 ` Largo Hellenz
2001-11-04 23:56 ` Sebastian 'spax' Pape
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Largo Hellenz @ 2001-11-04 17:16 UTC (permalink / raw)
To: lartc
[-- Attachment #1: Type: text/plain, Size: 1935 bytes --]
i had this same problem... dcc's sent to me after i requested them within a
few seconds would work, but dcc's sent to me minutes after would
drop...(can't connect)
the solution for me was to install socks5 on gateway only allowing relaying
from internal interface and opening up port tcp/1080 (or whatever your
socks5 port is) on the external interface for incoming connections.
my two questions are:
1) is this a security issue to open up 1080 externally?
2) i can only connect to irc servers that dont require ident.... (ie.
underet, but not dalnet)... any ideads?
thanks,
fernando pando
-----Original Message-----
From: lartc-admin@mailman.ds9a.nl [mailto:lartc-admin@mailman.ds9a.nl]On
Behalf Of Joachim Wickman
Sent: Friday, November 02, 2001 5:25 PM
To: Greg Scott; lartc@mailman.ds9a.nl
Subject: Re: [LARTC] IRC and DCC
I have compiled everything into the kernel
----- Original Message -----
From: Greg Scott
To: 'Joachim Wickman' ; lartc@mailman.ds9a.nl
Sent: Saturday, November 03, 2001 12:31 AM
Subject: RE: [LARTC] IRC and DCC
There are some modules you need to modprobe. Try this:
/sbin/modprobe ip_conntrack_irc
I'll bet there are also others. Is there some central list of modules
and what they do anywhere?
- Greg
-----Original Message-----
From: Joachim Wickman [mailto:jwickman@tawi.fi]
Sent: Friday, November 02, 2001 3:47 PM
To: lartc@mailman.ds9a.nl
Subject: [LARTC] IRC and DCC
Hello
I'm running NAT on my Linux box (192.168.0.1) with this command
/usr/local/sbin/iptables -t nat -A POSTROUTING -o ippp0 -j MASQUERADE
Everything is working fine, except DCC in IRC.
When I try to send something the remote machine get's "can't connect"
Have I missed something, or what?
It does work when I NAT with ipchains, but I like iptables more.
Thanks,
Joachim
[-- Attachment #2: Type: text/html, Size: 6075 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [LARTC] IRC and DCC
2001-11-02 21:46 [LARTC] IRC and DCC Joachim Wickman
` (2 preceding siblings ...)
2001-11-04 17:16 ` Largo Hellenz
@ 2001-11-04 23:56 ` Sebastian 'spax' Pape
2001-11-08 16:01 ` Ivan Lopez
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Sebastian 'spax' Pape @ 2001-11-04 23:56 UTC (permalink / raw)
To: lartc
hi!
> 2) i can only connect to irc servers that dont require ident.... (ie.
> underet, but not dalnet)... any ideads?
Which identd did you install? If you use NAT/MASQ your identd should
be able to forward requests to the proper machine and you have to run
an identd on the client machines. The client-machine's identd also has
to allow the gateway-identd to ask him even if the connection goes out
to the internet. Or if you don't care about your idents let the
gateway-identd just return a dummy-string.
best regards
Sebastian
--
Sebastian 'spax' Pape | Three things are certain: Death, taxes, and
mailto: sebastian@p-a-p-e.de | lost data. Guess which has occurred...
pgp: http://p-a-p-e.de/pgp.asc |
--- Do you want to know more? http://www.p-a-p-e.de/ ---
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [LARTC] IRC and DCC
2001-11-02 21:46 [LARTC] IRC and DCC Joachim Wickman
` (3 preceding siblings ...)
2001-11-04 23:56 ` Sebastian 'spax' Pape
@ 2001-11-08 16:01 ` Ivan Lopez
2001-11-08 18:40 ` Joachim Wickman
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Ivan Lopez @ 2001-11-08 16:01 UTC (permalink / raw)
To: lartc
download the sources of the last iptables distribution and read the INSTALL, there's a make most-of-pom (or make patch-o-matic for the brave) that asks you to patch your kernel with the latest (and coolest) features of netfilter, conntracking of dcc's included
ivan
On Nov/02/2001, Joachim Wickman wrote:
>
> Hello
>
> I'm running NAT on my Linux box (192.168.0.1) with this command
>
> /usr/local/sbin/iptables -t nat -A POSTROUTING -o ippp0 -j MASQUERADE
>
> Everything is working fine, except DCC in IRC.
> When I try to send something the remote machine get's "can't connect"
>
> Have I missed something, or what?
> It does work when I NAT with ipchains, but I like iptables more.
>
> Thanks,
> Joachim
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/
^ permalink raw reply [flat|nested] 10+ messages in thread
* [LARTC] IRC and DCC
2001-11-02 21:46 [LARTC] IRC and DCC Joachim Wickman
` (4 preceding siblings ...)
2001-11-08 16:01 ` Ivan Lopez
@ 2001-11-08 18:40 ` Joachim Wickman
2001-11-12 10:33 ` Joachim Wickman
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Joachim Wickman @ 2001-11-08 18:40 UTC (permalink / raw)
To: lartc
Jepp
I noticed that they included it in kernel 2.4.14 too.
Joachim
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [LARTC] IRC and DCC
2001-11-02 21:46 [LARTC] IRC and DCC Joachim Wickman
` (5 preceding siblings ...)
2001-11-08 18:40 ` Joachim Wickman
@ 2001-11-12 10:33 ` Joachim Wickman
2001-11-12 13:13 ` Joachim Wickman
2001-11-12 13:22 ` Greg Scott
8 siblings, 0 replies; 10+ messages in thread
From: Joachim Wickman @ 2001-11-12 10:33 UTC (permalink / raw)
To: lartc
Kernel 2.4.14
Legend: [*] built-in [ ] excluded <M> module < > module capable
<*> Connection tracking (required for masq/NAT)
<*> FTP protocol support
<*> IRC protocol support
..
..
..
and
/sbin/modprobe ip_conntrack_irc
modprobe: Can't locate module ip_conntrack_irc
so no, it isn't a module.
It doesn't work with my secondary ISP.(maybe because I get private IPs
10.x.x.x), but it works to irc from the router.
Haven't tried with my primary yet.
// Joachim
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [LARTC] IRC and DCC
2001-11-02 21:46 [LARTC] IRC and DCC Joachim Wickman
` (6 preceding siblings ...)
2001-11-12 10:33 ` Joachim Wickman
@ 2001-11-12 13:13 ` Joachim Wickman
2001-11-12 13:22 ` Greg Scott
8 siblings, 0 replies; 10+ messages in thread
From: Joachim Wickman @ 2001-11-12 13:13 UTC (permalink / raw)
To: lartc
> Is this from a piece of documentation someplace? If so where?
> Could this be the list of modules and what they do?
>
> - Greg
No. I took it out from the kernel configuration
// Joachim
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [LARTC] IRC and DCC
2001-11-02 21:46 [LARTC] IRC and DCC Joachim Wickman
` (7 preceding siblings ...)
2001-11-12 13:13 ` Joachim Wickman
@ 2001-11-12 13:22 ` Greg Scott
8 siblings, 0 replies; 10+ messages in thread
From: Greg Scott @ 2001-11-12 13:22 UTC (permalink / raw)
To: lartc
> Kernel 2.4.14
>
> Legend: [*] built-in [ ] excluded <M> module < > module capable
>
> <*> Connection tracking (required for masq/NAT)
> <*> FTP protocol support
> <*> IRC protocol support
> ..
> ..
> ..
Is this from a piece of documentation someplace? If so where?
Could this be the list of modules and what they do?
- Greg
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2001-11-12 13:22 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-02 21:46 [LARTC] IRC and DCC Joachim Wickman
2001-11-02 22:24 ` Joachim Wickman
2001-11-02 22:31 ` Greg Scott
2001-11-04 17:16 ` Largo Hellenz
2001-11-04 23:56 ` Sebastian 'spax' Pape
2001-11-08 16:01 ` Ivan Lopez
2001-11-08 18:40 ` Joachim Wickman
2001-11-12 10:33 ` Joachim Wickman
2001-11-12 13:13 ` Joachim Wickman
2001-11-12 13:22 ` Greg Scott
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox