David Limon Romero wrote:

> I'm installing a ipfwadm firewall and a squid proxy, I've read the howto,
> the proxy works fine, the firewall is working right too, but when I try to
> access the internet from the local network (firewalled), is when I'm
> having problems, I can't resolve domains, someone knows what I have to do
> with ipfwadm to allow domain requests?, 

You have to allow the DNS server to send and receive TCP and UDP
packets on its query port. If you're using BIND-8.*, add e.g.

options {
        query-source address * port 54;
};

to named.conf. For BIND-4.*, named uses port 53 for making queries.

NB: you should be running a DNS server inside the firewall rather than
allowing all hosts to perform external DNS lookups.

-- 
Glynn Clements <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to