On 17 May 1998 15:37:21 -0500, Stefan Ulrich Hegner
<[EMAIL PROTECTED]> wrote:
>Option 1) works fine already. Thanks a lot!
>Regarding option 2) I had a look at named and the config scripts etc and
>I find the whole thing a bit confusing. Is there anyone who can give me
>a hint on a quick and easy one-off setup for the above purpose?
>
Read the DNS Howto and the Network Administration Guide. There's enough
info there to set up a simple domain.
http://sunsite.unc.edu/LDP/HOWTO/DNS-HOWTO.html
http://sunsite.unc.edu/LDP/LDP/nag/nag.html
http://www.math.uio.no/~janl/DNS/
The linux.bogus example in the howto should be enough for you to set up
your own domain.
Here are some thing to remember for diald users setting up their own
domain:
1) Make sure to change the ignore rule for named <-> named communications.
Now that you are running your own named, it'll need to bring up the line to
query other named servers.
in the UDP rules in standard.filter, there's may be a line like:
ignore udp udp.source=udp.domain
ignore udp udp.dest=udp.domain
change them to something like:
accept udp 30 udp.source=udp.domain
accept udp 30 udp.dest=udp.domain
2) Update your kernel to 2.0.33 and add the following line in a script
that get runs on bootup.
echo 1 > /proc/sys/net/ipv4/ip_dynaddr
This is important for dialup users with dynamic ip addresses. This should
eliminate some of those "timeout on first try" problems. It's not
absolutely necessary to do this, but I highly recommend it.
-- Phelix
-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]