From: Nick Pasich <newsletters@NickAndBarb.net>
To: netfilter-devel@lists.netfilter.org
Subject: MAX_PORTS for ftp modules
Date: Mon, 26 Jan 2004 13:14:41 -0800 [thread overview]
Message-ID: <20040126211441.GA10833@66.27.62.2> (raw)
Hi,
I've exhausted the MAX_PORTS limit of 8 for ftp using my own port id.
I'm wondering if there are any repercussions in upping the limit to say,
16 in the following modules.
ip_conntrack_ftp.c: #define MAX_PORTS 8
ip_conntrack_irc.c: #define MAX_PORTS 8
ip_conntrack_tftp.c: #define MAX_PORTS 8
ip_nat_ftp.c: #define MAX_PORTS 8
ip_nat_irc.c: #define MAX_PORTS 8
ip_nat_tftp.c: #define MAX_PORTS 8
I noticed that ipfwadm_core.c has "IP_FW_MAX_PORTS" which is defined in
ipfwadm_core.h as 10.
*********************************************************************************************************
linux/include/linux/netfilter_ipv4/ipfwadm_core.h:#define IP_FW_MAX_PORTS 10 /* A reasonable maximum */
*********************************************************************************************************
So what modules need to be changed and what kind of trouble am I going to
get into????
I'm not subscribed to the newsletter, so please respond to me directly.
Thanks,
---( Nick Pasich )---
next reply other threads:[~2004-01-26 21:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-26 21:14 Nick Pasich [this message]
2004-01-27 9:40 ` MAX_PORTS for ftp modules Henrik Nordstrom
2004-01-27 11:01 ` Harald Welte
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040126211441.GA10833@66.27.62.2 \
--to=newsletters@nickandbarb.net \
--cc=netfilter-devel@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.