Re: nat ipchains on debian woody

2004-07-08 Thread Kris Deugau
Francisco Castillo wrote: > Then i do a apt-get install kernel-image-2.18.14-686, and this > installations works fine. Then it puts me a entry on the lilo in > order to load the new kernel (the old kernel is a 2.2 original woody, > it has a 686 ) but the problem for me now is that when i reboot the

Re: nat ipchains on debian woody

2004-07-08 Thread Kris Deugau
Francisco Castillo wrote: > Then i do a apt-get install kernel-image-2.18.14-686, and this > installations works fine. Then it puts me a entry on the lilo in > order to load the new kernel (the old kernel is a 2.2 original woody, > it has a 686 ) but the problem for me now is that when i reboot the

Re: nat ipchains on debian woody

2004-07-05 Thread Francisco Castillo
procedure to setup this configuration? Thanks in advance. Francisco. - Original Message - From: "Kris Deugau" <[EMAIL PROTECTED]> To: Sent: Friday, July 02, 2004 10:55 PM Subject: Re: nat ipchains on debian woody Francisco Castillo wrote: > But my problem now i

Re: nat ipchains on debian woody

2004-07-05 Thread Francisco Castillo
procedure to setup this configuration? Thanks in advance. Francisco. - Original Message - From: "Kris Deugau" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 02, 2004 10:55 PM Subject: Re: nat ipchains on debian woody Francisco Castillo wrote: &

Re: nat ipchains on debian woody

2004-07-02 Thread Kris Deugau
Francisco Castillo wrote: > But my problem now is another different. When I installed my woody i > put a floppy disk bootting system in order to load my debian woody > kernel (this is a large history because i have 2 hard disk on this > machine and I cant start debian in a classic lilo) Why not?

Re: nat ipchains on debian woody

2004-07-02 Thread Kris Deugau
Francisco Castillo wrote: > But my problem now is another different. When I installed my woody i > put a floppy disk bootting system in order to load my debian woody > kernel (this is a large history because i have 2 hard disk on this > machine and I cant start debian in a classic lilo) Why not?

Re: nat ipchains on debian woody

2004-07-02 Thread Francisco Castillo
ernel) to load a new kernel which have been installed on /boot/"kernel 2.4 " ? Thanks for your previous numerous interested response. Francisco. - Original Message - From: "Kris Deugau" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 29, 2004 5:30 PM Subject

Re: nat ipchains on debian woody

2004-07-02 Thread Francisco Castillo
ernel) to load a new kernel which have been installed on /boot/"kernel 2.4 " ? Thanks for your previous numerous interested response. Francisco. - Original Message - From: "Kris Deugau" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June

..wee nit on nat ipchains on debian woody

2004-06-29 Thread Arnt Karlsen
On Mon, 28 Jun 2004 15:09:09 -0500, Enrique wrote in message <[EMAIL PROTECTED]>: > On Mon, 28 Jun 2004 21:35:40 +0200 > Christoph Löffler <[EMAIL PROTECTED]> wrote: > Hello Fraancisco: > The first thinng you must do is to install a kernel with IPTABLES > support, the ipchains is not recomendable

..wee nit on nat ipchains on debian woody

2004-06-29 Thread Arnt Karlsen
On Mon, 28 Jun 2004 15:09:09 -0500, Enrique wrote in message <[EMAIL PROTECTED]>: > On Mon, 28 Jun 2004 21:35:40 +0200 > Christoph Löffler <[EMAIL PROTECTED]> wrote: > Hello Fraancisco: > The first thinng you must do is to install a kernel with IPTABLES > support, the ipchains is not recomendable

Re: nat ipchains on debian woody

2004-06-29 Thread Kris Deugau
Francisco Castillo wrote: > I'm novice on debian, i have decided recently to change from redhat > or mandrake (fatal experiencie in two years), so excuse my ignorance. Having recently gone through a similar change, I may be able to help a little more. > First i dont know how to do this step "The

Re: nat ipchains on debian woody

2004-06-29 Thread Kris Deugau
Francisco Castillo wrote: > I'm novice on debian, i have decided recently to change from redhat > or mandrake (fatal experiencie in two years), so excuse my ignorance. Having recently gone through a similar change, I may be able to help a little more. > First i dont know how to do this step "The

Re: nat ipchains on debian woody

2004-06-28 Thread Christoph Löffler
Hola Francisco Francisco Castillo wrote: Enrique, IÂm novice on debian, i have decided recently to change from redhat or mandrake (fatal experiencie in two years), so excuse my ignorance. First i dont know how to do this step "The first thinng you must do is to install a kernel with IPTABLES suppor

Re: nat ipchains on debian woody

2004-06-28 Thread Christoph Löffler
Hola Francisco Francisco Castillo wrote: Enrique, IÂm novice on debian, i have decided recently to change from redhat or mandrake (fatal experiencie in two years), so excuse my ignorance. First i dont know how to do this step "The first thinng you must do is to install a kernel with IPTABLES suppor

Re: nat ipchains on debian woody

2004-06-28 Thread MB
Christoph, You are right. Looks like he should also modprobe or insmod iptables and many other modules. I insmod a whole list of routing modules: ipt_REDIRECT ipt_MASQUERADE iptable_mangle iptable_nat ipt_REJECT iptable_filter

Re: nat ipchains on debian woody

