/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! */
I was under the impression that the point of the IRC module was to let DCC
through. IRC, at least for me, works fine without the module, save the
DCC stuff.
Looking at net/ipv4/ip_maq_irc.c, it recoginzes the following DCC commands
struct dccproto dccprotos[NUM_DCCPROTO] = {
{ "SEND ", 5 },
{ "CHAT ", 5 },
{ "MOVE ", 5 },
{ "TSEND ", 6 },
{ "SCHAT ", 6 }
};
If memory serves, DCC is like FTP in that it passes IPs and port numbers
on the command channel (ie port 6667) to specify where the transfer will
take place since DCC doesn't use the server like the normal IRC does.
Sean
On Sun, 26 Dec 1999, David A. Ranch wrote:
> /* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! */
>
>
> >MASQ HOWTO suggests that i add that "ports=6667..." into rc.firewall, BUT...
> >DCC SEND uses ports 1000-2000 (logged those so far), and i wouldnt like to
> >add every port into that script :)
>
> I don't believe DCC is covered by the IRC module since it doesn't
> need it. This is a big topic on the MASQ list but I've never seen
> a concrete answer.
>
> Masq List.. could someone give me a 100% answer on this and I'll
> add it to the HOWTO.
>
> --David
> .----------------------------------------------------------------------------.
> | David A. Ranch - Linux/Networking/PC hardware [EMAIL PROTECTED] |
> !---- ----!
> `----- For more detailed info, see http://www.ecst.csuchico.edu/~dranch -----'
>
> _______________________________________________
> Masq maillist - [EMAIL PROTECTED]
> Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES
>UNSUBSCRIBING!
> or email to [EMAIL PROTECTED]
>
> PLEASE read the HOWTO and search the archives before posting.
> You can start your search at http://www.indyramp.com/masq/
> Please keep general linux/unix/pc/internet questions off the list.
>
-------------------------------------------------------------------
Sean Walberg <[EMAIL PROTECTED]> http://www.escape.ca/~sean
"Fore yeers ago I kudn't spel Engineer. Now I are won."
_______________________________________________
Masq maillist - [EMAIL PROTECTED]
Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES
UNSUBSCRIBING!
or email to [EMAIL PROTECTED]
PLEASE read the HOWTO and search the archives before posting.
You can start your search at http://www.indyramp.com/masq/
Please keep general linux/unix/pc/internet questions off the list.