On Tue, 11 Jan 2000, Edward Moon wrote:

Replace your /etc/ntp.conf restrict line with the following:

        restrict default nomodify
        restrict 127.0.0.0 mask 255.0.0.0

and see what that does for you.

>      ipchains -A input -i $EXTERNAL_INTERFACE -p udp \
>               -s $ANYWHERE $UNPRIVPORTS \
>               -d $IPADDR 123 -j ACCEPT

Why are you specifying the remote port? Don't do that. You have no idea
what source port is going to be assigned here, so don't set up rules for
it.

-- 
Todd A. Jacobs
Network Systems Engineer



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to