Which script holds the DNS ipchains setup on RH7.3 boot

Which script holds the DNS ipchains setup on RH7.3 boot

Post by nick haddo » Wed, 24 Jul 2002 19:46:42



Hi,

When RH7.3 boots, I know that ipchains gets called and it reads the
ipchains config file in /etc/sysconfig/ipchains, but the DNS settings
are not in this file and are loaded seperately. Can anyone tell me
what that other file is that contains the DNS settings for ipchains.

Tx in advance

Codfather

 
 
 

Which script holds the DNS ipchains setup on RH7.3 boot

Post by David K. Mean » Fri, 26 Jul 2002 04:24:28



> Hi,

> When RH7.3 boots, I know that ipchains gets called and it reads the
> ipchains config file in /etc/sysconfig/ipchains, but the DNS settings
> are not in this file and are loaded seperately. Can anyone tell me what
> that other file is that contains the DNS settings for ipchains.

  ipchains is not very much concerned with DNS, or vice versa.  The
only ways these two get in each other's way is if ipchains rules
use names instead of IP addresses, or if there is no rule allowing
DNS traffic through the firewall.  Please post again with a further
description of what is actually wrong, and perhaps we will be able
to point you in the right direction.

 
 
 

Which script holds the DNS ipchains setup on RH7.3 boot

Post by Tutaepak » Fri, 26 Jul 2002 13:59:10




Quote:> Hi,

> When RH7.3 boots, I know that ipchains gets called and it reads the
> ipchains config file in /etc/sysconfig/ipchains, but the DNS settings
> are not in this file and are loaded seperately. Can anyone tell me
> what that other file is that contains the DNS settings for ipchains.

> Tx in advance

> Codfather

I think there is something in one of the ipup scripts in
/etc/sysconfig/network-scripts which modifies ipchains to
permit the DNS traffic.
 
 
 

Which script holds the DNS ipchains setup on RH7.3 boot

Post by Villy Kru » Fri, 26 Jul 2002 17:25:13


On Thu, 25 Jul 2002 16:59:10 +1200,



>> Hi,

>> When RH7.3 boots, I know that ipchains gets called and it reads the
>> ipchains config file in /etc/sysconfig/ipchains, but the DNS settings
>> are not in this file and are loaded seperately. Can anyone tell me
>> what that other file is that contains the DNS settings for ipchains.

>> Tx in advance

>> Codfather

>I think there is something in one of the ipup scripts in
>/etc/sysconfig/network-scripts which modifies ipchains to
>permit the DNS traffic.

grep the files in that directory and also in the subdirectories of
/etc/rc.d or /etc/init.d for the word ipchains.

Villy