The file you seek: /etc/sysconfig/iptables
It's format is that of iptables-save redirected to a file. You
can either manually edit that file and do:
service iptables restart
or modify iptables in memory and do:
iptables-save > /etc/sysconfig/iptables
Enjoy,
Woody
Bill said:
Is there a file that holds the rules for ipitables that I can edit to add
lines manually? I tried to google for it but with no luck.
I need to set iptables to log matching ip addys to syslog so I can monitor
how often I get a certain ip that trys to connect but is droped due to a rule
I set.
On Wed, 6 Jun 2001 08:35:42 -0700 (MST)
Rusty Carruth <[EMAIL PROTECTED]> wrote:
> If not, you want to learn the concepts - some other Rusty has a
> 'Rusty's three rules' (or something like that - I posted about
> his thing last month or this month) is good (do a search using
> your favorite sear
"Cyridian2000" <[EMAIL PROTECTED]> wrote:
> Hi Guys,
>
> I'm trying to setup IPTables for a basic route from eth1 to ppp0.
>
> I was wondering if someone could show me an exmaple of their working IPTables script
>so I could
> implement it on my own box, or point me in the right direction to a "
Hi Guys,
I'm trying to setup IPTables for a basic route from
eth1 to ppp0.
I was wondering if someone could show me an exmaple
of their working IPTables script so I could implement it on my own box, or point
me in the right direction to a "Idiots Guide to IPTables"
Thanks
NB
I'm wondering about the functioning of IPTables on my LM8 install.
I have two ethernet cards: eth0 is external and eth1 is internal.
Using nmap, I get:
[root@mozart root]# nmap -sT :
6000/tcp openX11
among other entries. When I do:
iptables -A INPUT -p tcp --destination-po