Bugzilla – Attachment 61867 Details for
Bug 141211
yast2 dns zone editor sets refresh to 0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
test case
yast2_dns_test_case.txt (text/plain), 2.47 KB, created by
michel munnix
on 2006-01-03 10:16:58 UTC
(
hide
)
Description:
test case
Filename:
MIME Type:
Creator:
michel munnix
Created:
2006-01-03 10:16:58 UTC
Size:
2.47 KB
patch
obsolete
>test setup on suse linux 10.0 : > win nt4 server ( 10.3.11.2 ) operates as master for new linux server > linux server suse linux 10.0 ( 10.3.123.122 ) operates as slave > >in /etc/named.conf: > >zone "10.10.in-addr.arpa" in { > allow-transfer { sfsall; }; > masters { 10.3.11.2; }; > file "slave/10.10.in-addr.arpa"; > type slave; >}; > >1. linux slave gets the zone from win nt4 master > >in /var/lib/named/slave/10.10.in-addr.arpa: > >$ORIGIN . >$TTL 3600 ; 1 hour >10.10.in-addr.arpa IN SOA sfsdns01.internal.sfs.redcross.be. . ( > 2005122102 ; serial > 3600 ; refresh (1 hour) > 600 ; retry (10 minutes) > 86400 ; expire (1 day) > 3600 ; minimum (1 hour) > ) > NS sfsdns01.internal.sfs.redcross.be. >$ORIGIN 10.10.in-addr.arpa. >2.201 PTR moncis02.internal.sfs.redcross.be. >1.21 PTR monjet01.internal.sfs.redcross.be. >$ORIGIN 3.10.10.in-addr.arpa. >2 PTR monlnx02.internal.sfs.redcross.be. >3 PTR monlnx03.internal.sfs.redcross.be. > >2. stop named >3. move zone file from /var/lib/named/slave to /var/lib/named/master >4. change zone definition in /etc/named.conf to > >zone "10.10.in-addr.arpa" in { > allow-transfer { sfsall; }; > #masters { sfsmasters; }; > file "master/10.10.in-addr.arpa"; > type master; >}; > >5. edit master zone with zone editor in yast2-dns-server > adding host monjet02 to the zone, we get this error message > >Command: /sbin/yast2 dns-server & >Argument "" isn't numeric in addition (+) at > /usr/share/YaST2/modules//DnsServerAPI.pm line 455 (#1) > (W numeric) The indicated string was fed as an argument to an operator > that expected a numeric value instead. If you're fortunate the message > will identify which operator was so unfortunate. > > >now zone file /var/lib/named/master/10.10.in-addr.arpa is : > >$TTL 2D >$ORIGIN . >10.10.in-addr.arpa IN SOA sfsdns01.internal.sfs.redcross.be. . ( > 2006010300 ; serial > 0 ; refresh > 0 ; retry > 0 ; expiry > 0 ) ; minimum > >10.10.in-addr.arpa. IN NS sfsdns01.internal.sfs.redcross.be. >$ORIGIN 10.10.in-addr.arpa. >2.201 IN PTR moncis02.internal.sfs.redcross.be. >1.21 IN PTR monjet01.internal.sfs.redcross.be. >$ORIGIN 3.10.10.in-addr.arpa. >2 IN PTR monlnx02.internal.sfs.redcross.be. >3 IN PTR monlnx03.internal.sfs.redcross.be. >2.21.10.10.in-addr.arpa. IN PTR monjet02.internal.sfs.redcross.be. > >6. if we now define the zone on the win nt4 server as slave of the linux server, > it will start to refresh as fast as network bandwidth will permit and generate a lot of traffic.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 141211
: 61867 |
61870