Linux Netfilter discussions
 help / color / mirror / Atom feed
* IPTables not available
@ 2002-06-25 15:20 Daniel Curry
  2002-06-25 15:28 ` Tom Eastep
  2002-06-26 17:09 ` Michael
  0 siblings, 2 replies; 8+ messages in thread
From: Daniel Curry @ 2002-06-25 15:20 UTC (permalink / raw)
  To: Netfilter (E-mail)

On fresh RH7.2 and RH7.3 installs  IPTables executables are installed,
but will not execute.  I get Kernel errors.  Can someone please direct
me to a listing of what steps and option I need to enable this?  I wish
to put firewalling with NAT services on a machine running an Apache web
server, with PHP and Perl scripts connecting to a localhosted MySQL DB,
as well as offering sendmail, POP(S)/IMAP(S), ftp, and PPTP VPN
services.  Or a compatible ipchains script for this would also be
appreciated.

Thanks

Daniel Curry
IT Manager
Cariocas
625 Second Street 
Suite 201
San Francisco, CA 94107 
ph: 415-348-6516
fx: 415-348-6505 
cell: 510-579-6680

"If A equals success, then the formula is: A = X + Y + Z, 
X is work. Y is play. Z is keep your mouth shut." 
  - Albert Einstein



^ permalink raw reply	[flat|nested] 8+ messages in thread
[parent not found: <20020625174406.9A4D9489B@lists.samba.org>]
* Re: IPTables not available
@ 2002-06-26 17:19 Bailey Kong
  0 siblings, 0 replies; 8+ messages in thread
From: Bailey Kong @ 2002-06-26 17:19 UTC (permalink / raw)
  To: netfilter

> yeah, I think rh72 ships with an ipchains kernel. if you apply system
> updates, the new kernel is an ipchains one. don't know about rh73,
> which would be odd if it's the same reason. ...send the error?

Both RH7.2 and RH7.3 ship with an iptables kernel. The reason why it
probably doesn't work for you, is simply because ipchains was loaded
alrdy.  Ipchains is RH's default firewall.  All you need to do is

chkconfig --del ipchains
so ipchains doesn't load on boot or you can delete the ipchains firewall
rm /etc/sysconfig/ipchains

then reboot
i don't think you can just do a service ipchains stop, but i could be
wrong

and then implement your iptables firewall using the iptables command

iptables -A .....

after you done with that you can save it to a file using

/etc/rc.d/init.d/iptables save or service iptables save

hope this helps
Bailey

-- 
bailey@tgpsolutions.com

Administrator, tgpsolutions
http://www.tgpsolutions.com




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

end of thread, other threads:[~2002-06-26 17:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-25 15:20 IPTables not available Daniel Curry
2002-06-25 15:28 ` Tom Eastep
2002-06-26 17:09 ` Michael
     [not found] <20020625174406.9A4D9489B@lists.samba.org>
2002-06-26  2:32 ` jesse.linux
2002-06-26 11:53   ` Razham, Razak
2002-06-26 12:55   ` George Georgalis
2002-06-26 13:37   ` Benny Butler
  -- strict thread matches above, loose matches on Subject: below --
2002-06-26 17:19 Bailey Kong

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