public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Newbie - Missing IPtables
@ 2005-07-27 18:40 Eldon Ziegler
  2005-07-27 18:43 ` Tim Igoe
  0 siblings, 1 reply; 7+ messages in thread
From: Eldon Ziegler @ 2005-07-27 18:40 UTC (permalink / raw
  To: gentoo-user

I successfully installed my first gentoo but didn't get iptables. The 
HOWTO says, "As for the kernel all you must do is enable iptable 
support." but not how to do that? Do I have to redo the complete 
install? (about 12 hours).

Thanks
Eldon Ziegler

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Newbie - Missing IPtables
  2005-07-27 18:40 [gentoo-user] Newbie - Missing IPtables Eldon Ziegler
@ 2005-07-27 18:43 ` Tim Igoe
  2005-07-27 19:00   ` Willie Wong
                     ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Tim Igoe @ 2005-07-27 18:43 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 768 bytes --]

cd /usr/src/linux

make menuconfig

edit the kernel options to set up the iptables parts needed in the
kernel (can't rememebr where they are - not just at my normal box atm)

then install the new kernel like you did originally

emerge iptables to get the user space tools to control the kernel
iptables chains.

Eldon Ziegler wrote:
> I successfully installed my first gentoo but didn't get iptables. The
> HOWTO says, "As for the kernel all you must do is enable iptable
> support." but not how to do that? Do I have to redo the complete
> install? (about 12 hours).
> 
> Thanks
> Eldon Ziegler
> 

-- 
Tim Igoe
tim@igoe.me.uk
http://tim.igoe.me.uk - Personal Site
http://tv.igoe.me.uk - UK TV Guide

"Computers are like Air-con, open windows and they stop working!"

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] Newbie - Missing IPtables
  2005-07-27 18:43 ` Tim Igoe
@ 2005-07-27 19:00   ` Willie Wong
  2005-07-27 19:56   ` Kit
  2005-07-28  9:21   ` Bastian Balthazar Bux
  2 siblings, 0 replies; 7+ messages in thread
From: Willie Wong @ 2005-07-27 19:00 UTC (permalink / raw
  To: gentoo-user

On Wed, Jul 27, 2005 at 07:43:32PM +0100, Tim Igoe wrote:
> cd /usr/src/linux
> 
> make menuconfig
> 
> edit the kernel options to set up the iptables parts needed in the
> kernel (can't rememebr where they are - not just at my normal box atm)

In 2.6.11, it is under

  Device Drivers -> Networking Support -> Networking Options
    -> Network Packet Filtering -> IP: Netfilter configurations

> 
> then install the new kernel like you did originally
> 
> emerge iptables to get the user space tools to control the kernel
> iptables chains.
> 
> Eldon Ziegler wrote:
> > I successfully installed my first gentoo but didn't get iptables. The
> > HOWTO says, "As for the kernel all you must do is enable iptable
> > support." but not how to do that? Do I have to redo the complete
> > install? (about 12 hours).
> > 
> > Thanks
> > Eldon Ziegler
> > 
> 
> -- 
> Tim Igoe
> tim@igoe.me.uk
> http://tim.igoe.me.uk - Personal Site
> http://tv.igoe.me.uk - UK TV Guide
> 
> "Computers are like Air-con, open windows and they stop working!"



-- 
If a man watches three football games in a row,
he should be delared legally dead.
    ~Irma Bombeck
Sortir en Pantoufles: up 2 days, 18:31
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Newbie - Missing IPtables
  2005-07-27 18:43 ` Tim Igoe
  2005-07-27 19:00   ` Willie Wong
@ 2005-07-27 19:56   ` Kit
  2005-07-28  9:21   ` Bastian Balthazar Bux
  2 siblings, 0 replies; 7+ messages in thread
From: Kit @ 2005-07-27 19:56 UTC (permalink / raw
  To: gentoo-user

On 7/27/05, Tim Igoe <tim@igoe.me.uk> wrote:
> cd /usr/src/linux
> 
> make menuconfig
> 
> edit the kernel options to set up the iptables parts needed in the
> kernel (can't rememebr where they are - not just at my normal box atm)
> 
> then install the new kernel like you did originally
> 
> emerge iptables to get the user space tools to control the kernel
> iptables chains.
> 
> Eldon Ziegler wrote:
> > I successfully installed my first gentoo but didn't get iptables. The
> > HOWTO says, "As for the kernel all you must do is enable iptable
> > support." but not how to do that? Do I have to redo the complete
> > install? (about 12 hours).
> >
> > Thanks
> > Eldon Ziegler
> >
> 
> --
> Tim Igoe
> tim@igoe.me.uk
> http://tim.igoe.me.uk - Personal Site
> http://tv.igoe.me.uk - UK TV Guide
> 
> "Computers are like Air-con, open windows and they stop working!"
> 
> 
> 


 Well, if you've got X working somehow - you can try

 make xmenuconfig

It's really beautiful =)

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Newbie - Missing IPtables
  2005-07-27 18:43 ` Tim Igoe
  2005-07-27 19:00   ` Willie Wong
  2005-07-27 19:56   ` Kit
