All of lore.kernel.org
 help / color / mirror / Atom feed
* ip_conntrack_ftp and non-standard ports
@ 2006-03-30  5:12 Brian Capouch
  2006-03-30 21:10 ` Filip Sneppe
  0 siblings, 1 reply; 4+ messages in thread
From: Brian Capouch @ 2006-03-30  5:12 UTC (permalink / raw)
  To: netfilter

I hope this isn't a FAQ.  I've looked around and googled around, and so 
far, it seems from what I've found that such a thing can be done.  What 
I don't know is just how to tell iptables to do it.

I hope someone might provide a pointer.

Thanks.

B.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ip_conntrack_ftp and non-standard ports
  2006-03-30  5:12 ip_conntrack_ftp and non-standard ports Brian Capouch
@ 2006-03-30 21:10 ` Filip Sneppe
  2006-04-01  4:28   ` ludi
  0 siblings, 1 reply; 4+ messages in thread
From: Filip Sneppe @ 2006-03-30 21:10 UTC (permalink / raw)
  To: Brian Capouch; +Cc: netfilter

On 3/30/06, Brian Capouch <brianc@palaver.net> wrote:
> I hope this isn't a FAQ.  I've looked around and googled around, and so
> far, it seems from what I've found that such a thing can be done.  What
> I don't know is just how to tell iptables to do it.
>
This is done when loading the ip_conntrack_ftp and ip_nat_ftp kernel modules,
eg.

modprobe ip_conntracl_ftp ports=21,2021,3021
modprobe ip_nat_ftp ports=21,2021,3021

(see "modinfo ip_conntrack_ftp")

> I hope someone might provide a pointer.
>
Hope this helps...

Regards,
Filip


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ip_conntrack_ftp and non-standard ports
  2006-03-30 21:10 ` Filip Sneppe
@ 2006-04-01  4:28   ` ludi
  2006-04-01 21:42     ` Filip Sneppe
  0 siblings, 1 reply; 4+ messages in thread
From: ludi @ 2006-04-01  4:28 UTC (permalink / raw)
  To: netfilter

I was also told to edit the source of module.

On 3/31/06, Filip Sneppe <filip.sneppe@gmail.com> wrote:
> On 3/30/06, Brian Capouch <brianc@palaver.net> wrote:
> > I hope this isn't a FAQ.  I've looked around and googled around, and so
> > far, it seems from what I've found that such a thing can be done.  What
> > I don't know is just how to tell iptables to do it.
> >
> This is done when loading the ip_conntrack_ftp and ip_nat_ftp kernel modules,
> eg.
>
> modprobe ip_conntracl_ftp ports=21,2021,3021
> modprobe ip_nat_ftp ports=21,2021,3021
>
> (see "modinfo ip_conntrack_ftp")
>
> > I hope someone might provide a pointer.
> >
> Hope this helps...
>
> Regards,
> Filip
>
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ip_conntrack_ftp and non-standard ports
  2006-04-01  4:28   ` ludi
@ 2006-04-01 21:42     ` Filip Sneppe
  0 siblings, 0 replies; 4+ messages in thread
From: Filip Sneppe @ 2006-04-01 21:42 UTC (permalink / raw)
  To: ludi; +Cc: netfilter

On 4/1/06, ludi <myhapwcforever@gmail.com> wrote:
> I was also told to edit the source of module.
>
No that's not needed (not for any of the conntrack/nat modules I know of).

Regards,
Filip


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-04-01 21:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-30  5:12 ip_conntrack_ftp and non-standard ports Brian Capouch
2006-03-30 21:10 ` Filip Sneppe
2006-04-01  4:28   ` ludi
2006-04-01 21:42     ` Filip Sneppe

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.