2004-06-28 Thread Francisco Castillo
ay, June 28, 2004 10:09 PM Subject: Re: nat ipchains on debian woody On Mon, 28 Jun 2004 21:35:40 +0200 Christoph LÃffler <[EMAIL PROTECTED]> wrote: Hello Fraancisco: The first thinng you must do is to install a kernel with IPTABLES support, the ipchains is not recomendable for kernels up to 2

Re: nat ipchains on debian woody

2004-06-28 Thread Enrique Dorantes
On Mon, 28 Jun 2004 21:35:40 +0200 Christoph Löffler <[EMAIL PROTECTED]> wrote: Hello Fraancisco: The first thinng you must do is to install a kernel with IPTABLES support, the ipchains is not recomendable for kernels up to 2.4. The kernel packages of woody distro have this support Next you MUST

Re: nat ipchains on debian woody

2004-06-28 Thread Francisco Castillo
To: "Francisco Castillo" <[EMAIL PROTECTED]>; Sent: Monday, June 28, 2004 9:16 PM Subject: Re: nat ipchains on debian woody Have you tried iptables instead? If your kernel supports iptables, then: echo 1 > /proc/sys/net/ipv4/ip_forward echo 1 > /proc/sys/net/ipv4

Re: nat ipchains on debian woody

2004-06-28 Thread Christoph Löffler
Hello Francisco, Francisco Castillo wrote: I have read doc to do it but when i apply this doc i have a "your kernel seems to not support ipchains" messages when i try to do this. For what reason do you want to use ipchains? If you just set up debian successfully i think you have also an actual ker

Re: nat ipchains on debian woody

2004-06-28 Thread Christoph Löffler
Hello Francisco, Francisco Castillo wrote: I have read doc to do it but when i apply this doc i have a "your kernel seems to not support ipchains" messages when i try to do this. For what reason do you want to use ipchains? If you just set up debian successfully i think you have also an actual ke

Re: nat ipchains on debian woody

2004-06-28 Thread MB
Have you tried iptables instead? If your kernel supports iptables, then: echo 1 > /proc/sys/net/ipv4/ip_forward echo 1 > /proc/sys/net/ipv4/conf/$both_eth_devs/rp_filter iptables -t nat -I POSTROUTING -s 192.168.0.0/24 -i eth1 -o eth0 -j MASQUERADE iptables also does the firewalling in other ch

nat ipchains on debian woody

2004-06-28 Thread Francisco Castillo
  Hello Gurus,   I have installed a debian woody with to interfaces eth0 and eth1. I has configured the internet conexion on eth0 which has got a static ip on internet. And on eth1 i want to put a interface to do a proxy nat gateway on my internal lan (i want to put a 192.168.0.1 on it).  

Re: nat ipchains on debian woody

2004-06-28 Thread MB
Christoph, You are right. Looks like he should also modprobe or insmod iptables and many other modules. I insmod a whole list of routing modules: ipt_REDIRECT ipt_MASQUERADE iptable_mangle iptable_nat ipt_REJECT iptable_filter

Re: nat ipchains on debian woody

2004-06-28 Thread Francisco Castillo
ROTECTED]> Sent: Monday, June 28, 2004 10:09 PM Subject: Re: nat ipchains on debian woody On Mon, 28 Jun 2004 21:35:40 +0200 Christoph LÃffler <[EMAIL PROTECTED]> wrote: Hello Fraancisco: The first thinng you must do is to install a kernel with IPTABLES support, the ipchains is not recomend

Re: nat ipchains on debian woody

2004-06-28 Thread Enrique Dorantes
On Mon, 28 Jun 2004 21:35:40 +0200 Christoph Löffler <[EMAIL PROTECTED]> wrote: Hello Fraancisco: The first thinng you must do is to install a kernel with IPTABLES support, the ipchains is not recomendable for kernels up to 2.4. The kernel packages of woody distro have this support Next you MUST

Re: nat ipchains on debian woody

2004-06-28 Thread Francisco Castillo
To: "Francisco Castillo" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, June 28, 2004 9:16 PM Subject: Re: nat ipchains on debian woody Have you tried iptables instead? If your kernel supports iptables, then: echo 1 > /proc/sys/net/ipv4/ip_forward echo 1 &g

Re: nat ipchains on debian woody

2004-06-28 Thread Christoph Löffler
Hello Francisco, Francisco Castillo wrote: I have read doc to do it but when i apply this doc i have a "your kernel seems to not support ipchains" messages when i try to do this. For what reason do you want to use ipchains? If you just set up debian successfully i think you have also an actual ker

Re: nat ipchains on debian woody

2004-06-28 Thread Christoph Löffler
Hello Francisco, Francisco Castillo wrote: I have read doc to do it but when i apply this doc i have a "your kernel seems to not support ipchains" messages when i try to do this. For what reason do you want to use ipchains? If you just set up debian successfully i think you have also an actual ke

Re: nat ipchains on debian woody

2004-06-28 Thread MB
Have you tried iptables instead? If your kernel supports iptables, then: echo 1 > /proc/sys/net/ipv4/ip_forward echo 1 > /proc/sys/net/ipv4/conf/$both_eth_devs/rp_filter iptables -t nat -I POSTROUTING -s 192.168.0.0/24 -i eth1 -o eth0 -j MASQUERADE iptables also does the firewalling in other ch

nat ipchains on debian woody

2004-06-28 Thread Francisco Castillo
  Hello Gurus,   I have installed a debian woody with to interfaces eth0 and eth1. I has configured the internet conexion on eth0 which has got a static ip on internet. And on eth1 i want to put a interface to do a proxy nat gateway on my internal lan (i want to put a 192.168.0.1 on it).