ip_conntrack_ftp problem

2003-03-27 Thread Budai Laszlo
anywhere so we try to limit the access just to a few accepted services. We are loading the ip_conntrack_ftp and ip_nat_ftp modules: # lsmod Module Size Used byNot tainted ipt_state 1080 1 (autoclean) cls_u32 6332 2 (autoclean) sch_cbq

RESOLVED: ip_conntrack_ftp

2003-01-05 Thread Tommy McNeely
Chris you got it! [root@pickles etc]# cat /etc/rc.modules /sbin/modprobe ip_conntrack_ftp ports=21,6969 now I can run an FTP server on port 6969 and have it properly work with ip_conntrack Thanks, Tommy On Sun, 2003-01-05 at 15:41, Chris Kloiber wrote: > On Sun, 2003-01-05 at 15:40, To

Re: ip_conntrack_ftp

2003-01-05 Thread jdow
specifying the options in /etc/modules.conf work for me? .. i see > > something about /etc/rc.modules in the /etc/rc.sysinit ?? or is there > > something like /etc/modules.autoload ?? > > For some reason, ip_conntrack_ftp doesn't load itself automatically. You > can make

Re: ip_conntrack_ftp

2003-01-05 Thread Tommy McNeely
t; case "$1" in > start) > start > insmod ip_conntrack_irc > insmod ip_conntrack_ftp > insmod ip_nat_ftp > ;; > > stop) > stop > rmmod ip_conntrack_irc > rmmod ip_conntrack_ftp > rmmod i

Re: ip_conntrack_ftp

2003-01-05 Thread Chris Kloiber
/etc/rc.modules in the /etc/rc.sysinit ?? or is there > something like /etc/modules.autoload ?? For some reason, ip_conntrack_ftp doesn't load itself automatically. You can make an /etc/rc.modules that contains "modprobe ip_conntrack_ftp" if you wish (make sure it's executabl

Re: ip_conntrack_ftp

2003-01-05 Thread Scott Kindley
;$1" in start) start insmod ip_conntrack_irc insmod ip_conntrack_ftp insmod ip_nat_ftp ;; stop) stop rmmod ip_conntrack_irc rmmod ip_conntrack_ftp rmmod ip_nat_ftp ;; restart) # "restart" is reall

Re: ip_conntrack_ftp

2003-01-05 Thread Tommy McNeely
ing like /etc/modules.autoload ?? > => > =>Tommy > > How about something like this: > > add above ip_tables iptable_filter iptable_mangle iptable_nat ip_conntrack >ipt_state ipt_unclean ipt_LOG ipt_limit > add above ip_conntrack ip_conntrack_ftp ip_conntrack_irc &g

Re: ip_conntrack_ftp

2003-01-05 Thread Steven W. Orr
odules in the /etc/rc.sysinit ?? or is there =>something like /etc/modules.autoload ?? => =>Tommy How about something like this: add above ip_tables iptable_filter iptable_mangle iptable_nat ip_conntrack ipt_state ipt_unclean ipt_LOG ipt_limit add above ip_conntrack ip_conntrack_ftp

Re: ip_conntrack_ftp

2003-01-05 Thread Tommy McNeely
/modules.autoload ?? Tommy On Sun, 2003-01-05 at 00:29, djh wrote: > On Sun, 5 Jan 2003, Tommy McNeely wrote: > > ... > > is there some sort of module option to set to have ip_conntrack_ftp > > watch another port, > > modinfo will list module parameters. > > > and whe

Re: ip_conntrack_ftp

2003-01-04 Thread James Ralston
On Sun, 5 Jan 2003, Tommy McNeely wrote: > I use the "stateful" packet filter with iptables.. and it has a > module called ip_conntrack_ftp that will open the proper ports to > allow someone to do a passive ftp connection to me.. however, if I > run my ftp server on an alt

Re: ip_conntrack_ftp

2003-01-04 Thread djh
On Sun, 5 Jan 2003, Tommy McNeely wrote: > ... > is there some sort of module option to set to have ip_conntrack_ftp > watch another port, modinfo will list module parameters. > and where would I put it... right now all I did was modprobe ip_conntrack_ftp ports=21,8021 Or if

Re: ip_conntrack_ftp

2003-01-04 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 05 January 2003 02:01 am, Tommy McNeely wrote: > Hoping someone can resolve this one.. its annoying. > > I use the "stateful" packet filter with iptables.. and it has a module > called ip_conntrack_ftp that will op

ip_conntrack_ftp

2003-01-04 Thread Tommy McNeely
Hoping someone can resolve this one.. its annoying. I use the "stateful" packet filter with iptables.. and it has a module called ip_conntrack_ftp that will open the proper ports to allow someone to do a passive ftp connection to me.. however, if I run my ftp server on an alternat