@ 2005-07-28  9:21   ` Bastian Balthazar Bux
  2005-07-28 22:35     ` A. Khattri
  2 siblings, 1 reply; 7+ messages in thread
From: Bastian Balthazar Bux @ 2005-07-28  9:21 UTC (permalink / raw
  To: gentoo-user

Tim Igoe wrote:
> cd /usr/src/linux
> 
> make menuconfig
> 
> edit the kernel options to set up the iptables parts needed in the
> kernel (can't rememebr where they are - not just at my normal box atm)
> 
> then install the new kernel like you did originally

Just a reminder here, all the answers are already in this thread ;)

In the newer kernels (>= 2.6.10 ??) there is a search functionality
callable with the key "/" .
so pressing "/" , Enter Keyword "iptables" will show something like this :

 | IP tables support (required for filtering/masq/NAT) (IP_NF_IPTABLES)
 | Location:
 |  -> Device Drivers
 |   -> Networking support
 |    -> Networking support (NET)
 |     -> Networking options
 |      -> Network packet filtering (replaces ipchains) (NETFILTER)
 |       -> IP: Netfilter Configuration
 | Depends:
 | [...]


when all is configured, save the configuration and type:

#mount /boot ; make && make modules_install && make install

or use your preferred kernelmaker program.


> 
> emerge iptables to get the user space tools to control the kernel
> iptables chains.
> 
> Eldon Ziegler wrote:
> 
>>I successfully installed my first gentoo but didn't get iptables. The
>>HOWTO says, "As for the kernel all you must do is enable iptable
>>support." but not how to do that? Do I have to redo the complete
>>install? (about 12 hours).
>>
>>Thanks
>>Eldon Ziegler
>>
> 
> 
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Newbie - Missing IPtables
  2005-07-28  9:21   ` Bastian Balthazar Bux
@ 2005-07-28 22:35     ` A. Khattri
  2005-07-29 15:12       ` Bastian Balthazar Bux
  0 siblings, 1 reply; 7+ messages in thread
From: A. Khattri @ 2005-07-28 22:35 UTC (permalink / raw
  To: gentoo-user

On Thu, 28 Jul 2005, Bastian Balthazar Bux wrote:

> In the newer kernels (>= 2.6.10 ??) there is a search functionality
> callable with the key "/" .

About time they had something like this!


-- 

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Newbie - Missing IPtables
  2005-07-28 22:35     ` A. Khattri
@ 2005-07-29 15:12       ` Bastian Balthazar Bux
  0 siblings, 0 replies; 7+ messages in thread
From: Bastian Balthazar Bux @ 2005-07-29 15:12 UTC (permalink / raw
  To: gentoo-user

A. Khattri wrote:
> On Thu, 28 Jul 2005, Bastian Balthazar Bux wrote:
> 
> 
>>In the newer kernels (>= 2.6.10 ??) there is a search functionality
>>callable with the key "/" .
> 
> 
> About time they had something like this!
> 
> 
mm had them from ages. Do you rememeber when it reaches vanilla sources?
Just curious.
-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2005-07-29 15:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-27 18:40 [gentoo-user] Newbie - Missing IPtables Eldon Ziegler
2005-07-27 18:43 ` Tim Igoe
2005-07-27 19:00   ` Willie Wong
2005-07-27 19:56   ` Kit
2005-07-28  9:21   ` Bastian Balthazar Bux
2005-07-28 22:35     ` A. Khattri
2005-07-29 15:12       ` Bastian Balthazar Bux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox