Forum Discussion
Sadhna_80746
May 01, 2012Nimbostratus
Creating a view in F5 GUI and creating zones under it
Hi,
When I create my own view manually in the GUI and create a zone (zone type:MASTER) under it, gets created successfully. No error.
Then when I click on the zone name that I created a...
chamindak_11539
Apr 02, 2014Nimbostratus
Hey mate,
Thanks for helping out config below: as you will see below I'm trying to limit "Internal" view access to certain IPs.
restrict rndc access to local machines
use the key in the default place: /config/rndc.key
controls {
inet 127.0.0.1 port 953 allow {
127.0.0.1;
};
};
logging {
channel logfile {
syslog daemon;
severity error;
print-category yes;
print-severity yes;
print-time yes;
};
category default {
logfile;
};
category config {
logfile;
};
category notify {
logfile;
};
};
options {
listen-on port 53 {
127.0.0.1;
"zrd-acl-000-000";
"zrd-acl-000-002";
};
listen-on-v6 port 53 {
::1;
};
recursion no;
directory "/config/namedb";
allow-transfer {
localhost;
};
check-names master warn;
check-integrity yes;
max-journal-size 1M;
version "none";
};
acl "zrd-acl-000-000" {
127.10.0.0;
};
acl "zrd-acl-000-001" {
127.10.0.1;
};
acl "zrd-acl-000-002" {
127.10.0.2;
};
view "external" {
match-clients {
"zrd-acl-000-000";
any;
};
zone "com.au." {
type master;
file "db.external.com.au.";
allow-update {
localhost;
};
};
zone "ck.com." {
type master;
file "db.external.ck.com.";
allow-update {
localhost;
};
};
zone "ck.org." {
type master;
file "db.external.ck.org.";
allow-update {
localhost;
};
};
zone "100.100.100.in-addr.arpa." {
type master;
file "db.external.100.100.100.in-addr.arpa.";
allow-update {
localhost;
};
};
zone "200.16.172.in-addr.arpa." {
type master;
file "db.external.200.16.172.in-addr.arpa.";
allow-update {
localhost;
};
};
};
view "Internal" {
match-clients {
172.16.201.240/32;
"zrd-acl-000-001";
"zrd-acl-000-002";
};
zone "ck.internal." {
type master;
file "db.Internal.ck.internal.";
allow-update {
localhost;
};
};
};
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects