Re: DNS: Can public and private data be hosted by the same server?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tuesday 10 June 2008 08:02:54 am edwardspl@xxxxxxxxxx wrote:
>  Tim wrote:
> I want to know what different between IP address and INT eth ? ...
>
>
> An example from the docs:
>
> view "internal" {
>       // This should match our internal networks.
>       match-clients { 10.0.0.0/8; };
>
>       // Provide recursive service to internal clients only.
>       recursion yes;
>
>       // Provide a complete view of the example.com zone
>       // including addresses of internal hosts.
>       zone "example.com" {
>             type master;
>             file "example-internal.db";
>       };
> };
>
> view "external" {
>       // Match all clients not matched by the previous view.
>       match-clients { any; };
>
>       // Refuse recursive service to external clients.
>       recursion no;
>
>       // Provide a restricted view of the example.com zone
>       // containing only publicly accessible hosts.
>       zone "example.com" {
>            type master;
>            file "example-external.db";
>       };
> };
>
>
>
>  Hello,
>
>  How about the Interface config sample ?
>  Only for network segement ( IP address range ) ?
>
>  Edward.

Please see link:
http://linux.derkeiler.com/Mailing-Lists/Fedora/2004-08/4694.html

This is the templated I used.

FWIW,
Dan

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux