----- Original Message -----
From: "Bret Hughes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 01, 2003 2:37 PM
Subject: Re: Bind 9 named on RH 9 only listens to local machine?


> On Mon, 2003-09-01 at 11:57, Benjamin J. Weiss wrote:
> > On 31 Aug 2003, Bret Hughes wrote:
> >
> > > On Sun, 2003-08-31 at 14:56, Benjamin J. Weiss wrote:
> > > > All,
> > > >
> > > > I'm setting up a name server for work.  I've gone into the
> > > > redhat-config-bind tool, and I think I have all of the zones
configured
> > > > correctly.  I was able to add the service with chkconfig, and I was
able to
> > > > start the named service with /etc/init.d/named start.  I allowed
port 53,
> > > > both tcp and udp through the firewall, with the following two
iptables
> > > > rules:
> > > >
> > > > -A RH-Lokkit-0-50-INPUT -p tcp -m tcp --dport 53 --syn -j ACCEPT
> > > > -A RH-Lokkit-0-50-INPUT -p udp -m udp --sport 53 -j ACCEPT
> > > >
>
> I am thinking firewall issue.  do your rules log anything not accepted?
> If so, what is in /var/log/messages?
>

You were right, it was a rules issue.  That second rule above was allowing
packets with a source port of 53, and it should have been a destination port
of 53 instead.  When I changed it, voila!  it now works.

Thanks a bunch!

Ben

> Bret - who is always willing to help the osbi since he lives in Tulsa :)

LOL...good!  We have eyes EVERYWHERE!!  Muwahahahaha! ;)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to