>Dec  6 13:02:28 ann kernel: IP fw-in deny lo TCP 127.0.0.1:6251 192.168.0.1:25

>L=7168 S=0x00 I=58486 F=0x0040 T=64
>
>I am at a loss on how to fix this. Any help appreciated. This is a
>dynamic addressed PPP link, Red Hat 5.1 on an Alpha LX164 and
>ipfwadm-2.3.0-5.


It looks like your loopback network is denying DNS traffic:

        - First, check to see if you do have DNS running:

                ps aux | grep named


If it's running, your IPFWADM ruleset is not configured properly.
Post your IPFWADM ruleset and we'll fix it.

Until then, basicaly, you need the following ruleset pair (its 
all covered in the TrinityOS doc):

        /sbin/ipfwadm -I -a accept -V 127.0.0.1 -S $universe -D $universe
        /sbin/ipfwadm -O -a accept -V 127.0.0.1 -S $universe -D $universe

--David
.----------------------------------------------------------------------------.
|  David A. Ranch - Remote Access/Linux/PC hardware      [EMAIL PROTECTED]  |
!----                                                                    ----!
`----- For more detailed info, see http://www.ecst.csuchico.edu/~dranch -----'
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]

Reply via email to