Re: IPTables questions

2001-10-08 Thread martin f krafft
* Julio Merino <[EMAIL PROTECTED]> [2001.10.06 21:46:46+0200]: > Do iptables allow me to redirect incoming connections to the computer to > another computer directly? So, beeing able to setup a FTP server on an > internal computer. use DNAT: iptables -t nat -A PREROUTING -p tcp --dport ftp -j DNA

Re: IPTables questions

2001-10-07 Thread Bostjan Muller
* On 07-10-01 at 11:49 Julio Merino ([EMAIL PROTECTED]) wrote: +Here quoted text begins+ > On Sun, Oct 07, 2001 at 10:52:05AM +0200, [EMAIL PROTECTED] wrote: > > On Sat, 6 Oct 2001, Julio Merino wrote: > > > > > On Sat, Oct 06, 2001 at 10:27:30PM +0200, [EMAIL PROTECTED] wrote: > > > > > >

Re: IPTables questions

2001-10-07 Thread Julio Merino
On Sun, Oct 07, 2001 at 10:52:05AM +0200, [EMAIL PROTECTED] wrote: > On Sat, 6 Oct 2001, Julio Merino wrote: > > > On Sat, Oct 06, 2001 at 10:27:30PM +0200, [EMAIL PROTECTED] wrote: > > > > Uh... I have: > > CONFIG_IP_NF_CONNTRACK=y > > CONFIG_IP_NF_FTP=y > > > > but nothing about *IRC*. I haven't

Re: IPTables questions

2001-10-07 Thread HdV
On Sat, 6 Oct 2001, Julio Merino wrote: > On Sat, Oct 06, 2001 at 10:27:30PM +0200, [EMAIL PROTECTED] wrote: > > Uh... I have: > CONFIG_IP_NF_CONNTRACK=y > CONFIG_IP_NF_FTP=y > > but nothing about *IRC*. I haven't also find anything in the make > menuconfig... I picked that up from Oskar Andreass

Re: IPTables questions

2001-10-06 Thread Julio Merino
On Sat, Oct 06, 2001 at 10:27:30PM +0200, [EMAIL PROTECTED] wrote: > On Sat, 6 Oct 2001, Julio Merino wrote: > > That's affirmative on both of them. > Make sure your kernel has > > CONFIG_IP_NF_FTP > IP_CONNTRACK_IRC > IP_CONNTRACK_FTP > > enabled. (If I remember correctly) Uh... I have: CONFIG

Re: IPTables questions

2001-10-06 Thread HdV
On Sat, 6 Oct 2001, Julio Merino wrote: > Do iptables support active FTP's and DCC send/chat protocols? (ipchains > supported these very well). That's affirmative on both of them. Make sure your kernel has CONFIG_IP_NF_FTP IP_CONNTRACK_IRC IP_CONNTRACK_FTP enabled. (If I remember correctly) >