Sentora Support Forums
PTR Record in Sentora 1.0.0 - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5)
+--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32)
+---- Forum: DNS Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=34)
+---- Thread: PTR Record in Sentora 1.0.0 (/showthread.php?tid=1151)



PTR Record in Sentora 1.0.0 - sapsa - 02-25-2015

Im looking for way to add PTR Record
Adding "PTR" to "Allowed Record Types" in DNS Config didnt helped

Any way to add it via GUI for mail server that ain't hosted on Sentora?


RE: PTR Record in Sentora 1.0.0 - sapsa - 03-17-2015

Anyone ?
Is nobody using PTR record ?


RE: PTR Record in Sentora 1.0.0 - Me.B - 03-17-2015

Not supported currently but I think we still can do it by hacking the DB.

M B


RE: PTR Record in Sentora 1.0.0 - MarkDark - 03-17-2015

PTR record organizes Internet service provider, ie, someone gives you a dedicated IP-address.
If you do not have its own autonomous network ...


RE: PTR Record in Sentora 1.0.0 - sapsa - 03-17-2015

(03-17-2015, 06:36 PM)Me.B Wrote: Not supported currently but I think we still can do it by hacking the DB.

M B

Hello,

Any clue how?

I tried adding:
INSERT INTO `sentora_core`.`x_dns` (`dn_acc_fk`, `dn_name_vc`, `dn_vhost_fk`, `dn_type_vc`, `dn_host_vc`, `dn_ttl_in`, `dn_target_vc`, `dn_priority_in`, `dn_weight_in`, `dn_port_in`, `dn_created_ts`) VALUES ('1', 'mydomain.com', '3', 'PTR', 'ip-address_of_the_host', '86400', 'sub.mydomain.com', '0', '0', '0', '1425452970');

And still no success


RE: PTR Record in Sentora 1.0.0 - MarkDark - 03-18-2015

(03-17-2015, 11:02 PM)sapsa Wrote:
(03-17-2015, 06:36 PM)Me.B Wrote: Not supported currently but I think we still can do it by hacking the DB.

M B

Hello,

Any clue how?

I tried adding:
INSERT INTO `sentora_core`.`x_dns` (`dn_acc_fk`, `dn_name_vc`, `dn_vhost_fk`, `dn_type_vc`, `dn_host_vc`, `dn_ttl_in`, `dn_target_vc`, `dn_priority_in`, `dn_weight_in`, `dn_port_in`, `dn_created_ts`) VALUES ('1', 'mydomain.com', '3', 'PTR', 'ip-address_of_the_host', '86400', 'sub.mydomain.com', '0', '0', '0', '1425452970');

And still no success

Tell you the owner of an autonomous system, and you have a dedicated range of addresses?

If you are not the owner of the autonomous system of IP addresses, then you should read the documentation of the DNS service.

http://en.wikipedia.org/wiki/Reverse_DNS_lookup


RE: PTR Record in Sentora 1.0.0 - sapsa - 05-25-2015

I do own some range of addresses


RE: PTR Record in Sentora 1.0.0 - Me.B - 05-25-2015

PTR records any way need to be enforced by your ISP. Even you setup them it won't be authorative and if your ISP can even accept any resolving A record.

M B