Posts: 31
Threads: 6
Joined: Feb 2015
Reputation:
0
Thanks: 2
Given 0 thank(s) in 0 post(s)
PTR Record in Sentora 1.0.0
02-25-2015, 11:41 PM
(This post was last modified: 02-27-2015, 11:16 PM by sapsa.)
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?
Posts: 31
Threads: 6
Joined: Feb 2015
Reputation:
0
Thanks: 2
Given 0 thank(s) in 0 post(s)
RE: PTR Record in Sentora 1.0.0
03-17-2015, 06:11 PM
Anyone ?
Is nobody using PTR record ?
Posts: 4 ,006
Threads: 193
Joined: Jul 2014
Reputation:
83
Sex: Undisclosed
Thanks: 73
Given 435 thank(s) in 395 post(s)
RE: PTR Record in Sentora 1.0.0
03-17-2015, 06:36 PM
Not supported currently but I think we still can do it by hacking the DB.
M B
Posts: 202
Threads: 13
Joined: Oct 2014
Reputation:
13
Sex: Male
Thanks: 3
Given 51 thank(s) in 40 post(s)
RE: PTR Record in Sentora 1.0.0
03-17-2015, 08:56 PM
PTR record organizes Internet service provider, ie, someone gives you a dedicated IP-address.
If you do not have its own autonomous network ...
Posts: 31
Threads: 6
Joined: Feb 2015
Reputation:
0
Thanks: 2
Given 0 thank(s) in 0 post(s)
RE: PTR Record in Sentora 1.0.0
03-17-2015, 11:02 PM
(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
Posts: 202
Threads: 13
Joined: Oct 2014
Reputation:
13
Sex: Male
Thanks: 3
Given 51 thank(s) in 40 post(s)
RE: PTR Record in Sentora 1.0.0
03-18-2015, 04:53 AM
(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
Posts: 31
Threads: 6
Joined: Feb 2015
Reputation:
0
Thanks: 2
Given 0 thank(s) in 0 post(s)
RE: PTR Record in Sentora 1.0.0
05-25-2015, 06:16 AM
I do own some range of addresses
Posts: 4 ,006
Threads: 193
Joined: Jul 2014
Reputation:
83
Sex: Undisclosed
Thanks: 73
Given 435 thank(s) in 395 post(s)
RE: PTR Record in Sentora 1.0.0
05-25-2015, 06:25 AM
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
|