Bug 98376 - [SLES10] Let yast create reverse dns zone
Summary: [SLES10] Let yast create reverse dns zone
Status: RESOLVED WONTFIX
Alias: None
Product: openSUSE 10.2
Classification: openSUSE
Component: YaST2 (show other bugs)
Version: unspecified
Hardware: i386 Linux
: P5 - None : Enhancement (vote)
Target Milestone: ---
Assignee: Lukas Ocilka
QA Contact: Jiri Srain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-25 19:49 UTC by Richard Bos
Modified: 2008-06-25 09:22 UTC (History)
0 users

See Also:
Found By: Beta-Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Bos 2005-07-25 19:49:30 UTC
dnstools: http://uranus.it.swin.edu.au/~jn/linux/dns.htm 
You just dnsedit the appropriate zone file, and make you changes. When you  
quit your favorite VISUAL editor (vim), the reverse zone is re-created and  
the zone file is dnstouched. Makes life easy.
Comment 1 Ladislav Slezák 2005-07-26 07:20:36 UTC
Lukas, do you think that in yast it could work the same way? I don't know the
dns-server module...
Comment 2 Lukas Ocilka 2005-07-26 07:35:20 UTC
Thanks for this information about a tool for editing a DNS zone.

Today it is too late to add a new package into the SL 10.0. Also it would need
more investigation and testing, but the first we would need was a "Feature
Request" -> SLES 10.
Note: DNS Server API2 has a function AddHost() which adds the "A" record and
also the "PTR" record if the reverse zone exists. Unfortunately the UI was not
prepared for that.

Richard: Could you, please clearly define why do you need to create reverse zone
from the zoe file and also whether you wanted to use the dnsedit tool for that
just because the YaST DNS Server module didn't offer that functionality? It is
just to define the Feature Request.

Thank you
Comment 3 Richard Bos 2005-07-26 20:50:05 UTC
I would likt to manage the /forward/ ("A") records and their opposite reverse 
("PTR") records at once.  For a DNS admin this good save a lot of time, 
for a DNS beginner it would make DNS much easier to configure correctly! 
 
Comment 4 Lukas Ocilka 2005-08-03 10:38:57 UTC
Stano: There is a feature request for managing the /forward/ and /reverse/ zone
at once. It should save the time and also minimize inconzistences when user
wants to change one record in two zones.

It would be possible to do it in many ways, at least three:

1.)
a.) Create forward zone (example.org.)
b.) Create reverse zone with disabled editing and link it with the forward one.
c.) When changing the forward zone, change also the reverse records

2.)
a.) Create forward zone (example.org.)
b.) Select some checkbox which would say: [x] Generate also linked reverse zone
or something like that
c.) When saving the forward zone, generate a reverse one from it

3.)
a.) Create forward zone (example.org.)
b.) Create reverse zone (.in-addr.arpa.)
c.) Link these two zones together (some kind of combobox?)
d.) Change also the reverse record in reverse zone when changing the forward
record in forward zone
e.) The same but upside down ;)

Stano: Could you, please, add such feature request into the FeatureDocument? Do
we want it? This functionality exists already in the new DnsServerAPI module but
it is not used by UI.

Just tested that it could work also when we have more forward A records, which
would generate more reverse records, which would work ;)
~~~
A host1.example.org. -> 192.168.0.1
A host2.example.org. -> 192.168.0.2
~~~
PTR 1.0.168.192.in-addr.arpa. host1.example.org.
PTR 1.0.168.192.in-addr.arpa. host2.example.org.
~~~
Comment 5 Lukas Ocilka 2005-08-03 10:41:32 UTC
errrr...

~~~
A host1.example.org. -> 192.168.0.1
A host2.example.org. -> 192.168.0.1
~~~

never mind ;)
Comment 6 Lukas Ocilka 2006-07-17 14:17:10 UTC
All current enhancements should be changed to -> LATER
I'll reopen them after the time comes.
Comment 7 Lukas Ocilka 2006-08-08 21:50:25 UTC
Reopening.
It seems that this feature might be done "automagically".
Comment 8 Lukas Ocilka 2006-08-29 07:48:15 UTC
LATER again, there more important things than DNS Server now.
Comment 9 Stephan Kulow 2008-06-25 09:18:48 UTC
mass reopening all 10.2 LATER+REMIND bugs.
Comment 10 Stephan Kulow 2008-06-25 09:22:53 UTC
close all 10.2 LATER/REMIND bugs as WONTFIX. Reopen yourself if you still plan to work on it.