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
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
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
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:
&
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?
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?
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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).
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
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
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
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
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
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
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
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).
30 matches
Mail list logo