I'm using RH6.1 as a NAT between a DSL Internet connection and a private
network. All the latest patches are applied periodically. The machines on
the private network just need to use "standard" Internet services, such as
POP3, WWW, FTP, etc. My Linux box is the private network's DNS.
Some configuration information is included below. Have I missed anything?
Thanks.
Rider
on any
replies.
PSS: This is attempt 2 to post (more ISP problems). Sorry about any
duplications. This belongs in c.o.l.security, but I can't seem to post
there. If some kind person in c.o.l.networking would cross-post it for
me... :)
Thanks again!
* * * *
Services running: Telnet, FTP, named
hosts.allow:
ALL: 192.168.0.
hosts.deny:
ALL: ALL
named.conf:
options
{
<snip>
allow-query
{
192.168.0/24;
127.0.0.1;
};
<snip>
};
<snip>
ipchains config:
ipchains -P forward DENY
ipchains -A forward -s 192.168.0.0/24 -j MASQ
/sbin/modprobe ip_masq_ftp