Thanks Juha,
I'm building SER from the CVS archives and will test. Do you have any
experience using any of the public ENUM servers, I believe there are a
couple ENUM trials underway now.
-Steve
-----Original Message-----
From: Juha Heinanen [mailto:jh@lohi.eng.song.fi]
Sent: Sunday, April 13, 2003 9:45 PM
To: Steve Lewis
Cc: serusers(a)lists.iptel.org
Steve Lewis writes:
Do you have any experience (or know) where I can get
some info on setting
up
an ENUM testbed with DNS and Linux?
if by testbed you mean running your own e164.arpa root, then you simply
make your dns server a root for e164.arpa domain by adding line
primary e164.arpa e164.arpa.db
into your named.boot file and then by populating file e164.arpa.db with
your enum entries. below is an example.
-- juha
------------------------------------------------------
$ more e164.arpa.db
$ORIGIN .
$TTL 0 ; 0 seconds
e164.arpa IN SOA foo.fi. hostmaster.foo.fi. (
200204681 ; serial
28800 ; refresh (8 hours)
7200 ; retry (2 hours)
604800 ; expire (1 week)
86400 ; minimum (1 day)
)
NS foo.fi.
$ORIGIN e164.arpa.
$ORIGIN 8.5.3.e164.arpa.
$ORIGIN 9.3.8.1.5.6.2.8.5.3.e164.arpa.
3.1 NAPTR 1 1 "u" "E2U+sip"
"!(^.*$)!sip:abc@bar.fi!i"
.